AWI Authorization System – Access denied Error: U00000009
search cancel

AWI Authorization System – Access denied Error: U00000009

book

Article ID: 90643

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

Whenever a user performs an action in the Automic Web interface (AWI) and this action is not authorized, following message appears:


Error: U00000009 '&01': Access denied


The insert '&01' is replaced by the object name which caused the violation. Often it's not so easy to find out which permission is missing in detail. Therefore the so-called "Security audit" is an appropriate function to find out details. There are two different functions available:

  • "Security audit failure" traces all authorization violations.
  • "Security audit success" traces all successful authorization checks.

The security audit can be set up differently for each Automic client via the UC_CLIENT_SETTINGS.

Environment

Release: 11.2 and higher
Component: Automic Workload Automation

Resolution

Add the Key SECURITY_AUDIT_FAILURE to the variable UC_CLIENT_SETTINGS with the value "HOST_ACCESS","LOGON","OBJECT_ACCESS","USER_PRIVILEGES"
 


Go to the settings of the Message Window and set the settings marked red:
 


 

Now execute the action that caused the error message. In the Message Window there will be messages like these:


The first two lines e.g. show that the user JAC/SUP tried to access the folder PLAYGROUND\JAC, but cannot access it as the Read right is missing.

By this way, you can find out, what access rights are missing to execute an action.