Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
My job has 2 simple flows, loading data from file to table.
I have used tLogCatcher to save error logs. If more that one component is failing, tLogCatcher is showing only 1 error log.
2 components, tMysqlOutput_1 and tFileinputDelimited_2 failed, but tLogCatcher is showing only 1 component failed which is tFileinputDelimited_2.
logcatcher table data
Hello SD29,
maybe it might help if you connected the two subjobs with an onSubjobOk link or an if-link (that is always true). If these two subjobs should run in parallel as they do now, perhaps a tParallelize component might help?
Best regards
Thomas
Hello,
logCatch should catch the two error. Did you have check die on error in Database component?
Please note that you'll see only only one row count ( it's iteration)
Best Regards