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
은 EPM Automate에서 모델 검증 출력을 써야 하는 텍스트 파일의 고유 이름입니다. 아웃박스에 생성된 이 파일은 downloadFile 명령을 사용하여 다운로드할 수 있습니다.messageType
은 선택적으로 모델 유효성 검사 출력에 포함할 정보의 상태입니다. 가능한 매개변수 값은 다음과 같습니다.
All
, 검증 출력 파일에 오류와 경고를 모두 기록합니다.Error
, 검증 출력 파일에 오류만 기록합니다. 기본값입니다.Warning
, 검증 출력 파일에 모델 검증 경고만 기록합니다.ruleStatus
는 선택사항으로, 다음 중 하나입니다.
All
: 선택한 모델에 대한 모든 규칙을 검증합니다. 기본값입니다.Enabled
: 사용으로 설정된 규칙만 검증합니다.Disabled
: 사용 안함으로 설정된 규칙만 검증합니다.예
epmautomate validateModel "10 Actuals Allocation Process" results.txt messageType=All ruleStatus=Enabled