Error in writing to named pipes (in Sequential File stage)

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
vnspn
Participant
Posts: 165
Joined: Mon Feb 12, 2007 11:42 am

Error in writing to named pipes (in Sequential File stage)

Post by vnspn »

Hi,

I'm trying to write to a Sequential File stage that is declared as a named pipe. The error that I get is,

ds_seqopen() - Win32 error in CreateFile - All pipe instances are busy.

Please let me know if anyone have solution for this.

Thanks.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Try to use fewer named pipes simultaneously system wide.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vnspn
Participant
Posts: 165
Joined: Mon Feb 12, 2007 11:42 am

Post by vnspn »

Yeah, this is the only 'named pipe' I'm using in the project.
:roll:
Post Reply