Page 1 of 1

Running the same job multiple times

Posted: Thu Mar 27, 2008 1:33 pm
by cparru
I have a sequence that has several number of job activities in it. All these call the same job which was set to run multiple times(check Multiple instance). The invocation id was specified on all the job activities was different. But the sequence was not running parallel, moreover it is failing with the below error -

Exception raised: Error calling DSRunJob(job_name), code=-2 [Job is not in the right state (compiled and not running)]

was there any parameter setting required???

Posted: Thu Mar 27, 2008 2:05 pm
by kumar_s
Check if the same invocation ID is been passed twice. Parallel execution of the jobs are based on the Design of the Job sequence. If you call all the jobs at the same time in parallel, it would run parallely.

Posted: Tue Jul 11, 2017 9:20 am
by vgupta88
I am also facing the same issue. Job Invocation ID's are passed different. Any thoughts?

Thanks!

Posted: Tue Jul 11, 2017 10:33 am
by chulett
Rather than jump on an eight year old post, best to start a new one and give us the details of your version of the problem. Thanks.