validateModel

驗證 Enterprise Profitability and Cost Management 模型並將驗證輸出寫入檔案。

適用於

Enterprise Profitability and Cost Management

必要角色

服務管理員

用法

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

  • modelName 是要驗證的 Enterprise Profitability and Cost Management 模型名稱。此值必須置於雙引號中。
  • FILE_NAME 是要寫入 EPM Automate 型驗證輸出的文字檔唯一名稱。此檔案會在寄件夾中建立,可以使用 downloadFile 命令下載。
  • messageType 是要包含在模型驗證輸出中的資訊狀態 (選擇性)。可能的參數值為:
    • All - 將錯誤與警告都寫入至驗證輸出檔案。
    • Error - 只將錯誤記錄在驗證輸出檔案中。此為預設值。
    • Warning - 只將模型驗證警告記錄在驗證輸出檔案中。

範例

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