3.4 OBIEE Artefacts
OBIEE Artefacts
This section assumes a basic familiarity with OBIEE and it’s application and
deployment screens. It also assumes that the user has access to a windows
machine running the OBIEE Administration Tool.
First you should validate that your installation package contains both units of
required media. There should be two files present in $OHI_ROOT/reporting/
- VBP.RPD
- OHI_Value-Based_Payments.catalog
These represent the two units of configuration for all OBIEE artefact deployments. The first is the reporting layer ( VBP.RPD ) which contains the mappings of tables and views used to create analytics reports and dashboards in OBIEE. The second is the catalog file which contains the configured dashboards and reports along with other configuration built on top of the reporting layer.
Deploying the Reporting Layer
The reporting layer needs to be deployed to the target OBIEE server first. Deploying the Reporting layer consists of two phases. In the first phase you use the OBIEE administration tool to modify the datasource configuration of the RPD file to match the target environment. The OBIEE RPD file is provided with the deployment files, and be located at $OHI_ROOT/reporting/VBP.RPD as indicated above
Modify the RPD Connection Information
Modify Connection – Use the OBIEE Administration tool to change the Value-Based Payments and Value-Based Payments Variables connection strings to be correct for the target environment.
- Start the OBIEE Administration tool
- Open the VBP.RPD File, this will Require the RPD password distributed with your installation package.
- In the "Physical" Window, Right Click on OHI Value Based Payments -> OHI Value Based Payments and Select Properties
- Change the value of the field "Data Source Name" to match your target environment, and select OK
- In the "Physical" Window, Right Click on OHI Value Based Payments -> OHI Value Based Payments Variables and Select Properties
- Change the value of the field "Data Source Name" to match your target environment, and select OK
- From the Menu, select File -> Save As and save this RPD file to a known location
Deploy the RPD
- Navigate to your servers enterprise manager. It should be available at http://<obiee-server>:7001/em
- Log in as the admin user created when OBIEE was installed
- Navigate to coreapplication -> Deployment -> Repository
- Select lock and Edit
- Upload the RPD, enter the password and select apply
- Select activate changes
- Navigate to coreapplication -> Availability
- Select All BI Servers
- Hit Restart Selected
Deploy the OBIEE catalog
The OBIEE catalog contains the dashboards and reports and other runtime artefacts for the VBP OBIEE installation. As noted above, It should be located at $OHI_ROOT/reporting/OHI_Value-Based_Payments.catalog
- Navigate to your OBIEE servers analytics home. It should be available at http://<your-server>:9704/analytics
- Log in as the admin user created when OBIEE was installed.
- Select Catalog -> Shared Folders
- Select Unarchive
- Upload the OHI_Value-Based_Payments.catalog file
- Use Replace: All
- ACL: Inherit
Validate Deployment
To validate that the RPD file and the Catalogs were successfully deployed to the target OBIEE environment, execute the following steps:
- Navigate to your OBIEE servers analytics home. It should be available at http://<your-server>:9704/analytics
- Log in as the admin user created when OBIEE was installed.
- Navigate to Dashboards -> BI Overall Status Dashboard
- The dashboard should render with no errors
Deployment of BI artefacts are complete.