Validation and error messages

This table lists the Source Cycle Period status and the related validation messages:
Source Cycle Period Status Source Scenario Status Can Execute? Validation Message
Pending N/A No Cannot run macro {0} because Cycle Period has status "Pending"
Running Any Yes N/A
Paused Any Yes N/A
Completed Any Yes N/A
Aborted Stopped Yes N/A
Archived Any No Cannot run macro {0} because Cycle Period has status "Archived"
This table lists the Destination Cycle Period status and the related validation messages:
Source Cycle Period Status Source Scenario Status Can Execute? Validation Message
Pending N/A No Cannot run macro {0} because Cycle Period has status "Pending"
Running WIP Yes N/A
Running Review, Rejected, Stopped, Approved, Published No Cannot run macro {0} because Scenario has status {1}
Paused Any No Cannot run macro {0} because Cycle Period has status "Paused"
Completed Any No Cannot run macro {0} because Cycle Period has status "Completed"
Aborted Stopped No Cannot run macro {0} because Cycle Period has status "Aborted"
Archived Any No Cannot run macro {0} because Cycle Period has status "Archived"

Validation is performed when you execute the CopyCyclePeriodData macro. If validation fails, the macro is aborted, and the related error message is displayed.

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

Validation Condition Error Message
Valid Source hierarchy level. Source {0} hierarchy level "{1}" cannot be found.
Valid Source Calendar Level. Source calendar level "{0}" cannot be found.
Valid destination Hierarchy node (if "Use Destination Hierarchies" is TRUE). Destination {0} hierarchy node "{1}" cannot be found.
Valid source Hierarchy node (if "Use Destination Hierarchies" is FALSE/undefined). Source {0} hierarchy node "{1}" cannot be found.
Valid Destination Period Label if "Use Destination Hierarchies" is TRUE). Destination period label "{0}" cannot be found.
Valid Source Period Label if "Use Destination Hierarchies" is FALSE/undefined). Source period label "{0}" cannot be found.
Valid Source Cycle Period. Source cycle period "{0}"-"{1}" is not available (Archived).
Valid Source Measure for cycle.module and enabled. Source measure "{0}" cannot be found.
Valid Destination Measure for cycle.module and enabled. Destination measure "{0}" cannot be found.
Destination measure must be null if source measure is null. Destination measure must be null when copying all measures.
Valid Source module, if defined. Module "{0}" cannot be found.
Valid overwrite flag (null, true, false). Invalid parameter value {0}. Must be true or false.
Destination measure is not of Transactional Data/Order type when source is Transactional data. Cannot copy from a non-Transactional Data/Order Measure to a Transactional Data/Order Measure.
Destination measure is not of Market Intelligence type when source is Market Intelligence. Cannot copy from a non-Market Intelligence Measure to a Market Intelligence Measure.