애플리케이션이 서비스 관리자만 액세스하여 관리 모드에 있는지 여부를 확인합니다.
애플리케이션이 관리 모드인 경우 true 관리 모드가 아닌 경우 false를 반환하는 이 명령은 자동화 스크립트를 실행하기 전에 애플리케이션의 상태를 확인하는 데 유용합니다. 예를 들어, refreshCube 명령은 애플리케이션이 관리 모드여야 합니다. 다음과 같이 자동화 스크립트에 이 명령을 사용하여 애플리케이션이 관리 모드에 있는지 확인할 수 있습니다.
adminMode = ‘epmautomate.sh getApplicationAdminMode’
if ["$adminMode" == "true"]
epmautomate.sh refreshCube
적용 대상
Planning, Planning Modules, FreeForm, Financial Consolidation and Close, Tax Reporting, Enterprise Profitability and Cost Management, Account Reconciliation, Strategic Workforce Planning 및 Sales Planning.
필수 역할
서비스 관리자사용법
epmautomate getApplicationAdminMode
예
epmautomate getApplicationAdminMode