Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

informatica powercenter FTP issue

I'm facing an issue on a FTP I would like to know how, and the best option for the below situation.

I'm dealing with a process that connects via FTP and gets a file, using JMS on Informatica Powercenter.

I would like to know if there is a way to get the log saying that there was a problem on the connection and rerun the process, via a unix script

or

I would like to know if there is a way to detect the issue on the INFORMATICA Workflow itself and rerun the process.

like image 952
Angela Avatar asked Jan 02 '26 07:01

Angela


1 Answers

I use SCP and i never have problems, ex:

scp username@ host:Sourcefile Destinationfile
if [ $? = 0 ]
then
echo "Connected and copied the file”
else
echo "ERROR in copying the file using SCP "
fi
like image 97
Voislav Sauca Avatar answered Jan 06 '26 12:01

Voislav Sauca



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!