validateModel
Validates an Enterprise Profitability and Cost Management model and writes validation output to a file.
Applies to
Enterprise Profitability and Cost ManagementRequired Roles
Service AdministratorUsage
Note:
If substitution variables exist , you can use them instead of actual parameter values. See Using Substitution Variables with Some Enterprise Profitability and Cost Management Commands for detailed information.epmautomate validateModel "modelName" FILE_NAME.txt
[messageType=All|Warning|Error] [ruleStatus=All|Enabled|Disabled]
where:
modelNameis the name of the Enterprise Profitability and Cost Management model to be validated. This value must be enclosed in double quotation marks.FILE_NAMEis a unique name for a text file to which the command should write model validation output. This file, created in the outbox, can be downloaded using the downloadFile command.messageType, optionally, is the status of information to include in the model validation output. Possible parameter values are:All, which writes both errors and warnings to the validation output file.Error, which records only errors in the validation output file. This is the default value.Warning, which records only model validation warnings in the validation output file.
ruleStatus, optionally, is one of the following:All, which validates all the rules for the selected model. This is the default value.Enabled, which validates only the enabled rules.Disabled, which validates only the disabled rules.
Example
epmautomate
validateModel "10 Actuals Allocation Process" results.txt messageType=All
ruleStatus=Enabled