Table of Contents

OBIEE 10G - IIS BI Presentation Service Plugin (OC4J listener)

About

There are two components of the BI EE installation that require Oracle Containers for Java (OC4J) and will not run natively on Microsoft's Internet Information Server (IIS), those components are:

Since the verion 10.1.3.3.2, IIS can be configured as a listener for OC4J. This is accomplished via an IIS proxy plug-in that is provided with the BI EE installation files. When configured, the requests are routed from IIS to OC4J so that it appears to the user that everything is being executed by IIS.

Steps

Prerequisites

Following are the prerequisites to use the BI Presentation Service IIS plug-in:

Configuration

The Oracle Application Server Proxy Plug-in is called oracle_proxy.dll and is located in your Oracle BI EE installation files. The following steps describe how to configure your system to use the IIS plug-in:

\Server\Oracle_Business_Intelligence\oc4jproxy\oracle_proxy.dll
# Server names that the proxy plug-in will recognize.
oproxy.serverlist=ias1 
# Hostname to use when communicating with a specific server. 
oproxy.ias1.hostname=hostname.domain 
# Port to use when communicating with a specific server. 
oproxy.ias1.port=9704
# Description of URL(s) that will be redirected to this server. 
oproxy.ias1.urlrule=/xmlpserver/* 
oproxy.ias1.urlrule=/xmlpserver oproxy.ias1.urlrule=/bioffice/* 
oproxy.ias1.urlrule=/bioffice 

When you complete this Step, there will be two files (oracle_proxy.dll and proxy.conf) in the folder

\oracleBIData\web\Config\instanceconfig.xml
\oracleBI\xmlp\Admin\configutation\xmlp-server-config.xml
\OracleBI\oc4j_bi\j2ee\home\applications\bioffice\bioffice\WEB-INF\bioffice.xml

http://localhost/xmlpserver/login.jsp

or

http://localhost/bioffice/about.jsp

and

http://localhost/analytics/saw.dll?Answers.

Documentation / Reference