The jobs PCK.AUTOMIC_UTF-8.MIG-STEP90.PREPARE.REFRESH.NOILM.SRC is failing during the data migration to UTF-8.
Error message:
"Non numeric input" not allowed
Product:CA Automic Workload Automation - Automation Engine v21.x, 24.x
The error message is caused by the line below in the jobs' script. The variable &CHANGELOGDAYS# is not being set because the parameter CHANGE_LOGGING_DAYS within the UC_SYSTEM_SETTINGS is not defined.
: set &CHANGELOGDAYS# = format(&CHANGELOGDAYS#, '0')
Please make sure to define the parameter CHANGE_LOGGING_DAYS within the UC_SYSTEM_SETTINGS.