Re: [Linux-decnet-user] Copy a strange file from vms to linux via decnet
Brought to you by:
chrissie_c,
ph3-der-loewe
|
From: Patrick C. <pa...@ty...> - 2001-01-04 23:13:31
|
On Thu, Jan 04, 2001 at 01:51:23PM +0800, Chin-Yung wrote: > Hi, > I want to copy a file containing a very large line from my vms host > to the linux box which runs the redhat6.2 with kernel-2.2.16 , > decnet-kernel-patchv0.0.15 and dnprogs2.06. I have the error message as > follows: > %COPY-E-WRITEERR, error writing 4.1002"spc > password"::"./data/tablef01/tablef01.txt" > -RMS-E-NETBTS, network buffer too small for 5412 byte record > %COPY-W-NOTCMPLT, L4L$GEN_ROOT:[SAMPLE.CASE100.HISTORY]B100306A00B0.F01;1 > not completely copied > > I can copy the file from the vms host to the other vms host without any > problem. What's wrong with my linux box? I reckon the problem is that FAL can't handle segmented messages. I need to do some work here and I'm away from home at the moment so don't hold your breath! You should be able to "pull" the file from VMS by using dncopy on the Linux machine, it's possible to trigger this from VMS using SUBMIT/REMOTE on a shell script or (and I haven't tried this so it may not work) convert the file to STREAMLF, then use the SET FILE command to change the attributes to fixed-length 512 byte records, no carriage control and send that to Linux. Patrick |