ds_seqput: error in 'write()' - Broken pipe

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Christina
Participant
Posts: 34
Joined: Wed Sep 06, 2006 11:50 am

ds_seqput: error in 'write()' - Broken pipe

Post by Christina »

Hi,
I am having 2 jobs. In one job i am extracting data from a sequential file, after doing some transformations i am loading that into a named pipe.
In the next job i am reading the data from the named pipe and loading it into a table after some transformations.

I am running both the jobs in parallel using job sequence. I got the following error while running.

ds_seqput: error in 'write()' - Broken pipe

What could be the error. am i missing anything. Can u help me in this.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

When you searched the forums here for the phrase 'broken pipe', didn't anything already posted help you?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What's supposed to be reading the other end of the pipe? Is it?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply