Start of change

DSNU187I csect-name utility-name UTILITY IS NOT ALLOWED ON TABLE SPACE database-name.table-space-name BECAUSE IT CONTAINS A TABLE WITH THE DATA CAPTURE CHANGES ATTRIBUTE

Explanation

The subsystem parameter UTILS_BLOCK_FOR_CDC is set to YES. Therefore, the identified utility is not allowed on a table with the DATA CAPTURE CHANGES attribute or on a table space that contains such a table.

For a list of utilities that are prohibited when UTILS_BLOCK_FOR_CDC is set to YES, see UTILS BLOCK FOR CDC field (UTILS_BLOCK_FOR_CDC subsystem parameter)

csect-name
The name of the control section that issued the message.
utility-name
The utility that is blocked.
database-name.table-space-name
The qualified name of the table space that the utility was attempting to process.

System action

If OPTIONS EVENT(ITEMERROR,SKIP) was specified, processing continues for other objects in the list. Otherwise, the utility terminates with return code 8.

User response

If the utility execution is required, contact the Db2 system administrator.

Severity

8 (error)

End of change