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
din_datastage
Premium Member
Premium Member
Posts: 3
Joined: Tue Jul 12, 2011 12:21 pm

Broken Pipe

Post by din_datastage »

We are facing issue with our production env with broken pipe problem.i know usually broken pipe is related to network issue,but this seems to be wierd.This issue is recurring issue now when two application run parallely.when aplication1 is running it uses heavy operators.application 2 is getting failed with broken pipe because of thiis.


Write to dataset failed: Broken pipe
The error occurred on Orchestrate node node12 (hostname awdxm2p)
arvind_ds
Participant
Posts: 428
Joined: Thu Aug 16, 2007 11:38 pm
Location: Manali

Post by arvind_ds »

Check disk space on awdxm2p host for dataset directory/file system.
Arvind
din_datastage
Premium Member
Premium Member
Posts: 3
Joined: Tue Jul 12, 2011 12:21 pm

Broken Pipe

Post by din_datastage »

I have checked disk space and there seems no issues with that..file system is just filled at 1%.there is another error along with broken pipe.


Fatal Error: Virtual data set.; output of "{natural="/hrdata/hr/prod/datasets/fact/HR_WRK_FEMPRFDEM_Load.ds", synthetic="input repartition(0)"}": DM getOutputRecord error.
g_rkrish
Participant
Posts: 264
Joined: Wed Feb 08, 2006 12:06 am

Re: Broken Pipe

Post by g_rkrish »

I think the problem is with your Dataset,it got corrupted so Please use the Orchestrate command to delete the dataset and recreate them by running the same job.
RK
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Re: Broken Pipe

Post by ray.wurlod »

g_rkrish wrote:I think the problem is with your Dataset...
Why do you think that? I see no evidence for it in the original post.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
g_rkrish
Participant
Posts: 264
Joined: Wed Feb 08, 2006 12:06 am

Re: Broken Pipe

Post by g_rkrish »

I have been through this before and checked with the space as it was alright, the option i went in to delete the Dataset through commands and recreate them it went through fine.
RK
din_datastage
Premium Member
Premium Member
Posts: 3
Joined: Tue Jul 12, 2011 12:21 pm

Re: Broken Pipe

Post by din_datastage »

g_rkrish wrote:I have been through this before and checked with the space as it was alright, the option i went in to delete the Dataset through commands and recreate them it went through fine.
How do we know if dataset is corrupted or not...strange thing is when one application which uses heavey operators runs or completed then only dataset with particualr application abends with broken pipe and when we restart them it doens'nt work.

does datastage operator blocks any memory if there are heavy operators and doesn't go off??
GJ_Stage
Participant
Posts: 131
Joined: Mon Oct 27, 2008 6:59 am

Post by GJ_Stage »

Hi ,

It depends on the stages used in your job and sometime it will slowdown the job performance. When we use more number of transformer stage , lookup stage this error will occur.
Jothi
vijaykumarpj
Participant
Posts: 30
Joined: Sat Dec 19, 2009 5:19 am
Location: Manchester, UK

Post by vijaykumarpj »

Sometimes, this may happen due to the space overflow in the ramdisk, if you have mentioned it the config file.
Thanks,
VJ.
Post Reply