Validation and error messages

Validation is performed when you execute the StartCyclePeriod macro. If validation fails, the macro execution is aborted, and the related error message is reported in the audit log and job manager.

This table lists the error messages for various validation failures:

Validation Condition Error Message
Where specified, check that the cycle period exists. Cycle period "{0}"-"{1}" cannot be found.
Check that no running cycle periods already exist for the selected cycle. Cycle {0} contains a running cycle period {1}.
Check that the previous cycle period, if specified, is completed. The previous period {0} is not completed.
If a Pending cycle period does not exist for the Cycle where the cycle period is not specified by the user, an error occurs. Cycle {0} has no pending cycle period.
Where specified, check that the cycle period has Pending status. Cannot start cycle period {0} because the status is not Pending.
If the setup checker reports any Incomplete checks for the current cycle, the cycle period cannot be started. Cannot start 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 time out period is 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.