Broken Pipe 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
adis
Participant
Posts: 13
Joined: Tue Feb 13, 2007 11:17 am

Broken Pipe Error

Post by adis »

Hello,

I am trying to find out the reason for the following error -

Write to dataset failed: Broken pipe

Appreciate any help about why this might be occuring.

Thank You!
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

First question is always going to be - did you search here for that message? Did none of the matches found help you out?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Broken pipe is when one stage fails in a link which either produces or consumes data.

This is generally accompanied by an abort on a stage.

Is there any more error message available in your logs ?
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

You might have lost network connectivity to the databases / datastage/ file server during the course of the job run.

Regards
Sreeni
adis
Participant
Posts: 13
Joined: Tue Feb 13, 2007 11:17 am

Post by adis »

Sainath.Srinivasan wrote:Broken pipe is when one stage fails in a link which either produces or consumes data.

This is generally accompanied by an abort on a stage.

Is there any more error message available in your logs ...
Hi Sainath,
Yes, that was the reason. I was looking for it, actually the job was failing due to a error in one of the transformers, when trying to convert StringToDecimal and eventually was resulting into Broken Pipe error message, but the log never said "error converting Decimal_from_string" or anything.

Thanks for your help!
Post Reply