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

Run five jobs at the same time : Nothing happens :Error??

Hello

 

I tried run 5 jobs differents (with differents schemas, String, double, float, nb of rows, columns...) in the same time.

I tried for job child : 

tFixedFlowInput  -> tBufferOutput : with "Use Inline Table" : List of Jobs that i wan run.

 

After, i make a Job Father :

i add a component : tRun

I check in settings of the tRun : "Job : job child"

And i run and nothing happens. It doesn't work.

I don't understand the tRun.

 

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Read the link I posted. There are two ways to use a tRunJob. You can hardcode the job to be run by simply selecting the Job and NOT ticking "Use Dynamic job". You can make it dynamic by clicking "Use Dynamic Job" and selecting the jobs you wish to run (by clicking on the Job button and selecting every job you wish to run). You ALSO have to supply a variable which will hold the name of the job you wish to run with each iteration. This is the Context Job. This is all explained in the link I sent you 

View solution in original post

6 Replies
Anonymous
Not applicable
Author

Can you explain this again, but in more detail. I'm a little confused about this. Are you trying to run 5 jobs concurrently? Or are you just trying to run a job using the tRunJob? If both, you need to separate out these issues and start with getting the tRunJob to run.

If this is to get the tRunJob component to work, can you share a screenshot of your settings?

Anonymous
Not applicable
Author

A screenshot, it's better. (Sorry if it is in French, i'm french... 0683p000009MA9p.png )

I have few jobs to run. I thought run these jobs once with a tRunJob (or an other component?) instead to run job one by one.

If possible...

In these jobs, there are many component inside. I hope that my explanations are better.


0683p000009LxBX.png

Anonymous
Not applicable
Author

No problem about the French. Your English is much better than my French 🙂 

 

Your usage of the tRUnJob looks OK. But I *think* I might know what your issue is. You want to run 5 jobs, but using ONE tRunJob component, right? If that is the case you can do this using the "Use dynamic job" option (https://help.talend.com/reader/jomWd_GKqAmTZviwG_oxHQ/1I5EGN1E92B_kquoxHqV1Q).

Anonymous
Not applicable
Author

I check "Use dynamic job" with all jobs but it don't work because i must put something in context job?

Anonymous
Not applicable
Author

Read the link I posted. There are two ways to use a tRunJob. You can hardcode the job to be run by simply selecting the Job and NOT ticking "Use Dynamic job". You can make it dynamic by clicking "Use Dynamic Job" and selecting the jobs you wish to run (by clicking on the Job button and selecting every job you wish to run). You ALSO have to supply a variable which will hold the name of the job you wish to run with each iteration. This is the Context Job. This is all explained in the link I sent you 

Anonymous
Not applicable
Author

I don't know why, i have done the same job there are a hour but I redid the same thing by reading your link and now it works well.