Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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.
Thanks a Lot, it does work on using child job.