4.6 Deploying OFS FCCM Report Analytics

This section describes how to deploy the OFS FCCM Report Analytics.

To deploy Reports Analytics, follow these steps:
  1. Login to System Settings using the URL:
    http://<oas server name>:<oas analytics port number>/analytics/systemsettings/

    (Example link for reference: http://testserver:9502/analytics/systemsettings/)

  2. Search for Evaluate in the search box.
  3. Select Level 2 from the Evaluate Support Level drop-down.
  4. Search for HTML in the search box.
  5. Enable Allow HTML Content.
  6. Click Restart.
  7. Update the instanceconfig.xml file present in <Oracle Analytic Server (OAS) 25.0_home>/ user_projects/domains/bi/config/fmwconfig/biconfig/OBIPS location as detailed here.
  8. Replace the following script:
    <Security>
    This Configuration setting is managed by Oracle Enterprise Manager
    Fusion
    Middleware Control-->
    <ClientSessionExpireMinutes>210</ClientSessionExpireMinutes>
    </Security>
    with the following:
    <Security>
    <!--This Configuration setting is managed by Oracle Enterprise Manager
    Fusion
    Middleware Control-->
    <ClientSessionExpireMinutes>210</ClientSessionExpireMinutes>
    <InIFrameRenderingMode>allow</InIFrameRenderingMode>
    </Security>
  9. Deploy BAR(CATALOG)
    1. Navigate to $FIC_HOME/OBIEE/catalog.
    2. Copy FCCM_ANALYTICS81210.bar to the working location of OAS server.
    3. Copy FCCM81210.rpd into the working location of OAS server.
    4. Go to: <OAS 25.0 Home directory>/Oracle_Home/user_projects/domains/bi/bitools/bin.
    5. Execute the command:
      ./importarchive.sh ssi <working location>/FCCM_ANALYTICS_FCCM_ANALYTICS81210.bar
      encryptionpassword='<pwd>'

      Note:

      FCCMAnalytics$81210 is the new password.
  10. Deploy FCCM81210.rpd.
    1. Navigate to the working directory and execute the following script:
      <Oracle Analytic Server (OAS) 25.0_home>/user_projects/domains/bi/
      bitools/bin/datamodel.sh uploadrpd -I FCCM81210.rpd -SI ssi -U <user>
      -P <password>
  11. Restart the services:
    <DOMAIN_HOME>/bitools/bin/stop.sh
    <DOMAIN_HOME>/bitools/bin/start.sh