Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: HELP..Running St. procedure using Oracle Web Server

Re: HELP..Running St. procedure using Oracle Web Server

From: Anita Behle <behle_at_i3.informatik.rwth-aachen.de>
Date: 1997/03/11
Message-ID: <33256192.52B4@i3.informatik.rwth-aachen.de>#1/1

If you get the message "The requested URL was not found." your virtual path to
owa.exe is not correct.

If the parameters of your procedure do not match then you get the message
"Request Failed
 We were unable to process your request at this time.  Please try again later. "

If you have the following settings:
in OWA.CFG
  owa_service=emp

in SVEMP.CFG
  [DirMaps]

  YYY   NR                 /emp/

  where YYY is the real path to OWA.EXE, i.e. D:\ORANT\OWS20\bin\   (don't forget the last \!)

then you can start your procedure via

   http://www.hello.com/emp/owa/emp_pass

If your procedure is stored in a package P, then you can start the procedure
via http://www.hello.com/emp/owa/P.emp_pass

If this does not help have a look at your log-files  owa_default_service.err and owa_emp.err

Anita Behle
Behle_at_i3.informatik.rwth-aachen.de

prab.athilat_at_fmr.com wrote:
>
> I have compiled a simple stored. procedure to return a HTML output on
> the browser. I,m calling this URL from an HTML FORM and passing the
> value . When I submit the value for the stored procedure thru this form
> I get this message "The requested URL was not found". It seems the web
> agent is not recognizing it as parameters for st. procedure.
> This is the line from my HTML form file
> ACTION:"http://www.hello.com/owa-bin/emp/owa/emp_pass">
> Where
> emp_pass is my stored procedure
> emp is the service name in owa.cfg
> The document says when you pass this , the emp is checked against the
> owa.cfg to login , and the stored procedure name should be after owa/
> What is the significance of owa-bin (the virtual directory). DOes it
> indicate the location of owa executable ? Is there something which I'm
> missing out ????
> Any help from any Web Sevrer gurus will be highly appreciated.
> Thanks in advance
> Prab Athilat
> prab.athilat_at_fmr.com
Received on Tue Mar 11 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US