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
deepak_m
Participant
Posts: 1
Joined: Fri May 26, 2006 12:43 am

player terminated unexpectedly

Post by deepak_m »

Hi
I am facing the issue related to player terminated unexpectedly.
when i run the same job by replacing the transformer stage with a peek stage it is working fine but with the transformer stage i am getting the following message

stagename(lookup),0: sendWriteSignal() failed on node grmdev01 ds = 3 conspart = 0 Broken pipe

In the transformer stage, there is a constraint on a column.

In the Look up stage, I m performing look up on a column which is decimal and in the reference table it is a Bigint.

Will it cause any problem?

Any help regarding this is appreciated...

Regards,
Deepak.
Nageshsunkoji
Participant
Posts: 222
Joined: Tue Aug 30, 2005 2:07 am
Location: pune
Contact:

Post by Nageshsunkoji »

Hi,

First thing is the datatype of lookup key should be the same in both reference and driving link.
Second thing is check the lookup condition status. If it is Fail, then your job will abort. Select the other options like Drop,Output and continue. For Output you have to provide reject link.
NageshSunkoji

If you know anything SHARE it.............
If you Don't know anything LEARN it...............
Post Reply