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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Error handling in a tMap component

Hi there
i got a tmap in a job, and into this tmap i realize a transformation of a data with the help of a Java method i created.
This java method can throw an exception, because of a bad format, but i want my job to continue (not to be stopped with this error), and i need an alert (email for instance) telling me the job ran but with an error
I dont know how to do that because the tMap does not have a "on component error" output
Can you tell me how to deal with this problem ?
Labels (3)
3 Replies
Anonymous
Not applicable
Author

Hi
Can you tell us the error information or upload a screenshot about that.In fact I have not gotten any usefull information from your description.
You'd better click 'cancel'when you get that exception and have a look at the exception information.
_AnonymousUser
Specialist III
Specialist III

yes i am 100 percent agree with your statement and i like it so much and there are so useful information for me
Anonymous
Not applicable
Author

hi,
Initialize a "flag" that 'll take a 'false ' value if an error occur!
test the value of your flag at the end!
laurent