7.9.5 Deploying OFS TF Report Analytics
ORACLE ANALYTIC SERVER (OAS) 5.9:
To deploy Analytic Reports, follow these steps:
- 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/)
- Search for Evaluate in the search box
- Select Level 2 from the Evaluate Support Level drop-down
- Search for HTML in the search box
- Enable Allow HTML Content
- Click Restart.
- 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.
- 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>
- Deploy BAR(CATALOG)
- Navigate to $FIC_HOME/OBIEE/catalog.
- Copy TF_ANALYTICS_8.0.8.1.0.bar to the working location of OAS server.
- Copy TF80810.rpd into the working location of OAS server.
- Go to, <OAS 5.9 Home directory>/Oracle_Home/user_projects/domains/bi/bitools/bin path.
- 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.
- Deploy TF80810.rpd
- 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>
- Restart Oracle Analytic Server (OAS) 5.9 from Enterprise Manager by following these steps: (see figure Restarting Oracle Analytic Server (OAS) 5.9)
- Click the Target Navigation icon.
- Expand the Business Intelligence section and then click biinstance.
- Click the Availability tab.
- Click Stop All.
- Click Start All