|
|
Archives of the TeradataForum
Message Posted: Thu, 20 Sep 2007 @ 17:46:50 GMT
Subj: | | Re: FastExport Error from NT |
|
From: | | Prescott, Kyle |
For Winders - you need to create the pipe file with a load utility (Fastload, Mload, tpump,etc.) using the named pipe access module
(np_axsmod). After the file is created, the load job will pause awaiting input to the pipe file. Then you can export to the pipe file. As it
stands now your job will fail since the virtual pipe file has not been created.
FWIW - For UNIX, you can create the pipe file as an command mknod - therefore divorcing yourself from the order in which the utilities are
spawned - much more flexible than a Windows solution.
Kyle Prescott
Database Administrator
Unum-IODS
| |