Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NParc Data migration

Status
Not open for further replies.

manishgour

Programmer
Joined
Feb 10, 2004
Messages
1
Location
IN
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top