View previous topic :: View next topic |
Author |
Message |
nadh Intermediate
Joined: 08 Oct 2004 Posts: 192 Topics: 89
|
Posted: Mon Sep 11, 2006 5:58 am Post subject: job scheduling |
|
|
Hi,
I'm very new to CA7. I have a problem in scheduling pls give me the solution. Job A will trigger 3 jobs X,Y and Z. Z should execute only after X and Y are executed. Here main thing is jobs X and Y should be executed only after the Z comes into Que. Here X,Y and Z are triggered by job A.
Pls. suggest me the solution.
Thanks
nadh. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Mon Sep 11, 2006 6:59 am Post subject: |
|
|
nadh,
Quote: |
Job A will trigger 3 jobs X,Y and Z. Z should execute only after X and Y are executed.
|
Trigger all the 3 jobs from job A. Put a dependency of X & Y on job Z. i.e Job Z will not execute until Job X and Job Y are complete.
Quote: |
Here main thing is jobs X and Y should be executed only after the Z comes into Que.
|
What is the purpose of Z coming to the queue?
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
nadh Intermediate
Joined: 08 Oct 2004 Posts: 192 Topics: 89
|
Posted: Mon Sep 11, 2006 9:00 am Post subject: |
|
|
Hi,
The problem is existing schedule is Job A is triggering X and Z. We are amending job Y to it. Job A will rigger at same time X,Y and Z. The problem is as we are testing the triggering until next week when the job realy comes to live, we are putting exec=no to job Y. So as soon as the three jobs are triggered by A, since job y is set to no it comlets execution. there is no problem with X. Since job Zis not able to recognize the job Y completion its waiting in the que. How to make this testing even after exec=yes for job Y.
Thanks
Nadh |
|
Back to top |
|
 |
|
|