manishgour
Programmer
Hi,
We are trying to customize the Nparc utility(used for data migration from one teradata db to another).It internally uses named pipe.We tried to run the archive table-data, script part directly in a command prompt
like this
c:\arcmain filedef=(ARCPIPE,\\.\pipe\arc2) nocatalog sessions=4 IOMODULE=np_axsmod.dll
and
in the arcmain we provided the logon and archive command.
It gives following error
" *** Failure ARC0805:Access Module returned error code 34:
The Named Pipes Access Module currently does not support
writing.."
Does anyone have any idea about this error ?
This portion of code runs from the Perl script which is provided by NCR Corp..
Thanks
Manish
We are trying to customize the Nparc utility(used for data migration from one teradata db to another).It internally uses named pipe.We tried to run the archive table-data, script part directly in a command prompt
like this
c:\arcmain filedef=(ARCPIPE,\\.\pipe\arc2) nocatalog sessions=4 IOMODULE=np_axsmod.dll
and
in the arcmain we provided the logon and archive command.
It gives following error
" *** Failure ARC0805:Access Module returned error code 34:
The Named Pipes Access Module currently does not support
writing.."
Does anyone have any idea about this error ?
This portion of code runs from the Perl script which is provided by NCR Corp..
Thanks
Manish