tLoop don't loop when i have error on tFTPPut component
I want this component to buckle to try again each time there's
FTP transfer failure ; precisely the failure to FTP connection .
Unfortunately when there's tLoop error does not continue.
Hi,
Do you want to loop your FTP connection till the FTP connection is successful?
Have you checked component
TalendHelpCenter:tInfiniteLoop which allows you to to execute a task or a Job automatically, based on a loop.
The workflow should be:tInfiniteLoop-->iterate-->tFtpPut-->OnsubjobOk-->tDie(to stop an infinite loop job).
More information about your job requirement will helpful for us to give you more accurate answers.
Best regards
Sabrina