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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How do I get job specific logs? (Beginner)

Hello everyone,

I am a beginner in Talend, I currently work on Talend Open Studio for Data Integration.

 

I need to get all informations from my job / subjob and insert them into a table:

JOB_NAME character # Job Name
LOAD_TYPE character # Loading status (Insert / Update)
STATUS character # Job status / under job (OK / KO)
JOB_STIME date # Start date of job / subjob
JOB_ETIME date # End date of job / subjob

 

I managed to get the JOB_NAME thanks to a tMap connected to the tLogCatcher (field : job) but I do not know how to get the other fields despite my research.

In thanking you and apologizing for this trivial question for Talend experts.

 

Regards

Labels (1)
22 Replies
Anonymous
Not applicable
Author

I would like to use in tFixedFlowInput because tJava doesn't work sorry.

I have always this error : Syntax error, insert "AssignmentOperator Expression" to complete Expression". 

 

EDIT : I've found, I just write pib 0683p000009MACn.png 

 

Thank you

Anonymous
Not applicable
Author

Sorry, the reason I was using the extra code is that a tJava requires that you do something with the variable.....otherwise you do not see anything. With other Talend components (as you discovered) you can just use the variable.

Anonymous
Not applicable
Author

Ok well, I've succeeded everything thanks to you. 

Very very thank you for your help and explanations.

Best regards.