EPMAutomate: error handling when using RunBusinessRule command not working
Summary
EPMAutomate: error handling when using RunBusinessRule command not workingContent
Hi all
We are running a TEST script where we want it to the DM load data to fail and for the RunBusinessRule to be abhorted BEFORE it is initiated after the Data Load fail, but from what we are seeing, it runs and completes regardless of the Data load error.
In the attached document we have the set this script section so the rule is not run if there is a failure:
IF EXIST %localpath%%FICHERO% (
call epmautomate deletefile inbox/HFM/%FICHERO% >> %logpath%
call epmautomate uploadfile %localpath%%FICHERO% inbox/HFM >> %logpath%
Tagged:
0