Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC)

MOSC Banner

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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center