Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Don't stop the job at error

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:
0683p000009MDas.png
This is the error:
0683p000009MDfc.png
Labels (2)
1 Reply
Anonymous
Not applicable
Author

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