Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to catch all types of errors in Talend.?
Is there any examples of generating an error and catch those errors.
Please let me know how to do that.
Thanks in Advance..!!
Thanks @shong
But, I can catch Java exception error and SQL query error by using tLogCatcher alone.
How can I catch the errors like Data truncation and Type mismatch: int to string errors.?
Thanks @shong
And one more is how can I catch the mismatch type error like int to string which occurs in the tMap component.?
Hello,
Please see the setting screenshot.
Best regards
Shong
Hello Shong,
Enabling 'Die on Error' would fail the job, is there where the job would still move on and enable us to capture the errors.
Example:
I have Million records in my source table, 999999th record has a data value that will be truncated, if I enable 'Die on Error' this error will be captured but my job would fail, is there a way where i would still continue and be able to capture the error?
Thanks