KFAA30559-E
The operation "aa....aa" cannot be executed using bb....bb "cc....cc" that does not exist. (M+J+O)
The operation specified in the SQL statement cannot be executed because the authorization identifier (user identifier or role name) specified in the SQL statement does not exist. <SQLSTATE: 42K07>
- aa....aa: Operation attempted
-
-
ALTER USER: Changing information about HADB users
-
DROP ROLE: Deleting roles
-
DROP USER: Deleting HADB users
-
GRANT: Granting the privileges
-
REVOKE: Revoking the privileges
-
- bb....bb: Type of the authorization identifier specified in the SQL statement
-
-
an authorization identifier: User identifier
-
a role name: Role name
-
- cc....cc:
-
Specified authorization identifier
- S:
-
Ignores this SQL statement. Alternatively, the system invalidates this transaction.
- Action:
-
-
If an authorization identifier is displayed for bb....bb
Specify the authorization identifier (user identifier) of the HADB user created by the CREATE USER statement and then re-execute the SQL statement.
-
If a role name is displayed for bb....bb
Specify the role name of the role defined by the CREATE ROLE statement and then re-execute the SQL statement.
- Note
-
Even if multiple authorization identifiers cause an error, only the error message for one of them will be output.
-