Start of change

DSNU1564I csect-name - utility-name UTILITY IS NOT SUPPORTED FOR type object-type object-qualifier.object-name

Explanation

The requested utility function is not supported on certain table space or index space types.

If the identified utility is the RECOVER utility, this message indicates that redirected recovery is not supported on certain types of source and target table spaces.

csect-name
The name of the control section that issued the message.
utility-name
The name of the utility
type
The table space or index space type that encountered this error. Possible values are:
  • NON-UTS
  • HASH TABLESPACE
  • TABLESPACE WITH CLONE TABLE RELATIONSHIP
  • CATALOG OR DIRECTORY OBJECT
  • INDEX OVER NON-UTS
  • INDEX OVER HASH TABLE SPACE
  • INDEX OVER CLONE TABLE
  • INDEX OVER LOB TABLESPACE WITH NON-UTS BASE
  • INDEX OVER XML TABLESPACE WITH NON-UTS BASE

A type of NON-UTS indicates that the identified object is either not a universal table space (UTS) or is a LOB or XML table space whose base table space is not a UTS.

object-type
The object type. Possible values are:
TABLESPACE
Table space
INDEXSPACE
Index space
object-qualifier.object-name
The name of the object, as a qualified name.

System action

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

User response

If processing terminated, remove the identified objects from the utility statement and resubmit the job.

Severity

8 (error)

End of change