Hitachi

Hitachi Advanced Database Messages


KFAA30549-E

The aa....aa "bb....bb" cannot be specified. (M+J+O)

The authorization identifier or schema name specification is invalid. <SQLSTATE:42I08>

The possible causes are as follows:

  • An attempt was made to connect to the HADB server with ALL, HADB, or PUBLIC specified as the authorization identifier.

  • An attempt was made to update a dictionary table or a system table (a table with a schema name of MASTER).

  • ALL, HADB, or PUBLIC was specified as the authorization identifier and an attempt was made to execute one of the following SQL statements:

    ALTER USER

    CREATE USER

    DROP USER

    GRANT

    REVOKE

aa....aa: Invalid specification
  • authorization identifier: The authorization identifier is invalid

  • schema: The schema name is invalid

bb....bb:

The character string specified in the authorization identifier or schema name

S:

Ignores this SQL statement. Alternatively, the system invalidates this transaction.

Action:

Correct the authorization identifier or schema name specified in the SQL statement.