Saturday, July 16, 2011

How to disable SSO (Single Sign On) REP-51019

1. Navigate to mide tier home ORACLE_HOME/reports/conf/servername.conf
take a backup of this file before editing.

this is mine APPS file like name ok (rep_oratech-00_bihome.conf)

2. Open servername.conf to edit the file. Servername.conf is the
configuration file for your reports server.

3. To disable Reports Server security, you must remove or comment out the
security element as well as the securityId attributes from the job element
specifications. The security elements in the servername.conf should be
removed or if you are going to comment out, should appear as the
following:

comment with <!-- /--> as i did

<!--job jobType="report" engineId="rwEng" securityId="rwSec"/-->
<!--job jobType="rwurl" engineId="rwURLEng" securityId="rwSec"/-->

also
4. remove these line from file

<security id="rwSec" class="oracle.reports.server.RWSecurity">
<!--property name="securityUserid"
value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%"
confidential="yes" encrypted="no"/--> <property
name="oidEntity"
value="reportsApp_oratech_00.com_241F3F81F1C211DD8F77ED095047F5C8"/>
</security>

save your file

6. Restart the reports server.

Then run your form to run report.

No comments:

Post a Comment