验证 Enterprise Profitability and Cost Management 模型并将验证输出写入到文件。
适用于
Enterprise Profitability and Cost Management所需角色
服务管理员用法
epmautomate validateModel "modelName" FILE_NAME.txt [messageType=All|Warning|Error] [ruleStatus=All|Enabled|Disabled],其中:
modelName 是要验证的 Enterprise Profitability and Cost Management 模型的名称。此值必须用双引号括起来。FILE_NAME 是该命令应向其写入模型验证输出的文本文件的唯一名称。此文件在发件箱中创建,可以使用 downloadFile 命令进行下载。messageType(可选)是要包括在模型验证输出中的信息的状态。可能的参数值为:
All,将错误和警告都写入验证输出文件中。Error,仅将错误记录在验证输出文件中。这是默认值。Warning,仅将模型验证警告记录在验证输出文件中。ruleStatus(可选)是以下值之一:
All,验证选定模型的所有规则。这是默认值。Enabled,仅验证已启用的规则。Disabled,仅验证已禁用的规则。示例
epmautomate validateModel "10 Actuals Allocation Process" results.txt messageType=All ruleStatus=Enabled