When running the autoforecast via script like:
:set &ret# = autoforecast()
The script ends in FAULT_OTHER - Start impossible. Other error. Last Message :U00000002 EXISTS
This was reported on version 21.0.6 and above
There are no problems running the Autoforecast from the AWI via Process Monitoring -> Forecasts -> Autoforecast -> Recalculate
Release : 21.0.6 and above
This is caused by a defect with the AWI component
Solution: This has been fixed with the release of 21.0.9 (released 18 December, 2023)
Please note the fix is with the AWI component which requires the Automation Engine, Utilities, and Initialdata to be on the same service pack.
Workaround:
Delete the autoforecast before running the autoforecast() script. This can be done by:
:set &ret# = delete_forecast("AUTOFORECAST")
:set &ret# = delete_forecast("AUTOFORECAST")
:set &ret# = autoforecast()