Informatica post session shell script

Hi,

This is regarding a issue we are facing in informatica post session. We place a shell script in informatica job.

The shell script will need to upload a dummy file to another server.The shell script is running fine.However in informatica job not completing and throwing error

It's throwing a message stating waiting for child process. However a simple echo command place , then no error.

#!/usr/bin/ksh
#
set -vx
cp u01/app/Informatica/staging/OM_WORKFLOW.netrc $HOME/.netrc
chmod 700 $HOME/.netrc
ftp ftpserver.comm.com

.netrc file

machine ftpserver.comm.com login storeq password groxbagx
macdef init
cd /home/1.0.0/out/
put om_workflow.dat
bye

Annoying CMN_1946 'Waited X seconds for child process of the shell command to exit.' message - Toolbox for IT Groups

https://community.informatica.com/thread/36595

1 Like