|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 9/11/2009 1:44:43 PM
Posts: 6,
Visits: 7
|
|
Hello:
I've created a Windows named pipe. My process is connection to the pipe and is ready to read it. I now need FastExport to write to the pipe. Is this possible without using FastLoad or the Named Pipe Access Module?
I'm looking to do something like this...
.EXPORT OUTFILE \\.\pipe\testpipe
FORMAT TEXT
MODE RECORD;
But this error tells me Fexp is looking for an actual file name like C:\test.txt.
**** 17:35:21 UTY4019 Access module error '34' received during 'File open' operation:
'pmUnxDskOpen: fopen error (Invalid argument)' File Name :
'\\.\pipe\testpipe'.
It is possible that I've not configured my pipe correctly. So if there is any one out there with any experience in this matter I need some help. Thanks!
|
|
|
|