Operating System - OpenVMS
1753511 Members
5311 Online
108795 Solutions
New Discussion юеВ

about the error copy-e-closein

 
SOLVED
Go to solution
Lionel Liu
Advisor

about the error copy-e-closein

Hello there,

I was trying to copy a RDB database backup file from tape to disk, the file is about 20G
with following command, but I ran into following error message

mount/ov=id mke500:

copy mke500:[000000]rsdata.rbf dkd100:[rsback]

%COPY-S-COPIED, MKE500:[]RSDATA.RBF;1 COPIED TO DKD107:[RSBACK]RSDATA.RBF;1(2397161 RECORDS)
$COPY-E-CLOSEIN,ERROR CLOSING MKE500:[]RSDATA.RBF;1 AS INPUT
-RMS-E-DAC, ACP FILE DEACCESS FAILED DURING $CLOSE
-SYSTEM-W-BLOCKCNTERR, BLOCK COUNT ERROR

Could somebody shed some light on it?

Thanks in advance

Lionel
2 REPLIES 2
Kris Clippeleyr
Honored Contributor
Solution

Re: about the error copy-e-closein

Lionel,

The most important message is the BLOCKCNTERR
If you do a HELP/MESS BLOCKCNTERR you can read that:
"The number of blocks read differs from the number of blocks recorded in the trailer labels when a file that is opened for a read operation id deaccessed."

It also says:
"...the magnetic tape is probably defective."

Hope this helps,
Kris (aka Qkcl)
I'm gonna hit the highway like a battering ram on a silver-black phantom bike...
Lionel Liu
Advisor

Re: about the error copy-e-closein

Thanks very much, I will try with another
tape copy

Lionel