Versions Compared

Key

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

...

  • CXO version 21.1.3 (or higher)

  • CXO Identity provider

  • .NET 5.0 has to be installed.NET 5.0 Hosting Bundle:
    https://dotnet.microsoft.com/download/dotnet/5.6.0

Info

Important: Restart server after installing .NET core hosting bundle

Setting up

  1. Install Oracle EPM Cloud Adapter.

  2. Open CXO Configurator>Maintenance and click Register Services and Websites.

    Image Modified
  3. Select Register Oracle EPM Adapter Api to add service account details.

    Image Modified
  4. Create Client in the CXO Identity Provider.

Option available only for version 21.2.0 or higher.

Identity Provider Configuration

  1. Create new Generic Client.

  2. Select Allow Offline Access option.

  3. Add the following scopes:

    1. User profile

    2. User groups

  4. Add Redirect URL(s) in the following format:
    {OraclEPMAdapterUrl}/signin-oidc

  5. Add Post Logout Redirect URL(s) in the following format:
    {OraclEPMAdapterUrl}/signin-oidc-auth

Info

RedirectUri’s are case sensitive so it’s good practice to use lowercase in all URLs.

...

To use OracleEPMAdapter you need a license key with: Oracle EPM Planning or Oracle EPM Financial Consolidation and Close.

  1. 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

  2. Open command line as Administrator and run configuration database creation command, for example:
    .\CXO.Adapter.OracleCloudEpm.Cli.exe create-configuration-db server-name:cxo-dev-sql02 database-name:oracleEpmConfigTest authentication-type:Proprietary username:cxo password:somePassword
    Parameters:
    o   server-name: Name of the server on which the database should be created.

    o   database-name: Name of the database to be created.

    o   authentication-type: windows / proprietary

    o   username: SQL username (if authentication-type == proprietary).

    o   password: SQL user password (if authentication-type == proprietary).
    Refer CXO.Adapter.OracleCloudEpm.Cli.exe help for detailed description of the command.

  3. Run set-authentication-settings command, for example:
    .\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
    Refer CXO.Adapter.OracleCloudEpm.Cli.exe help for detailed description of the command.

  4. Run create-source-in-adapter command for example:
    .\CXO.Adapter.OracleCloudEpm.Cli.exe create-source-in-adapter source-type:pbcs source-name:source factdb-name:factdb-name factdb-server:factdb-server factdb-authentication-type:1 ssas-server-name:ssas-server-name ssas-database-name:ssas-database-name ssas-cube-name:ssas-cube-name
    Refer CXO.Adapter.OracleCloudEpm.Cli.exe help for detailed description of the command.

  5. Restart IIS Application Pool for Oracle EPM Adapter.

Note: UserGroup specified in “idp-client-allowed-user-group” should be created in CXO. Only users from that group are allowed to open CXO Oracle Cloud Adapter.

...

Configure metadata export job

Steps to perform:

  1. Click Overview.

...

2. Under Dimensions, click Export.

...

Configure data export job

  1. Click Overview.

  2. Choose Export Data.

    Image Modified
  3. Click Create.

    Image Modified
  4. Specify the following values:

    1. Location: Outbox

    2. Pick right cube

    3. Choose a delimiter, preferably set it to Other and use “|”

    4. Smart Lists are not used currently

    5. Dynamic Members: Exclude

    6. Decimals: None (or discuss with the customer)

    7. Slice definition: Take Account on rows, Period on columns, set default slice values for all dimensions including POV.
      Note: This configuration will not be used in the actual data extraction, as it will be input to the job API call.

      Image Modified

The export job name created in Oracle Cloud and export job file delimiter must be later used in Oracle EPM Adapter in Metadata General Settings.

...

Oracle EPM Adapter Configuration

  1. Configure connection.

    1. Cube

    2. Image Modified

      Use host url for Api Url without any path for example: https://epm a000000.epm.em2.oraclecloud.com.
      Application name is the same you see in Oracle.

      Image Modified
    3. For credentials use username combining domain + “.” + username
      Example: for picture below username would be a000000.xxxxxxxxxxxxx

      Image Modified
  2. Configure dimension mappings. Most standard dimensions would be mapped already – you need to map the custom ones. Number of custom Oracle Dimension doesn’t matter and are only used by CXO. Fill in the alias corresponding to custom dimension name.
    Example:

  3. Configure metadata.
    Please

...

  1. follow instructions for FCCS here and then proceed.

  2. Go to Overview> Dimensions>Extract.

    Image Modified
  3. Configure Data.
    Should be filled in consultation with the customer.
    - Multiple members are supported and should be separated by comma
    - Do not use quotes around members (even if they contain spaces)
    - Do not use “@” before selector methods (like @ILvl0Descendants(YearTotal))

  4. Fill in Account dimension on Row and Period on Column.

  5. Select all other dimensions in any order and fill in desired selectors.
    The Order of POV dimensions is important – to parse data extraction file using it. To figure it out fill in at first in a random order, finish configuration and return to the next step after you have successfully run an extraction. (You will see in the logs that data extraction has finished successfully but there are warnings of zero records being mapped).

  6. Download the export data file for your last extraction (it should have at least one record).

    Image Modified
  7. Add .zip extension to file if necessary.

  8. Open a file. Identify for any record “Point-of-View” member (it would be few members enclosed in quotes). Identify to which dimension each members belongs. Reorder your POV dimensions in adapter in the same order.

    Image Modified
  9. Configure schedule.

  10. Create a new schedule. Name and schedule are up to the customer (or CXO) and not connected to Oracle configuration.
    - Initially its best to have “Extract Metadata” enabled.

  11. Create a data slice.
    - Multiple members separated by commas are supported.
    - Do not use quotes

...

  1. .

    Image Added

    Schedule the time when metadata and data should be extracted from under the Scheduling tab. A schedule can be on a daily or a weekly basis, and the extracted data set is defined with a combination of Period, Year, and Scenario (for example Q1 2020 Actual).

    Image Added
  2. Select the Full option to load the entire metadata. If there are smaller changes like a new dimension structure or if you need to perform only an incremental extraction, the option Incremental can be selected to get faster results. When this option is selected, although the entire metadata is loaded, only the delta/changes get added to the cubes list.

  3. Click Run now to extract data and metadata.

...

  1. Image Added

    You can see the progress of the extraction under the Logs tab.

Note:

  1. Selector functions are not supported yet (for example, Children (YearTotal)).

2. Make sure these are not included in Data Slices.
- Use multiple members to replace such functions.

...