Hi,
I am using sas fs batch code & getting error in macro FSRUNPRJ.
Below is the error snapshot:
ERROR: Exception caught in FSRUNPRJ.
ERROR: The project stage (1) is less than the expected stage (2)
com.sas.analytics.forecasting.client.api.project.ForecastingProjectException: The project stage (1) is less than the expected stage
(2)
at
com.sas.analytics.forecasting.client.impl.project.ForecastingProjectImpl.checkPrerequisitesForTask(ForecastingProjectImpl.java:5430)
at com.sas.analytics.forecasting.client.impl.project.ForecastingProjectImpl.run(ForecastingProjectImpl.java:5237)
at com.sas.analytics.forecasting.client.impl.project.ForecastingProjectImpl.run(ForecastingProjectImpl.java:5116)
at com.sas.analytics.forecasting.bridge.macros.ForecastStudioBridge.runProject(ForecastStudioBridge.java:3317)
Caused by: java.lang.IllegalStateException: The project stage (1) is less than the expected stage (2)
... 4 more
NOTE: DATA statement used (Total process time):
real time 5.54 seconds
cpu time 0.00 seconds
NOTE: Stopping FSRUNPRJ due to errors.
Thanks in advance...