Pipe Broken

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
ragunathan13
Participant
Posts: 50
Joined: Mon Sep 25, 2006 11:18 pm
Location: Chennai
Contact:

Pipe Broken

Post by ragunathan13 »

Hi..

I got a fatel error in my server job.

"Pipe Broken"

Any one help me pls. why it is come.

Regards,
Ragunathna J
paddu
Premium Member
Premium Member
Posts: 232
Joined: Tue Feb 22, 2005 11:14 am
Location: California

Post by paddu »

Can you please tell what is your design and please post complete log message .
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

Please elaborate on the problem. The error message you have given is not sufficient to get you a valid answer. We can just guess.
Give the scenario in which you get this error message.
Also copy and paste the entire error/warning message, rather than typing it out.
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
ragunathan13
Participant
Posts: 50
Joined: Mon Sep 25, 2006 11:18 pm
Location: Chennai
Contact:

Post by ragunathan13 »

Hi..

Actuly i write a records into flat file, using sequential file stage as "Pre_CDC_namedPipe_write" And also read records from same flat file , using sequential file stage as "Pre_CDC_namedPipe_read" by parallel.

when i was run this job i get the following error.

Fatal ds_setup:error in 'write()'-Broken pipe
Info AiSfaEcmsPrmntlAct.Pre_CDC_namedPipe_read.Valid_source:Run stopes after 700 rows

Regards,
Ragunathan J
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

An exact search on "Broken pipe" gave quite a few matches. Check if they are of any help to you.
Or we can wait for sombody who has seen/resolved this issue. :roll:
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
bkerebel
Participant
Posts: 15
Joined: Wed Jan 05, 2005 3:18 am

Post by bkerebel »

hi,
in a lot of situations, abort after 700 rows is the same about 0 rows, job treating 700 rows each time. then I think you have aborted directly

then, pipe file is not a file you want to write in, but it's only a null file, always 0 bytes, where your data is traveling but never it stops..

your design have then to be like

entrance_stage -> flat_file_stage_pipe_option -> ending_stage

if you put the ending_stage in pipe_option, it can't work

Bertrand
Post Reply