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: 
elelik
Contributor
Contributor

How to get ignored error messages from components

Hi.,

i'm creating a job to check the Excel files to be processed, the goal is to verify the correct format of these files.

For this i use the tFileExcelSheetInput component.

I don't want the job to stop at each error but i would like to have the list of errors for the processed file, so i checked "Ignore Error".

Now my tLogCatcher does not receive any more notifications.

but i still see the error notifications in red on my screen.

How to get those lines in red in my upload image ?

thx

Labels (3)
2 Replies
Anonymous
Not applicable

Hi

The component does not throw out the Java exception when 'Igonre Error' box is checked, so that tLogCatcher can't catch the Java exception error. To output the job output printed on the console to a file, you can refer to this KB article.

https://community.talend.com/s/article/Studio-How-to-log-Job-output-to-a-file-as-well-as-the-console-75VP5

 

Regards

Shong

Jerdes
Contributor
Contributor

In a previous post, we taught you how to set up triggers that catch and handle trigger errors thrown by other triggers. Now, earlier this week, we received a query from a customer who had this kind of trigger but wanted to ignore a particular trigger event Upsers.com