Epmautomate script terminating after every line
Hi All,
I have created a script to recompute FCCS application after any change in the entity dimension. This script is completing after completion of first line.
e.g - I have written script below to login into FCCS application and perform recomputation of 4 years one by one. However this script only login and perform first action and then terminate. Can you please suggest what couple be the issue.
SET url=https://fccs-eheu.epm.em2.oraclecloud.com/epmcloud
SET user=Username
SET password=password
call epmautomate login %user% %password% %url%
IF %ERRORLEVEL% NEQ 0 goto :ERROR
epmautomate recomputeOwnershipData Actual FY19 P1
Tagged:
0