Oracle® Business Intelligence Enterprise Edition Deployment Guide > Deploying Oracle Business Intelligence for High Availability > Deploying Oracle Business Intelligence Publisher for High Availability >
Integrating BI Publisher in BI Presentation Services User Interface
In order for users to access a clustered BI Publisher application from the More Products > BI Publisher link in the BI Presentation Services user interface, BI Presentation Services must be aware of the BI Publisher application URLs for the clustered environment. The BI Publisher URLs are specified in the BI Presentation Services configuration file instanceconfig.xml, under the <AdvancedReporting> tag. Open the instanceconfig.xml file for editing. This file is located in OracleBI_HOME\web\config on Windows and in OracleBI_HOME/web/config on Linux or UNIX. To integrate BI Publisher in BI Presentation Services User interface
- Modify the AdvancedReporting element as shown below:
<AdvancedReporting> . . <ServerURL>http://bi-publisher.mycompany.com/xmlpserver/services/XMLPService</ServerURL> <WebURL>http://bi-publisher.mycompany.com/xmlpserver</WebURL> <AdminURL>http://bi-publisher.mycompany.com/xmlpserver/servlet/admin</AdminURL> . . </AdvancedReporting>
- Replace http://bi-publisher.mycompany.com with the protocol and Virtual IP for your BI Publisher application.
- Add the BI Publisher Administrator credentials to the BI Presentation Services Credential Store.
- Specify the Credential Store in the instanceconfig.xml file for BI Presentation Services.
Refer to the chapter on configuring BI Publisher in the Oracle Business Intelligence Infrastructure Installation and Configuration Guide for more information on these steps.
NOTE: You must update the credential store for every instance of BI Presentation Services in your deployment to store the BI Publisher credentials, or copy the credential store with updated credentials to each BI Presentation Services machine. The instanceconfig.xml file for each BI Presentation Services must specify the location of the credential store.
|