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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
toos
Contributor
Contributor

[TOS 5.0.1] tRunJob use dynamic job fails (not in the job list)

Hi
I try to use the property "use dynamic job".
In the field "Context job" I give the path and the name of the job to run (using the context.
The job's tree is :
Jobs -> TRT_01_...
-> TRT_02_INS_FB -> INS_FB_...
-> INS_FB_SIG ->...
->ART-> ...
-> J_FB_SIG_ART_DBL


The paths is : TRT_02_INS_FB\INS_FB_SIG\ART\
and the job name is : J_FB_SIG_ART_DBL

When executed :
 
Démarrage du job J_FB_main a 16:15 30/03/2012.
connecting to socket on port 3515
connected
Exception in component tRunJob_6
java.lang.RuntimeException: The child job named TRT_02_INS_FB\INS_FB_SIG\ART\J_FB_SIG_ART_DBL is not in the job list.
at mf2_mcrpdcs.j_fb_main_0_1.J_FB_main.tRunJob_6Process(J_FB_main.java:1890)
at mf2_mcrpdcs.j_fb_main_0_1.J_FB_main.runJobInTOS(J_FB_main.java:2445)
at mf2_mcrpdcs.j_fb_main_0_1.J_FB_main.main(J_FB_main.java:2127)
140 milliseconds
disconnected
Job J_FB_main terminé à 16:15 30/03/2012.

What is wrong ?
Best regards
Labels (3)
12 Replies
_AnonymousUser
Specialist III
Specialist III

Hi Shong,
Thanks a lot for the help. I created a job wich sequentially triggers all the jobs using context. I would like to know whether I can trigger the jobs in parallel using this approach.. Please Guide me through the process.
I want 10 jobs to run in parallel using this single dynamic job.
Anonymous
Not applicable

Hi Shong,
Thanks a lot for the help. I created a job wich sequentially triggers all the jobs using context. I would like to know whether I can trigger the jobs in parallel using this approach.. Please Guide me through the process.
I want 10 jobs to run in parallel using this single dynamic job.

The 'dynamic job' feature on tRunjob does not apply to the parallel execution, please refer to this KB article about how to run different subjobs in parallel.
https://help.talend.com/pages/viewpage.action?pageId=5671115
Shong
alevy
Specialist
Specialist

Just click on the iterate link and check the "Enable parallel execution" option in the settings.