Validation and error messages
Validation is performed when you execute the CopyPlanningEngine macro. This table lists the validation check and the related error or warning message logged:
| Validation Condition | Validation Message | Type | 
|---|---|---|
| Checks that the Source Planning Engine exists and is valid. | Cannot create Planning Engine {0}. Source Planning Engine {0} cannot be found. | Error | 
| Checks that the user has access to the Source Planning Engine. | Cannot create Planning Engine {0}. User {0} does not have access to Source Planning Engine {1}. | Error | 
| Checks that the Planning Engine name does not already exist. | Cannot create Planning Engine {0}. Planning Engine already exists. | Warning | 
| Checks that the user has permission to create Planning Engines. | Cannot create Planning Engine {0}. User {1} does not have appropriate permissions. | Error | 
| Check that the Source Planning Engine Name or Cycle is defined. | Cannot create Planning Engine {0}. Source Planning Engine Name or Cycle must be defined. | Error | 
| Check that the cycle exists and is valid. | Cannot create Planning Engine {0}. Cycle {1} cannot be found. | Error |