Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
AlexKo1712
Contributor
Contributor

ErrorReject -> DB table

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.

0695b00000Ri9vqAAB.png

How can I have the error info - errorMessage and errorStackTrace also in the err table?

Thanks in advance.

Alexey

Labels (2)
2 Replies
RV1652730475
Contributor
Contributor

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.

Anonymous
Not applicable

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