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:
- 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/
) - 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) 25.0_home>/ user_projects/domains/bi/config/fmwconfig/biconfig/OBIPS
location as detailed here. - Replace the following
script:
with the following:<Security> This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--> <ClientSessionExpireMinutes>210</ClientSessionExpireMinutes> </Security>
<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 FCCM_ANALYTICS81210.bar to the working location of OAS server.
- Copy FCCM81210.rpd into the working location of OAS server.
- Go to:
<OAS 25.0 Home directory>/Oracle_Home/user_projects/domains/bi/bitools/bin
. - Execute the
command:
./importarchive.sh ssi <working location>/FCCM_ANALYTICS_FCCM_ANALYTICS81210.bar encryptionpassword='<pwd>'
Note:
FCCMAnalytics$81210 is the new password.
- Navigate to
- Deploy FCCM81210.rpd.
- 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>
- Navigate to the working directory and execute the following
script:
- Restart the
services:
<DOMAIN_HOME>/bitools/bin/stop.sh <DOMAIN_HOME>/bitools/bin/start.sh