Player terminated unexpectedly

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
Gopalraja
Participant
Posts: 18
Joined: Wed Jun 18, 2008 3:51 am
Location: Chennai

Player terminated unexpectedly

Post by Gopalraja »

Hi,

My job got aborted due to player terminated the job.

The exact word from the director log is below...

"node_node2: Player 3 terminated unexpectedly."

May I know the reason for this ...

I'm expecting favorable solution from your side...

Thanks in Advance...
Aswice

*Title made more descriptive - Content Editor*
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

Any other fatal message or warning message ??
Nag
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It was unexpected.

How can you therefore expect to know? Some intermittent glitch in communication between processes, maybe.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I'm talking on the telephone. Suddenly there is silence on the device.

May I know the reason for this ...

I'm expecting favorable solution from your side...
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post by asorrell »

There are numerous (but rare) reasons for this to occur, including (but not limited to):
- System issues
- Encountering a file or process limit on the system (ulimit, etc.)
- Poor code generating an unhandled situation causing aborted process
- Corrupted job

Truthfully, the few times I've encountered this, the only way to find out for sure is to get a core dump and have IBM run a trace on the dump to see where it was in the job when it failed. Usually that will give you a clue as to what it was trying to do when it failed.

Sometimes you can also get lucky and you'll get a usable error message in the project's &PH& sub-directory for the job that holds the output of the "phantom" (background) tasks as they run.
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
Post Reply