Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
record too large for buffers in FTP
Name: Davorum Date: April 29, 2004 at 08:33:54 Pacific OS: openvms 7.2 CPU/Ram: microvax 3100-96
Comment:
in trying to ftp a 500k file to the vax server, I'm getting an error that: 550-rms write rtb record too large. 550 !ul byte record too large for user's buffer I'm receiving this error on my Win2k workstation but I was wondering if there's anything on the vax perventing me from getting this file to it.
DIGITAL TCP/IP Services for OpenVMS VAX Version V5.0A on a MicroVAX 3100-96 running OpenVMS V7.2
Name: erensm Date: April 30, 2004 at 11:02:42 Pacific
Reply:
Did you try to send it in binary mode ?
0
Response Number 2
Name: Hakan Andersson (by HakAnd) Date: April 30, 2004 at 15:07:33 Pacific
Reply:
We solved it by mailconversation....... Setting tranfermode to IMAGE solved the problem.
0
Response Number 3
Name: WillemGrooters Date: May 28, 2004 at 05:58:53 Pacific
Reply:
Obvious. BINARY will send the file in chuncks of 512 bytes/package. ASCII will send it record-by-record. Since the record management system will store the chucnks, it must fit within RMS's record buffer - which is limited to 32K (unsigned word (16 bit). If a record exceeds that size, you'll get this error.
Summary: Hi guys, i am having problem with getting the error messages, may i know what is the problem here? DCL-I-SUPERSEDE, previous value of CAL002-DEBUGGING-ON has been superseded %DIRECT-W-NOFILES, no file...
Summary: Hi, Please let me know what is the command that i can type in the Vi editor compiled in the VMS OS for searching for a text string. Basically i want the equivalent of the "/" command for search in Vi ...