End of Load Process
802636Oct 6 2010 — edited Oct 7 2010Hi,
I am writing a script and want to create a condition to evaluate when the BatchLoad process from FDM to HFM is complete. So for example, when the Batch Process has completed loading all the files to the target system, how can I know the Nth file has been loaded and use that "Completed" condition to kick off another part of the script?
How can you know when the Batch process has completed loading all files to the target system? So after the statement below has processed completely, what parameters or values can I retreive from FDM to know I can move forward?
BATCHENG.mFileCollectionProcessParallel BATCHENG.PcolFiles, CLng(lngProcessLevel), CLng(lngParallelProcessCount), CStr(strLoadBalanceServerName), , CBool(blnAutoMapCorrect)
THanks for the help!
- OutbackJack