DSNJ252E csect-name CURRENT DATA SHARING LRSN current-lrsn IS LESS THAN HIGH WRITTEN LRSN high-lrsn
Explanation
The current log record sequence number (LRSN) is less than the high written LRSN in the log. This condition indicates that the system time is now less than the time that is recorded earlier in the Db2® log data sets. To ensure that log records and database updates are applied in the correct order, Db2 data sharing requires that the LRSN always advances.- csect-name
- The name of the control section that issued the message.
- current-lrsn
- The current log LRSN. This value is obtained from the system time-of-day (TOD) clock.
- high-lrsn
- The high written LRSN in the log.
System action
Db2 startup is terminated.
Operator response
Notify the system programmer.
System programmer response
Make sure that the system TOD clock was not set to an earlier date and time. If you are restarting Db2 on a remote Sysplex, make sure that the system TOD clock is not set to an earlier date and time than the primary Sysplex.