Previous Topic: DB13021ENext Topic: DB13023E


DB13022E

BLOCKSIZE FOR THE AREA HAS CHANGED SINCE BACKUP

Reason:

An attempt was made to load a data area with the DBUTLTY LOAD function specifying FORMAT=BACKUP where the backup was created with RECID=YES, but the load failed when DBUTLTY encountered a record which could not be put into the proper record location. A load from a backup that was made using RECID=YES requires the same database definition block size and the same device type as the backup run which produced the data. This error can occur for the following reasons:

Action:

Be certain you are loading to the same device as the backup run which produced the data. Correct the block size to the value it had at backup runtime, then reexecute the LOAD function. If the REMAP= keyword was being used, retry the BACKUP function without using RECID=YES. Be certain you are not loading compressed data as uncompressed or uncompressed as compressed.