Cannot access web report from Forms
InoLNov 26 2001 — edited Jan 8 2007I am running a report from a web form. When the report is
displayed with getjobid I get an error: the requested URL was
not found.
I get output when I run the same report directly in my browser
with:
http://<host>/dev60cgi/rwcgi60.exe?
server=<server>report=<report>userid=<un/pw@db>desformat=html
destype=cache
I see both reports when I check the server status with:
http://<host>/dev60cgi/rwcgi60.exe/showjobs?server=<server>
The only difference is that the job owner of the report that was
run through Forms is the user that runs the forms server (not
SYSTEM, but a user who has access to the default printer), the
owner of the report that was run directly in my browser is
anonymous user IUSR_xxxx.
I have set security=0 in the <reportserver>.ora file, so the
report should be accessible for everyone. Setting security=1
gives another error: RWCGI Get Job Output - Cannot get output of
job.
Configuration:
IIS web server on Windows NT
Forms/Reports server 6i - rel. 2 with patch 5 on same NT server