You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!