DSNU061I csect-name USER user-id NOT AUTHORIZED, UTILID=util-id

Explanation

The named user issued a utility command and was not authorized to do so.

The -TERM UTILITY command can only be issued by:
  • The submitter of the utility job.
  • Users with SYSOPR, SYSADM, or SYSCTRL authority.
  • Users with DBADM, DBCTRL, or DBMAINT authority over every database used by the utility.
    Even for users with sufficient database authority, the TERM UTILITY command will fail in these situations:
    • The user issued the command before the utility determined what databases it would access.
    • The utility job included the DIAGNOSE, REPORT, or STOSPACE utility. Those utilities must be terminated by the submitter of the job or by a holder of SYSOPR, SYSCTRL, or SYSADM authority.

Any user can issue a -DISPLAY UTILITY command.

System action

The -TERM UTILITY request for utility identifier util-id is rejected.

User response

Take the appropriate action:
  • Wait to allow the utility to identify the databases it will access; then reissue the command.
  • Obtain the required authorization and reissue the command.
  • Have another user with proper authorization issue the command.