驗證 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 (選擇性) 是以下之一:
全部,這會驗證所選模型的所有規則。此為預設值。已啟用,這只會驗證已啟用的規則。已停用,這只會驗證已停用的規則。範例
epmautomate validateModel "10 Actuals Allocation Process" results.txt messageType=All ruleStatus=Enabled