65 pts.
 A problem in calling Oracle report by using WEB.Show_Document
- The application is developed in Developer 10g

- The application is` running with non ssomode. (ssomode=false)

- When I call a report through form by using :

   WEB.Show_Document('/reports/rwservlet/getjobid' ||substr(v_rep,instr(v_rep,'_',-1)+1)|| '?destype=cache&desformat=pdf/html&server=' || 'rep_app_oracle_forms', '_blank');

the sso login page appeared and when I enter the usetrname and the password the report runs correctly

The question is

how can the report runs directly without showing the sso login page, for that the application is running in non sso mode? 

 



Software/Hardware used:
Oracle Application Server 10g / Windows server 2003
ASKED: November 8, 2010  8:13 AM
UPDATED: May 21, 2012  12:52 PM

Answer Wiki:
You might need to set the SINGLESIGNON parameter in your rwservlet.properties file to NO, as its default value is YES.. This is the default location of such file: <pre>$ORACLE_HOME/reports/conf/rwservlet.properties</pre> There are other security changes you could need to apply. Take a look at these articles: <a href="http://www.rittmanmead.com/files/quick_start_guide_oracle_reports.html">Quick Start Guide to Oracle Reports Server</a> <a href="http://download.oracle.com/docs/cd/B14099_19/bi.1012/b14048/pbr_sso.htm#i1008966">11.3.1 Enabling and Disabling OracleAS Single Sign-On and Reports Server Security</a>
Last Wiki Answer Submitted:  November 8, 2010  5:56 pm  by  carlosdl   63,580 pts.
All Answer Wiki Contributors:  carlosdl   63,580 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Edit rwservlet.properties file and change the line: #SINGLESIGNON=YES to SINGLESIGNON=NO
Be sure to remove the # sign

 340 pts.

 

I often open report from Oracle web using notepad/microsoft word after saving it.. Is there any method were report opens automatically without the mentioned means?
Please help!!!!!!!!!!!!!!!!!

 10 pts.