Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tAssertCatcher or tLogCatcher

Hi,
I use TIS 3.2.3 (about to migrate to 5x) and I'm trying to identify the best way to handle errors. I don't see the main difference between tLogCatcher and tAssertCatcher.
I saw relationships between tDie, tWarn and tLogCatcher, as well as the one between assert and tAssertCatcher, but when a "null pointer exception" occurs or whatever, what is from your experience the way to handle them and what components should be used to be warned to correct the problem?
I noticed that when OnComponentError or OnSubjobError flows are used, both tLogCatcher and tAssertCatcher are inoperatives (or am I wrong?)
Thanks for your comments.
Labels (2)
2 Replies
alevy
Specialist
Specialist

Use tLogCatcher. Even if you use OnComponentError or OnSubjobError, tLogCatcher will be triggered as well if it's set to catch Java exceptions.
Anonymous
Not applicable
Author

OK, thanks, I'll use it.