Page 1 of 1

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

Posted: Wed Feb 28, 2007 2:47 pm
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.

Posted: Wed Feb 28, 2007 3:20 pm
by ray.wurlod
Try to use fewer named pipes simultaneously system wide.

Posted: Wed Feb 28, 2007 3:30 pm
by vnspn
Yeah, this is the only 'named pipe' I'm using in the project.
:roll: