web.show_document suddenly stopped working [message #397164] |
Thu, 09 April 2009 05:00 |
nilbags
Messages: 10 Registered: March 2009 Location: Mumbai
|
Junior Member |
|
|
Hi,
I am using Oracle Forms 10g (10.1.2) installed on AIX .
was using WEB.SHOW_DOCUMENT built-in from a FORM to launch an HTML file from the Application Server (which had a link to a report file - to allow download). This was working fine until yesterday before the AIX box crashed due to a Memory fault.
After reboot, this built-in does not launch the html anymore.
The same works fine when I launch it through the internet browser directly, but somehow WEB.SHOW_DOCUMENT has stopped working.
Could it be that some services which were running earlier are down (How can I check that). Please advise since I am short of ideas at the moment.
The URL I use is
https://<server>:<port>/splpath/abc.html
and the WEB.SHOW_DOCUMENT call is
Web.Show_Document('https://<server>:<port>/splpath/abc.html', '_blank');
where splpath is an alias maintained in the $ORACLE_HOME/Apache/Apache/conf/httpd.conf file
[Updated on: Thu, 09 April 2009 05:05] Report message to a moderator
|
|
|
|
|