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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tDie - capture error message in tLogCatcher

Hi,

 

If the tDBInput fails I wanted to save the error message in log.

so, from tDBInput component connected to tDie component as onComponentError.

 

In the Die message have mentioned - "FAILED: SELECT tblName - " + ((String)globalMap.get("tDBInput_1.ERROR_MESSAGE"))

The log has "FAILED: SELECT tblName - null".

 

How to capture the error message. Please help.

 

Thanks.

 

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi,

 

The below link is broken. Could you reply with updated one. It says this link explains how to redirect all system output and errors.

http://www.talend-developer.com/redirect-system-out-and-system-err-to-file-system/

 

Thanks