DSNR047I csect-name POSTPONED ABORT BACKOUT PROCESSING LOG RECORD AT RBA rba1 TO RBA rba2

Explanation

This message is produced periodically during the backout processing of postponed abort units of recovery, initiated by the -RECOVER POSTPONED command. The RBAs in this message can be used to monitor the backout progress.

During the backout process, Db2 reads the log in a backward direction and stops reading the log at the RBA matching the URID of the oldest postponed-abort UR rba2. rba1 is the RBA of the log record currently being processed.

System action

Backout processing continues.

System programmer response

This is an information-only message. If the message continues to be issued and rba1 remains the same, make sure there are no outstanding archive tape mounts that may be delaying the log read process. Otherwise, obtain a dump of the Db2 address spaces for problem determination.

The -DISPLAY THREAD TYPE(POSTPONED) command can be issued to display information about the postponed abort units of recovery. It is also possible to stop the backout process with the -RECOVER POSTPONED CANCEL command, but this will leave objects in an inconsistent state.