How to capture error in FCM ARM dataload
Hi,
This is addressed to Shailesh or whoever would like to contribute.
We are doing daily data load into ARM using the following script:
$arm_dir ="E:\Oracle\Middleware\EPMSystem11R1\products\AccountReconciliation\bin"
cd $arm_dir
$batchfile = ".\loaddata.bat"
$parameters = "EPMADMIN -f:E:\Oracle\Middleware\passwordfile `"PS9_GL`""
start-process $batchfile $parameters -PassThru -Wait
As soon as the script is executed, it exist. While data load is still running in the background.
Within the "Data Load" rule, multiple location is selected, each location will have 3 data load rule within FDMEE,
to load Base, Reporting and Base currency. So, when the script is executed, it will perform