REP-1202 ORACLE logon not specified
414538Feb 9 2004 — edited Feb 11 2004Hi,
9ias: 9.0.2.0.1
Reports: 9i
I am trying to publish reports on the web, I got the following message when I try to run one of the report: REP-1202 ORACLE logon not specified.
The first report: (works fine)
https://myserver.com/reports/rwservlet?hide_pass_key&report=....
where hide_pass_key is username/password@db stored in cgimd.dat
Inside the first report, I had another hyperlink called to my second report within the same session
The second report: (error message REP-1202)
https://myserver.com/reports/rwservlet?report=...
where I didn't put the hide_pass_key
I passed the "hide_pass_key" earlier already and I run the second report within a second, it seems I need to relogon and it has considered a new session.
How can I solve this problem? I want the cookie to remain until I end the session (close the browser).
Thank you very much!