Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Starting a Job after the completion of two batch threads

Status
Not open for further replies.

marksg

Programmer
Jun 12, 2000
15
0
0
US
I have a need to run two batch threads concurrently; on the completion of these two threads I need to start a job. Of the two threads one will not necessarily end before the other and both have to complete successfully before the next job is started. Does anyone have any suggestions how to use alerts to acheive this goal.
 
You can use a table that is checked by the job. If two values are true (or what ever logic you need) than job executes next step.

 
Thanks; I will combine that with alerts to trigger the next job.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top