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.
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.