Operating System - OpenVMS
1827807 Members
2420 Online
109969 Solutions
New Discussion

INTERnet ACP Error Status = %SYSTEM-F-TOOMUCHDATA

 
Andrea Arthur
Occasional Advisor

INTERnet ACP Error Status = %SYSTEM-F-TOOMUCHDATA

This error occurs when I attempt and COPY/RCP from a system running UCX V5.0A on VAX OVMS 7.1. I tried reducing the number of files to copy from 171 to 20 with the same results.
The remote node is running Digital TCP/IP Services for OpenVMS VAX Version V4.2 - ECO 4
on a VAX 7000-620 running OpenVMS V6.2
Any ideas?
5 REPLIES 5
Volker Halle
Honored Contributor

Re: INTERnet ACP Error Status = %SYSTEM-F-TOOMUCHDATA

Andrea,

this has probably nothing to do with the no. of files to be copied. Did this ever work ? Is this intermittent ?

Volker.
Andrea Arthur
Occasional Advisor

Re: INTERnet ACP Error Status = %SYSTEM-F-TOOMUCHDATA

No. This was the result of changing from DECnet copy to a Copy/rcp.
Antoniov.
Honored Contributor

Re: INTERnet ACP Error Status = %SYSTEM-F-TOOMUCHDATA

Hi,
it sounds like receiver node is slower than sender node.
At the moment I have no idea how you can solve.

Antonio
http://it.openvms.org

Antonio Maria Vigliotti
Volker Halle
Honored Contributor

Re: INTERnet ACP Error Status = %SYSTEM-F-TOOMUCHDATA

Andrea,

how exactly did you specify the COPY/RCP command ?

I'm getting the TOOMUCHDATA error when I don't specify username and password for the remote node:

$ COPY/RCP login.com remotenode::x.x

There is no 'default DECnet account' for COPY/RCP, so you would need to specify:

$ COPY/RCP login.com remotenode"username password"::x.x

or use TCPIP proxies.

Volker.
Volker Halle
Honored Contributor

Re: INTERnet ACP Error Status = %SYSTEM-F-TOOMUCHDATA

Andrea,

please also note, that COPY/RCP creates the destination files with Stream_LF record format.

Volker.