Start of change

DSNU1566I csect-name - TARGET object-type target-object-qualifier.target-object-name DIFFERS FROM SOURCE source-object-qualifier.source-object-name DSNUM n target-characteristics

Explanation

The RECOVER utility was invoked for redirected recovery. However, a characteristic or attribute of a target object does not match the same characteristic or attribute of its corresponding source object.

csect-name
The name of the control section that issued the message.
object-type
The type of object. Possible values are:
TABLESPACE
Table space
INDEXSPACE
Index space
INDEX
Index
target-object-qualifier.target-object-name
The name of the target table space, index space, or index, as a qualified name.
source-object-qualifier.source-object-name
The name of the source table space, index space, or index, as a qualified name.
n
The data set number of the object.

DSNUM n is omitted from the message text if either of the following conditions are true:

  • DSNUM is not specified on the RECOVER statement.
  • DSNUM ALL is specified on the RECOVER statement.
target-characteristics
The object schema that does not match. Possible values are:
TABLESPACE SCHEMA MISMATCH
The schemas of the source and target table space do not match.
TABLE SCHEMA MISMATCH
The schemas of the source and target table do not match.
INDEX SPACE SCHEMA MISMATCH
The schemas of the source and target index space do not match.
INDEX SCHEMA MISMATCH
The schemas of the source and target index do not match.

System action

If OPTIONS EVENT(ITEMERROR,SKIP) was specified, RECOVER skips this object and continues processing the other objects. Otherwise, processing terminates.

User response

Review message DSNU1657I for more information about the differences between the source and target objects.

Severity

8 (error)

End of change