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

synchronize jobs

Hi,
I'd like synchronize two jobs before ending the last. How can I do that?
I've two same jobs which are linked with On_component_OK on a tRunJob component.
I'd like execute tRunJob after the two first. Is it possible to have an logical AND before a job or subjob?
Thanks for your answer
Labels (2)
4 Replies
Anonymous
Not applicable
Author

look into the tParallelize component, it can do what you want.
Anonymous
Not applicable
Author

Hi,
Thanks JohnGarrettMartin. I use TOS 3.0.4 and tParallelize is a TIS component, isn't it? Can I use it with TOS and how?
Anonymous
Not applicable
Author

I have a question. Consider there are 3 jobs each job loads three different MS-SQL tables. I want to do the commit for all the three tables only after all three jobs have been completed successfully. Is it possible in Talend?
Anonymous
Not applicable
Author

Hello
I have a question. Consider there are 3 jobs each job loads three different MS-SQL tables. I want to do the commit for all the three tables only after all three jobs have been completed successfully. Is it possible in Talend?

Yes, it is possible. Move the 3 subjobs into a child job. In the father job, using a tRunJob to run the child job, both father job and child job share the same connection, if the child job runs fine, commit the records, otherwise, rollback all the records. See my screenshots
Best regards
shong