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: 
SD29
Contributor
Contributor

tLogCatcher not catching all errors

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.

SD29_0-1749116283937.png

 

SD29_1-1749116328206.pngSD29_2-1749116422639.png

logcatcher table data 

SD29_3-1749116575454.png

 

Labels (1)
  • v6.x

2 Replies
ThWabi
Creator II
Creator II

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

 

AChardon
Contributor III
Contributor III

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