[size=“18”][color=“darkred”]Hello Forum:
I am trying to copy data from an Ababas File on Unix to an Ababas File on Win XP.
This is what I plan to do:
- Make a backup using ADABCK (already done)
- Unload the one file (ADAULD) using backup_copy
backup_copy is a complete offline backup of DB101 (130 Files) - Decompress the file (ADADCU)
- Define the new file in Adabas XP
- Load the file (ADAMUP) into Adabas XP using existing FDT
Step 1 executed successfully.
Step 2 crashed with the following ADAULD Error Codes.
%ADAULD-F-IOI31, op 5, rc 31 (Invalid RABN)
%ADAULD-F-IOIS1, typ 3, rabn 1, flag 0000000000000000
What is IOI31, op 5, rc 31 (Invalid RABN)
IOIS1, typ 3, rabn 1, flag 0000000000000000
and where can I find an explanation to this error message.
Arif [/color][/size]
$ export ULD001=ADABCK_DB101_100507_ULD001
$ export ULDDTA=ADABCK_DB101_100507_ULDDTA
$ export ULD001=ADABCK_DB101_100507_231700
$ export TEMP1=TEMP1.txt
$ adauld
%ADAULD-I-STARTED, 17-MAY-2010 15:41:11, Version 3.3.1.08 (Solaris 64Bit)
adauld: backup_copy=101,file=41
adauld: ^D
%ADAULD-F-IOI31, op 5, rc 31 (Invalid RABN)
%ADAULD-F-IOIS1, typ 3, rabn 1, flag 0000000000000000
%ADAULD-I-IOCNT, 1 IOs on dataset ULDDTA
%ADAULD-I-IOCNT, 1 IOs on dataset ULDDVT
%ADAULD-I-IOCNT, 9 IOs on dataset ULD001
%ADAULD-I-ABORTED, 17-MAY-2010 15:41:37, elapsed time: 00:00:26
$
$ export BCK001=ADABCK_DB101_100507_231700
$ adabck
%ADABCK-I-STARTED, 17-MAY-2010 15:54:41, Version 3.3.1.08 (Solaris 64Bit)
adabck: db=101
%ADABCK-I-DBOFF, database 101 accessed offline
adabck: read_check
%ADABCK-I-BKCHSUC, backup save set successfully checked
%ADABCK-I-IOCNT, 40 IOs on dataset ASSO
%ADABCK-I-IOCNT, 12732 IOs on dataset BCK001
%ADABCK-I-TERMINATED, 17-MAY-2010 15:55:00, elapsed time: 00:00:19
$