Problem runing Reports 11 from Forms 11 [message #524251] |
Thu, 22 September 2011 07:04 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/d2834dfd2599681b626310fdc16f2b5d?s=64&d=mm&r=g) |
gordan
Messages: 2 Registered: September 2011
|
Junior Member |
|
|
I use this code...
WEB.SHOW_DOCUMENT ('/reports/rwservlet/getjobid'|| v_job_id||'?server=' || v_reportserver,'_blank');
I can' t get a report to the client after Report finished successfully(pdf saved).
Firefox is started with...
"http//172.16.0.143:9001/reports/rwservlet/getjobid151?server=ReportsServer_PRB-05090_asinst"
Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
|
|
|
|