Error: node_node2: Player 15 terminated unexpectedly.

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
nagarjuna900
Participant
Posts: 35
Joined: Mon Dec 29, 2008 2:22 am
Location: chennai

Error: node_node2: Player 15 terminated unexpectedly.

Post by nagarjuna900 »

Hi,

while running the job am getting the following error:

node_node2: Player 15 terminated unexpectedly.
How to solve this, pl reply

Thanks,
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

A process terminated unexpectedly.

That's all the information you've provided us. What do you expect us to do with it?

There are very many reasons a process might terminate. Were there any other warnings logged? Do you know - or can you ascertain from the score - what player 15 actually is on node "node2"?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
nagarjuna900
Participant
Posts: 35
Joined: Mon Dec 29, 2008 2:22 am
Location: chennai

Post by nagarjuna900 »

The Error is : APT_CombinedOperatorController(0),1: Fatal Error: Fatal error in transfer, cannot continue.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Disable operator combinality and rerun the job, then you'll know the stage that is the culprit.
-craig

"You can never have too many knives" -- Logan Nine Fingers
nagarjuna900
Participant
Posts: 35
Joined: Mon Dec 29, 2008 2:22 am
Location: chennai

Post by nagarjuna900 »

Can you please let me know where can i disable the operator combinability ..
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Add the proper $APT variable to the job (name should be obvious) and set it to True.
-craig

"You can never have too many knives" -- Logan Nine Fingers
nagarjuna900
Participant
Posts: 35
Joined: Mon Dec 29, 2008 2:22 am
Location: chennai

Post by nagarjuna900 »

the following error also one of the reason for aborting the job: Transformer_30,1: Fatal Error: waitForWriteSignal(): Premature EOF on node usvdstgd1 No such file or directory
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

premature EOF is not the actual error, generally it comes with other error messages. Can you please post all distinct warning and error messages of that job's logs.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
Post Reply