Start of change

DSNU2930I csect-name - OUT OF PARTITION SEQUENCE KEYS DETECTED FOR INDEX creator-name.index-name

Explanation

The utility is processing index keys that are not in partition order. This condition can be caused by an internal program logic error or preexisting data corruption on the objects before utility execution. Out-of-order keys can result in suboptimal utility performance and possibly data corruption that cannot be resolved by utility execution.

csect-name
The name of the control section that issued the message.
creator-name.index-name
The name of the index, qualified by the name of its creator, for which the out-of-order keys were detected.

System action

Utility processing continues

User response

Run the CHECK INDEX utility to validate the integrity of the rebuilt index. If you suspect an internal Db2 sort issue, contact IBM® Support with utility job output.

Severity

4 (warning)

End of change