Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Calling .bat files using Tsystem component

Hi,

 

At first I took .bat files of jobs and stored in a folder. 

I created a main job in which I am calling these 10 jobs("A",1,2,3,4,5,6,7,8,9) by using TSystem component. Here I am running jobs in sequence i.e., one after another.

Now my requirement is once 1st Job "A" is completed, I need to run rest of the jobs in parallel.

Is there any way to achieve this. 

Please help me on this.

 

Regards

ShaX

Labels (2)
1 Solution

Accepted Solutions
rmartin2
Creator II
Creator II

Hi !

 

Edit : I read a bit too fast your problem.

 

Here is a solution (I'm facing the same actually) :

 -Create a master job With the job "A" and "B" inside

 -Create the job B and put all your 10 job as is, and so the job B will end when all your jobs are finished

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Any help on this is much appreciated.

Anonymous
Not applicable
Author

Have you tried tParallelize? This sounds like a perfect use case for it.

Have your .bat for "A" run initially in a subjob, then onSubjobOk, use a tParallelize to run the rest at the same time
Anonymous
Not applicable
Author

Hi @Mivox ,

 

Thanks for the reply, 

Am using TOS but not Enterprise. TParallize is not available.

 

Regards

Shax

Anonymous
Not applicable
Author

Any help on this....

rmartin2
Creator II
Creator II

Hi !

 

Edit : I read a bit too fast your problem.

 

Here is a solution (I'm facing the same actually) :

 -Create a master job With the job "A" and "B" inside

 -Create the job B and put all your 10 job as is, and so the job B will end when all your jobs are finished