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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Mohammed_Shevchenko
Contributor
Contributor

how to prevent the job from dying on error tdbinput

Mohammed_Shevchenko_0-1714467830038.png

 

i'm iterating over 20 databses that have 80% identical shema (slight changes in names, column) , i want my job to continue running in case there is error in tdbinput databse X (in case there is changes by user) , log the error , and continue the next target X+1 . i tried with componenet error and subjob error but it doesn"t work, the job die.

thanks.

 

Labels (7)
1 Solution

Accepted Solutions
billimmer
Creator III
Creator III

If you put your db input process into a subjob, and then call that subjob for each loop, then you can uncheck the "Die on child error" box and continue to the next loop.

View solution in original post

2 Replies
billimmer
Creator III
Creator III

If you put your db input process into a subjob, and then call that subjob for each loop, then you can uncheck the "Die on child error" box and continue to the next loop.

Mohammed_Shevchenko
Contributor
Contributor
Author

Thanks a Lot, it does work on using child job.