WEBUTIL - FORMS - 100501 Non Oracle exception [message #419389] |
Fri, 21 August 2009 14:50 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
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
|
|
|
|
|