DSNU060I csect-name USER user-id NOT AUTHORIZED FOR util-name UTILITY ON DATABASE dbase-name

Explanation

User user-id attempted to execute a utility util-name against an object in database dbase-name. The user was not authorized to execute utilities for database dbase-name, the user's authorization did not include this utility, or the user's authorization did not have a valid seclabel.

System action

Utility processing is not initiated.

System programmer response

Determine why the user was denied access. Either the authorization should be corrected, or another authorized user should invoke the utility. When LISTDEF was used, it can be ignored if the user wanted to execute utility on the object(s) he or she owns in implicit database with owner privilege.

User response

Ensure that the correct database was specified. If this operation involves a table with multilevel security with row granularity, then you need to have a valid security label to execute this utility.

Problem determination

The following catalog tables can be examined to determine who has proper authority: SYSIBM.SYSUSERAUTH, SYSIBM.SYSDBAUTH, SYSIBM.SYSRESAUTH, SYSIBM.SYSINDEXES (ownership), or SYSIBM.SYSTABLESPACE (ownership).

Severity

12 (severe error)