Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
In tMap I created output ErrorReject table. I can add here all necessary columns (e.g. product_id) from the rejected records to have them in the err table.
How can I have the error info - errorMessage and errorStackTrace also in the err table?
Thanks in advance.
Alexey
I'm new to Talend too. But, recently I have worked on this so based on my experience here is what I think you should do:
If err is the table that you are maintaining for capturing the error rejects, than you don't have to anything on this screen. In err table, you need to have 2 additional columns to capture the information for errorMessage and errorStackTrace. You can map them accordingly.
Please correct me if this is wrong.
Hello,
What's error message are you trying to catch? Is there any t<DB>Output component in your workflow? If so, you could get rejects link from t<DB>Output component.
Here is online documentation: TalendHelpCenter: handling-errors
Best regards
Sabrina