Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Installation

  • Update CXO to version 21.1.3 (or higher)

  • Install Identity Provider

  • Install Oracle EPM Cloud Adapter

  • Important: Restart server after installing .NET core hosting bundle for Identity Provider and Oracle EPM Adapter.

  • Create IIS website for Oracle Epm (Application Pool should have "No Managed Code")

  • Create Client in CXO Identity Provider

...

CXO configuration and source creation

Configure proper license key

...

Note: To be able to use OracleEPMAdapter you need a license key with: Oracle EPM Planning

...

or Oracle EPM Financial Consolidation and Close.

...

  • Create a new source system in the SSM for the correct source type: Oracle EPM Planning / Oracle EPM Financial Consolidation and Close. This should create:

    • Fact database

    • SSAS cube

  • Run configuration database creation command: e.g.
    .\CXO.Adapter.OracleCloudEpm.Cli.exe create-configuration-db server-name:cxo-dev-sql02 database-name:oracleEpmConfigTest authentication-type:Proprietary username:cxo password:somePassword
    Parameters:

    • server-name: name of the server on which the database should be created

    • database-name: name of the database to be created

    • authentication-type: windows / proprietary

    • username: SQL user name (if authentication-type == proprietary)

    • password: SQL user password (if authentication-type == proprietary)

...

e.g. .\CXO.Adapter.OracleCloudEpm.Cli.exe set-authentication-settings idp-authority: https://cxoUrl/idp idp-client-id:clientId idp-client-secret:secret idp-client-allowed-user-group:ADM

...

  • Make sure we have an account that we can use to connect from the adapter to the Oracle system ( We probably need A user with admin rights for itrights to create export job is required - admin user )

  • Configure metadata export job

  • Configure data export job

...