Page 1 of 1

How to run multiple instance using DSRunJob

Posted: Wed Jan 28, 2004 3:20 am
by girishoak
Hi,

can any body please tell me how to run a job with multiple instances using DSRunJob

The question was raised in the forum earlier by any other person,but no one have replied to this.

Thanks in advance.

Girish Oak

Posted: Wed Jan 28, 2004 6:55 am
by trobinson
1. Define the job as multi-instance from the properties window.
2. Tack on a "."<identifier> to the DSRunJob command. Example:
DSRunJob <JobName.001>

Posted: Wed Jan 28, 2004 3:25 pm
by ray.wurlod
It's up to you to manage allocation of unique identifiers! Any attempt to use the same job identifier string is the same as attempting to start a job that is already running.