Thursday, January 14, 2010

Run Oracle Reports Web without Single Sign On (SSO)

By default Oracle Web Reports (Oracle Reports Server 9i, 10g) run Single Sign On enabled. It is possible to bypass this feature. Just follow the procedure:

Using a text editor, open the following file:

%ORACLE_HOME%\reports\conf\rep_%YOUR_SERVER_NAME%.conf
(i.e. D:\Oracle\AppServer\reports\conf\rep_oxygen.conf)

Locate the following lines:

<job jobType="report" engineId="rwEng" securityId="rwSec"/>

<job jobType="rwurl" engineId="rwURLEng" securityId="rwSec"/>

And replace by the following lines:

<job jobType="report" engineId="rwEng"/>

<job jobType="rwurl" engineId="rwURLEng"/>

Save file and Restart Application Server

Enjoy!

No comments:

Post a Comment