validateModel

验证 Enterprise Profitability and Cost Management 模型并将验证输出写入到文件。

适用于

Enterprise Profitability and Cost Management

所需角色

服务管理员

用法

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

  • modelName 是要验证的 Enterprise Profitability and Cost Management 模型的名称。此值必须用双引号括起来。
  • FILE_NAMEEPM Automate 应向其写入模型验证输出的文本文件的唯一名称。此文件在发件箱中创建,可以使用 downloadFile 命令进行下载。
  • messageType(可选)是要包括在模型验证输出中的信息的状态。可能的参数值为:
    • All,将错误和警告都写入验证输出文件中。
    • Error,仅将错误记录在验证输出文件中。这是默认值。
    • Warning,仅将模型验证警告记录在验证输出文件中。

示例

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