7.21.1.1 RPD and Catalog Deployment
This section includes steps for the RPD and Catalog deployment.
Deploying the RPD
For RPD deployment, follow these steps:
- Connect to the OBIEE Server.
- Create a folder. For example, tmp in the following directory:
<Oracle_Home>/user_projects/domains/domain_name - Copy the CRMBI.rpd from the OBIEE Configuration - Deploy OFS CRA Analytics (where you have saved the RPD) to the folder created in the preceding step.
- Open the Command Prompt, and navigate to the following directory:
/scratch/<mount_name>/Middleware/Oracle_Home/user_projects/domains/bi/b itools/bin - Execute the following command:
./datamodel.sh uploadrpd -I <RPDfilepath> -W <RPDpassword> -SI ssi -U <username> -P <password>For example:
./datamodel.sh uploadrpd -I /scratch/obiee12c/Middleware/Oracle_Home/user_projects/domains/bi/tmp/CRMBI.rpd -W Administrator1 -SI ssi -U weblogic -P weblogic123Figure 7-10 RPD deployment success message.

Deploying the Web Catalog
For web Catalog Deployment, follow these steps:
- Open the Catalog Manager, navigate to the File menu and open the catalog online by giving the necessary credentials based on your setup:
- Type: Online
- URL: http://<ipaddress>:<port>/analytics-ws
- After the catalog is opened, it will display a directory structure on the left-hand side. Select the Catalog Root and select Shared Folders in the LHS tree structure.
- Go to the File menu and select Unarchive . It will ask for the path for a file.
- Browse the path of the archived catalog file saved in your OBIEE Configuration - Deploy OFS CRA Analytics using the Browse button and click OK.
- The catalog must be extracted in the Shared Folders directory for the reports to display. A successful operation message is displayed.
- Restart the presentation services once again.
- Open the analytics OBIEE URL (http://<ipaddress>:<port>/analytics).
- Login with credentials based on your setup and verify that the catalog is available.
- Click on catalog in the OBIEE Application right top menu list.
- In the LHS menu, navigate to shared directories and verify all the directories are available.
Starting and Stopping Services in OBIEE
Follow the below steps to start and stop OBIEE Services:
- Connect to the OBIEE server.
- Navigate to the
/scratch/<mount_name>/Middleware/Oracle_Home/user_projects/domains/bi/b itools/bindirectory. - Execute the following commands:
- Command to stop service:
./stop.sh - Command to start service:
./start.sh
- Command to stop service:
OBIEE Configurations Post-Deployment of RPD and Catalog Files
For OBIEE Reporting, configure the following:
- Navigate to the
<<obiee <<Oracle BI Instance Home>/config/fmwconfig/biconfig/OBIJHdirectory. - Modify the config.xml file.
- Increase parameter value for the following tag:
<XMLP> <InputStreamLimitInKB>40000</InputStreamLimitInKB> <ReadRequestBeforeProcessing>true</ReadRequestBeforeProcessing> </XMLP> <DVT> <InputStreamLimitInKB>40000</InputStreamLimitInKB> </DVT> - Save the
config.xmlfile. - Navigate to the
<<obiee <<Oracle BI Instance Home>/config/fmwconfig/biconfig/OBIPSdirectory. - Modify the
instanceconfig.xmlfile. - Increase the parameter value for tag if already exists or add the following code:
<Charts> <MaxVisibleColumns>50000</MaxVisibleColumns> <MaxVisiblePages>25000</MaxVisiblePages> <MaxVisibleRows>100000</MaxVisibleRows> <MaxVisibleSections>50000</MaxVisibleSections> <JavaHostReadLimitInKB>10240</JavaHostReadLimitInKB> </Charts> and <Pivot> <MaxCells>1920000</MaxCells> <MaxPagesToRollOutInDelivery>10000</MaxPagesToRollOutInDelivery> <MaxVisibleColumns>50000</MaxVisibleColumns> <MaxVisiblePages>100000</MaxVisiblePages> <MaxVisibleRows>10000000</MaxVisibleRows> <MaxVisibleSections>50000</MaxVisibleSections> <DefaultRowsDisplayed>100000</DefaultRowsDisplayed> </Pivot> under <Views> tag - Save the
instanceconfig.xmlfile. - Restart the BI Services.