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

Capturing error from tSalesforceoutput on component error event

Hi All,

I need to capture the error in file from tSalesforceoutput on component error trigger for the input rows whenever it throws error without terminating the job. after collecting all errors need to send a mail at the completion of the job.

Please help with logic to implement this.

Thanks,

Rita

Labels (3)
1 Reply
jeoste
Creator II
Creator II

Hello,

If you want to handle this you should uncheck the "Die on error". If error the job will continue the process

jeoste_0-1707130584676.png

 

Either with onComponentOk or with main row and filter with tMap you can handle those errors and put them into a file/buffer/database, then read the source to send a mail