Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ods2 file transfer of binary files (VMS Backup Save Sets) results in unreadable files #13

Open
vaxorcist opened this issue May 6, 2023 · 0 comments

Comments

@vaxorcist
Copy link

The files to be transfered are from: https://www.digiater.nl/openvms/decus/lt92b/cmu/

On the PC:

SET NOERROR_EXIT
SET VERIFY
INIT/CREATE/MEDIUM_TYPE=RK07/LOG CMU063.RK7 CMU063
SHOW VOL
CREATE/DIRECTORY/LOG [CMU063]
COPY /TO_FILES-11/BINARY/record_format=fixed=512 ipdriver063.* [CMU063].

SET DEFAULT [CMU063]
DIR /DATE/SIZE
DISMOUNT A:

On the VAX:

$ mou/over=id dma0:
%MOUNT-I-MOUNTED, CMU063 mounted on _DMA0:
$ set def dma0:
$ dir

Directory DMA0:

IPDRIVER063.A;1 IPDRIVER063.B;1 IPDRIVER063.C;1 IPDRIVER063.D;1

Total of 4 files.
$ back/list IPDRIVER063.A/sav
Listing of save set(s)

%BACKUP-F-OPENIN, error opening DMA0:IPDRIVER063.A;1 as input
-RMS-F-IRC, illegal record encountered; VBN or record number = 0
$ type IPDRIVER063.A
%TYPE-W-OPENIN, error opening DMA0:IPDRIVER063.A;1 as input
-RMS-F-IRC, illegal record encountered; VBN or record number = 0
$ analyze/image IPDRIVER063.A
%ANALYZE-E-OPENIN, error opening DMA0:IPDRIVER063.A;1 as input
-RMS-F-IRC, illegal record encountered; VBN or record number = 0
$ analyze/image/header IPDRIVER063.A
%ANALYZE-E-OPENIN, error opening DMA0:IPDRIVER063.A;1 as input
-RMS-F-IRC, illegal record encountered; VBN or record number = 0
$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant