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

SQL error handling (Retrying on error etc)

Hi, how does one go about handling errors from sql? I have a tDBRow component and i'd like to catch any connection, script errors and retry. Thank you.

Labels (2)
1 Reply
Anonymous
Not applicable

Hello,

What does your current job design looks like?

Most components in Talend support the Reject row (make sure you disable the Die on Error option) and only if the component dies can there be an error to be captured by tLogCatcher or trigger OnSubJobError. Otherwise, the error is already caught by the component code.

You are able to use tMap in your work flow to handle error.

TalendHelpCenter: Handling errors

Best regards

Sabrina