EPMAT-7: 부적합한 TempServiceType 오류 해결

다음 상황에서 recreate 명령을 실행하는 경우 이 오류가 보고됩니다.

  • 이 명령에 의해 적용된 제한 때문에 요청된 서비스 유형으로 변환할 수 없는 TempServiceType 선택적 매개변수를 환경에 대해 사용했습니다.

    레거시 구독: recreate 명령은 Account Reconciliation, Oracle Enterprise Data Management Cloud, Enterprise Performance Reporting Cloud 또는 Profitability and Cost Management Cloud 애플리케이션을 지원하도록 Planning and Budgeting Cloud, Enterprise Planning and Budgeting Cloud, Tax Reporting Cloud, Financial Consolidation and Close Cloud 환경을 일시적으로 변환할 수 있습니다. 이 변환이 완료되면 다른 서비스 유형으로 변환하기 전에 환경을 다시 원래 서비스 유형으로 변환해야 합니다. 예를 들어 Planning and Budgeting Cloud 환경을 Profitability and Cost Management Cloud로 변환했을 수 있습니다. 이 Profitability and Cost Management Cloud를 Oracle Enterprise Data Management Cloud 환경으로 바로 변환할 수는 없습니다. 먼저 epmAutomate recreate -f를 사용하여 Planning and Budgeting Cloud 환경으로 변환한 다음, epmAutomate recreate -f TempServiceType=EDMCS를 사용하여 Oracle Enterprise Data Management Cloud로 변환해야 합니다.

    레거시 Profitability and Cost Management: 다음 명령을 실행하여 Profitability and Cost Management 환경을 Planning 또는 엔터프라이즈 Planning 환경으로 변환할 수 있습니다.

    epmautomate recreate -f removeAll=true TempServiceType=PBCS

    환경을 다시 원래 Profitability and Cost Management 환경으로 변환하려면 다음 명령을 사용합니다.

    epmautomate recreate -f TempServiceType=PCMCS

    Note:

    Profitability and Cost Management 환경은 Account Reconciliation, Oracle Enterprise Data Management Cloud 또는 Narrative Reporting 환경으로 변환될 수 없습니다.

    EPM Standard Cloud 및 EPM Enterprise Cloud 구독: 다른 지원되는 비즈니스 프로세스를 지원하도록 Oracle Enterprise Performance Management Cloud 환경을 변환할 수 있습니다. 이 변환이 완료되면 다른 비즈니스 프로세스를 사용하도록 변환하기 전에 환경을 다시 원래 서비스 유형으로 변환해야 합니다.

    예를 들어 Profitability and Cost Management를 지원하도록 Consolidation and Close 환경을 변환했을 수 있습니다. 이 Profitability and Cost Management 환경을 Enterprise Data Management 비즈니스 프로세스를 지원하도록 바로 변환할 수는 없습니다. 먼저 Consolidation and Close 환경으로 변환한 후 Enterprise Data Management를 지원하도록 변환해야 합니다.
  • TempServiceType 선택적 매개변수에 부적합한 값을 지정했습니다. 예를 들어 TempServiceType=EDMCS 대신 TempServiceType=DMCS를 지정했습니다.

이러한 이슈를 해결하려면 다음을 수행합니다.

  • TempServiceType 매개변수에 허용되는 값을 사용하고 있는지 확인하십시오. 이 매개변수 값은 모두 대문자여야 합니다. 허용되는 값은 ARCS, EDMCS, EPRCS, PBCS, PCMCS입니다.
  • 매개변수 없이 recreate 명령(epmautomate recreate -f)을 실행하여 환경을 원래 서비스 유형으로 되돌립니다. 이 프로세스가 완료되면 명령(예: epmautomate recreate -f TempServiceType=EDMCS)을 실행하여 다른 비즈니스 프로세스를 지원하도록 환경을 변환합니다.