Page 1 of 1

Allow Multiple instance error

Posted: Wed Jun 20, 2007 3:55 am
by dsguy
Hi

I need to run the same job(X) parallel with different parameters 70 times . I have enabled Allow Multiple instance but the job got aborted giving a fatal error that x.file got aborted.

Please let me know whether there is any limit or w need to set any environment variable.

Thanks for your help

Posted: Wed Jun 20, 2007 4:12 am
by ArndW
You need to make sure that each instance running in parallel gets a unique instance identifier

Posted: Wed Jun 20, 2007 4:21 am
by dsguy
Thanks For your reply AndW

Please let me know where to specify an Unique identifier.

Posted: Wed Jun 20, 2007 6:15 am
by ray.wurlod
Invocation ID

You also must not break any rules, such as having multiple jobs (job instances) writing to the same text file.

Posted: Wed Jun 20, 2007 6:35 am
by chulett
I, for one, have never seen an 'Allow Multiple instance error', so not really sure exactly what that means. It would probably help to post your actual error message(s) if you still need help.