We are attempting to convert our HFM Batch Load VBA scripts to FDMEE jython. Is there a "instead of
We have converted most of the script except for the FDMEE API calls. Having difficulty locating documentation or sample scripts showing the Before and After. Windows SQL server.
Any help would be greatly appreciated!!
Thanks in advance,
Joni
!!! SOME Samples of the code we would like to convert to FDEMEE using JYTHON
Dim BATCHENG
Set BATCHENG = CreateObject("upsWBatchLoaderDM.clsBatchLoader")
BATCHENG.mInitialize API, SCRIPTENG
'------------------------------------------------------------------
'Set path for required folders/files
'------------------------------------------------------------------
strBatchPath = API.DataWindow.Connection.PstrDirInbox & "\Batches\OpenBatch\"
strLogPath = API.DataWindow.Connection.PstrDirInbox & "\Batches\BatchLogs\"
strOutboxPath = API.DataWindow.Connection.PstrDirOutbox
strErrorFilePath = API.DataWindow.Connection.PstrDirOutbox & "\"
strErrorFileName = ""
!!! Another section
'------------------------------------------------------------------
'Gather files that exist in OpenBatch folder