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: 
Anonymous
Not applicable

[resolved] Catch Die Error

Hello,
I have a check, if a SQLInput_NB_LINE == 0 then i call to tDie. I want to stop the job but i dont want to send an error to the parentjob because is a false error.
How could i catch that error in order not appears in the tLogCatcher?
Thanks
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi,
How did you set tlogcatcher? Did you uncheck "Catch tDie" option? A screenshot of workflow will be helpful for us.
Best regards
Sabrina
Anonymous
Not applicable
Author

hi all,
call your job via a tRunJob and uncheck the option "Die on child error".
hope it helps
regards
laurent
0683p000009MBkA.png
Anonymous
Not applicable
Author

You can always control what is the next action if you find some condition. I suggest instead of using the trigger OnSubjobOK use the if trigger and use here the necessary condition if it is desired to go ahead.