Home » Developer & Programmer » Forms » WEBUTIL - FORMS - 100501 Non Oracle exception (Forms 10g R2)
WEBUTIL - FORMS - 100501 Non Oracle exception [message #419389] Fri, 21 August 2009 14:50 Go to next message
jmajorel
Messages: 1
Registered: August 2009
Junior Member
Hello, I'm executing code in forms when hay double click en menu tree for execute host command.
I need download file from server, (in c: cliente machine) and when this file finish download i execute whit clien host commnad.
here is the code:
this first step works well, but, when I execute the file, the forms raise an error 100501 non-oracle exception and the java console don't show anything (I just put ok the server parameters in formsweb.cfg).

the line with problem is:

CLIENT_HOST('cmd /c c:\myfile.exe');

when I pass this code line, I delete the file and this work well, again.
In short, I download ok, and delete the file ok, but , in the midle, I need execute it but, this raise an unknow error.

somebody has idea?

thanks

Re: WEBUTIL - FORMS - 100501 Non Oracle exception [message #420791 is a reply to message #419389] Wed, 02 September 2009 04:52 Go to previous messageGo to next message
mudabbir
Messages: 235
Registered: April 2006
Location: Kuwait
Senior Member

Try this.

client_host('cmd /c rundll32 url.dll,FileProtocolHandler c:\myfile.exe');
Re: WEBUTIL - FORMS - 100501 Non Oracle exception [message #420792 is a reply to message #420791] Wed, 02 September 2009 04:53 Go to previous message
mudabbir
Messages: 235
Registered: April 2006
Location: Kuwait
Senior Member

look here as well ....

http://www.orafaq.com/forum/m/400502/84678/?srch=CLIENT_HOST#msg_400502
Previous Topic: MS Access to Oracle Database
Next Topic: Exception in oracle forms
Goto Forum:
  


Current Time: Fri Sep 20 11:26:33 CDT 2024