Broken pipe

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
just4u_sharath
Premium Member
Premium Member
Posts: 236
Joined: Sun Apr 01, 2007 7:41 am
Location: Michigan

Broken pipe

Post by just4u_sharath »

when do we get such kind of error

ZUNIQID_lkp,1: sendWriteSignal() failed on node iocl21p1 ds = 21 conspart = 0 Broken pipe
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Could be due to many reason.
One reason, due to large volume of data that you handle in loockup, the read pipe might have exceeded the limit due to resource constraint.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Pipe errors usually are triggered by other errors. In order for a pipe to function, you need to ahve one reader and one writer process attached. If one of those processes fails, then you might see a pipe communication error even though the cause is elsewhere.

In order to find the real cause of the problem you will have to provide a bit more information.
Post Reply