webutil client_host problem executing pkzip pkunzip commands
Hi,
I configured webutil with Developer 10g (9.0.4).
I used webutil_106.zip and jacob_18.zip.
The execution of this statements (example) are successfully:
CLIENT_HOST('notepad');
CLIENT_HOST('tnsping db');
However, when I issue this ones (in order to zip/unzip files):
CLIENT_HOST('pkunzip d:\arch.zip d:\tmp');
or
CLIENT_HOST('pkzip....');
I got this error:
100501 non-OracleException
What do I have to configure in order to execute this commands????
Regards, Santiago