validateModel

Validates an Enterprise Profitability and Cost Management model and writes validation output to a file.

Applies to

Enterprise Profitability and Cost Management

Required Roles

Service Administrator

Usage

epmautomate validateModel "modelName" FILE_NAME.txt [messageType=All|Warning|Error] where:

  • modelName is the name of the Enterprise Profitability and Cost Management model to be validated. This value must be enclosed in double quotation marks.
  • FILE_NAME is a unique name for a text file to which EPM Automate 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.

Example

epmautomate validateModel "10 Actuals Allocation Process" results.txt messageType=All