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
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.