Hi guys. This is my job and I am getting errors with tfput. I have my local filezilla server and I am sending the same file all the time, but sometimes I am getting an error that has no impact on my job. This is why I would like my job to continue but I don't know how to do it. I got everything with an infiniteloop.
This is the job:
This is the error:
Hi
If you want the job does not stop even though there is an error occurs, you need to redesign the job like this:
main job:
tInfiniteLoop--iterate--tRunJob
child job:
tFTPput--....
on tRunJob: call the child job, uncheck the 'die on error' option.
Regards
Shong