"Wrong process return code" Error which using OS Command
745723Apr 14 2010 — edited Apr 14 2010Hi,
I want to execute a shell script in unix which calls a sed script and input to the script is an xml file. I am using OS Command tool to call the script which fails with "Wrong process return code" error. I ran the command directly on UNIX box and works fine but fails when executed through a package in ODI.
The command I am passing in OS Command window is as follows:
/test/callSed.sh emp.xml
I also tried ODIOSCommand but getting the same error. The shell script has execute privileges for all users. Is there any other property to be set up for running shell scipts through ODI?
Appreciate you response.
Thanks!