Code 99

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
bala_135
Premium Member
Premium Member
Posts: 156
Joined: Fri Oct 28, 2005 1:00 am
Location: Melbourne,Australia

Code 99

Post by bala_135 »

Hi,

I have a job which is running in multiple instance.In sequence I am calling the job in two different job activity(parallely)

Eg:-My Sequence design looks like this

JobActivity1--->Job A(Multiple Instance)---

Job Activity2---->Job A(Multiple Instance)

When I execute the sequence it gives an fatal Error with Code 99(not running).

Kindly let me know is it the problem with same job trying to write it to the same log file at the same time.

Regards,
Bala.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Make sure that both calls of this job use different instance names.
Post Reply