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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

error handling for tmap

Hi,

how to handle error if it occurs on tmap? For instance, I have a job that has flow as below:

 

 tmomInput-->tjavaRow-->tmap-->tfileoutputdelimited

 

For every component , I am using onComponentError linked to another subjob to perform some processing. But what to do in case of tMap?

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I have covered this in the linked tutorial. I hope it helps....

https://www.rilhia.com/quicktips/quick-tip-how-debug-tmap-errors

View solution in original post

3 Replies
Anonymous
Not applicable
Author

I have covered this in the linked tutorial. I hope it helps....

https://www.rilhia.com/quicktips/quick-tip-how-debug-tmap-errors

Anonymous
Not applicable
Author

Hi,
that is not what I need. I need tMap to be connected to another subjob when it fails just as in case of other components (eg: onComponentError). Is there any solution for it?
Anonymous
Not applicable
Author

You could use this method, connect to a tJavaFlex (or similar...maybe a tSetGlobalVar) and use a tRunIf with logic which will identify a failure using the data that the tutorial method will give you. There is no OnComponentError for this component I am afraid.