Parallel job reports failure ERROR

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
rkacham_DSX
Charter Member
Charter Member
Posts: 27
Joined: Tue Nov 02, 2004 5:34 pm

Parallel job reports failure ERROR

Post by rkacham_DSX »

Hi ,

I am getting this error when we run more jobs in parallel
Parallel job reports failure (code -99)
just wondering do i need to change any process param in LInux
we are on REDhat linux..

Datastage 8.1
Thanks,
Ramesh
Kryt0n
Participant
Posts: 584
Joined: Wed Jun 22, 2005 7:28 pm

Post by Kryt0n »

Did you ever get to the bottom of this? We've randomly hit it a couple of times now.

We are on a relatively underpowered machine and this error is being raised when we attempt to kick off 6 jobs at the same time (while 4 sequence jobs are already running), anyone had a similar occurence?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

As you are suspecting, it is probably a resource issue. Are there any other warnings logged when you see this?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Kryt0n
Participant
Posts: 584
Joined: Wed Jun 22, 2005 7:28 pm

Post by Kryt0n »

After a reset we get:

Code: Select all

DataStage Job 7 Phantom 29745
Job Aborted after Fatal Error logged.
Program "DSD.WriteLog": Line 315, Abort.
Attempting to Cleanup after ABORT raised in job 

DataStage Phantom Aborting with @ABORT.CODE = 1
is that stating DSD.WriteLog is failing?
Kryt0n
Participant
Posts: 584
Joined: Wed Jun 22, 2005 7:28 pm

Post by Kryt0n »

A search in DSXchange for DSD.WriteLog points to similar issues and since we're due to be going on to a better spec'ed server soon I guess that will be our first port of call...

Will try some other tricks should the new machine have problems.
Post Reply