|
|
Archives of the TeradataForum
Message Posted: Thu, 14 Sep 2006 @ 13:42:03 GMT
Subj: | | Re: Fexport Access module error |
|
From: | | Geoffrey Rommel |
| During fexport and mload operation using named pipe, I get the following error messages. Any suggestions ! | |
> **** 19:50:50 UTY4014 Access module error '34' received during
> 'write' operation: 'pmunxWBuf:
> fwrite byte count error (System error message detected: 32)'
Error 32 is "broken pipe". The reader (mload) must use the Named Pipes Access Module (np_axsmod.so). Also, you should make sure that the
reader is started before the writer; in other words, start the mload, wait 1 or 2 seconds so that it gets to the acquisition phase, and then start
the fexp.
Using UTF8 for Unicode data introduces complications, but I'm assuming that you are not doing that.
| |