Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] How to capture all job log message

I am able to collect the Job error message. But I am unable to collect all the message Job generates.
I would like to catch all Job log message generated.
I have enabled Stats & Log at project level. I also use tLogCatcher and tLogRow in my job design. I have increased the column size of the MESSAGE to 3000 in tLogcatcher metadata and target error table.
Please find my attached job design. Please assist, if I am wrong. Let know alternate solution if any.
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi Santhosh
I find that an Oracle error is not a java error.
So it can't be captured by tLogCatch.
Here is a workaround. https://community.talend.com/t5/Design-and-Development/How-to-capture-ORA-errors-into-a-file-or-tabl...
Wish it can help you.
Best regards!
Pedro

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Hi
To capture all log message, you have to drop a tStatCatcher and a tLogRow as another subjob.
tLogCatch is still needed.
Best regards!
Pedro
Anonymous
Not applicable
Author

Hi Pedro,
As you suggested, I have added tStatCatcher and tLogRow to the job design, still I am unable to collect all Job log messages. I have attached the Job design and data collected in the statistics table. Please assist me.
Anonymous
Not applicable
Author

Hi Santhosh
I find that an Oracle error is not a java error.
So it can't be captured by tLogCatch.
Here is a workaround. https://community.talend.com/t5/Design-and-Development/How-to-capture-ORA-errors-into-a-file-or-tabl...
Wish it can help you.
Best regards!
Pedro
Anonymous
Not applicable
Author

Solved, Thankyou
Anonymous
Not applicable
Author

Solved, Thankyou