Validation and error messages

Validation is performed when you execute the ResumeCyclePeriod macro. If validation fails, the macro execution is aborted, and the related error messages are displayed in the Audit log and Job Manager.

This table lists the error messages displayed for various validation failures:

Validation Condition Error Message
If specified, check that the cycle period exists. Cycle period "{0}"-"{1}" cannot be found.
If the cycle period is not specified, check that there is a paused cycle period for the specified Cycle. Cycle "{0}" has no paused cycle period.
If specified, check that the status of the Cycle Period is set to Paused. Cannot resume Cycle Period {0} because the status is not Paused.
If the setup checker reports any incomplete checks for the current cycle and Refresh is set to True, the cycle period cannot be started. Cannot refresh cycle period with name {0} because the setup checker reports an incomplete configuration for the cycle of this cycle period.
If the setup checker or other blocking process is running and the specified timeout period reached, the macro command fails with an error.

Time out of {0} seconds was reached before completion of macro step. {1}.

Where {1} = error reason for time out.