Page 1 of 1

Dsrunjob with Invocationid

Posted: Sun Aug 10, 2008 11:23 am
by arun_im4u
Hello,

I have a set of audit jobs that are executed from a routine using DSRunJob. The routine called be called at the same time by mutiple jobs. So the audit jobs that are kicked of by the routine need to capable of running parallely using invocation. How can I use job invocation along with dsrunjob in the routine?

Thanks

Posted: Sun Aug 10, 2008 2:18 pm
by chulett
Include the invocation id as part of the job's name with a 'dot' separator:

Jobname.InvocationID

Same as you would for dsjob from the command line.