Validation and error messages

Validation is performed when you execute the EditShareScenarios macro. If validation fails, the macro execution is stopped, and the related error message is reported in the audit log.
This table list 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 and a running Cycle Period does not exist for the specified Cycle, an error occurs. Cycle "{0}" has no running cycle period.
If specified, check that the module and scenario exist. Scenario "{0}" cannot be found in module "{1}".
If specified, check that the specified users and roles are valid.

User "{0}" cannot be found.

Role "{0}" cannot be found.

If specified, check that the status of the Cycle Period set to Running. The cycle period status {0} for cycle period {1} must be Running.
The status of the scenario to be modified must be WIP. The scenario status {0} for scenario {1} must be WIP.
If the specified cycle period or scenarios are unavailable (in processing) and the specified time out period reached, the macro command fails to execute with an error.

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

{1} = error reason for time out.