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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tlogcatcher seems not working

Hi all,

 

I develop some jobs with Talend, and use Tlogcatcher to record errors on a database. It seems working for all jobs except one.

 

Here is how it work :

0683p000009LsHv.jpg

The first SQL connection read SQL statement from a database table, and for each of them, the tMSSqlRow read and execute it.

But when SQL failed (i.e delete not possible cause of constraint integrity), the error is not catch by the tLogCatcher component.

 

How I can do that ?

Thanks in advance.
Regards,

                                                          

Labels (2)
2 Replies
Anonymous
Not applicable
Author

The error should be a Java exception and it is thrown out on txxxRow, otherwise tLogCatcher can not capture them. What are the error message? Can you upload the full track messages?

Anonymous
Not applicable
Author

i,

thanks for feedback,

 

it's usually sql error, so I will remove the tlogcatcher.

 

Regards