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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Transfer context data between two jobs and insert in database

Hi everybody,

 

I need some help for a job that I'm currently developping. 

I have one talend job that is processing some data and in this job I set multiple context variables. What I want to do is to send those context variables to another job (via a tRunJob with "Send the entire context" checked) and use the values of those context variables to insert them in a database.

Basically, the job is something like : 

 

tTerradataConnection->tJava->tWarn->tHDFSList->tHDFSInput->tJavaRow->tMap->tHDFSOutput->tTeradataOutput

 

I've done an additionnal subjob with a tJava to set the context variables and once it's done, I launch a tRunJob (the second job I want to do)

In the first job, I already have a database connection created so I want to share it with the second job (via the share connection parameter).

In the second one, I only want to use a component that write the context values into a database but I can't figure out how to do that.

 

Can you help me please ?

 

Thanks in advance

 

Labels (4)
1 Reply
Anonymous
Not applicable
Author

Hi,

 

    If you can share a screenshot of the job, it would be great. Please also mark the place where you are looking to transfer the context parameter details.

 

Warm Regards,

 

Nikhil Thampi