7.9.5 Deploying OFS TF Report Analytics

ORACLE ANALYTIC SERVER (OAS) 5.9:

To deploy Analytic Reports, follow these steps:

  1. Login to System Settings using the below 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) 5.9_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 TF_ANALYTICS_8.0.8.1.0.bar to the working location of OAS server.
    3. Copy TF80810.rpd into the working location of OAS server.
    4. Go to, <OAS 5.9 Home directory>/Oracle_Home/user_projects/domains/bi/bitools/bin path.
    5. Execute the command: ./importarchive.sh ssi <working location>/ TF_ANALYTICS_8.0.8.1.0.bar.

      Note:

      While executing the above command, when prompted for a password do not enter any key. After a timeout of 20 seconds, the import process will continue and complete successfully.
  10. Deploy TF80810.rpd
    1. Navigate to the working directory and execute the following script:<Oracle Analytic Server (OAS) 5.9_home>/user_projects/domains/bi/bitools/bin/datamodel.sh uploadrpd -I TF80810.rpd -SI ssi -U <user> -P <password>
    2. Restart Oracle Analytic Server (OAS) 5.9 from Enterprise Manager by following these steps: (see figure Restarting Oracle Analytic Server (OAS) 5.9)
    3. Click the Target Navigation icon.
    4. Expand the Business Intelligence section and then click biinstance.
    5. Click the Availability tab.
    6. Click Stop All.
    7. Click Start All