DSNU817I csect-name- TABLE=table-name COLUMN=column-name IS COMPLETELY INLINE BUT ENTRY IN INDEX index-name FOUND ROWID=row-id VERSION=version

Explanation

The CHECK DATA utility found a record for a row whose column was indicated to be completely inline, but an index entry with the same ROWID was found in the index on the auxiliary table.

csect-name
The name of the control section that issued the message.
table-name
The name of the table.
column-name
The name of the column.
index-name
The name of the index on the auxiliary table.
row-id
The ROWID of the row.
version
The version for the LOB column.

System action

LOB column processing is unaffected. If the AUXERROR INVALIDATE option was specified, the LOB column is not set to an invalid status for this error.

Programmer response

CHECK DATA relies on information in the index on the auxiliary table and LOB table space being correct. To ensure that this information is correct:

  1. Run CHECK LOB to check the validity of the LOB table space.
  2. Run either REBUILD INDEX or CHECK INDEX to ensure that the auxiliary index is valid.
  3. Run CHECK DATA.

Severity

4 (warning)