KFAA31897-E
The aa....aa cannot be set. (reason = bb....bb) (M+J+O)
aa....aa cannot be set.
- aa....aa: Item that cannot be set
-
-
transaction isolation level: Transaction isolation level
-
sql order mode: Character string data sort order
-
sql order mode(ISO): Character string data sort order (ISO)
-
transaction access mode: Transaction access mode
-
audit trail information: Additional user information
-
- bb....bb:
-
Cause of the error
- S:
-
Ignores this SQL statement.
- Action:
-
Take one of the following corrective actions based on the cause of the error that is output:
Cause of the error (bb....bb)
Error description
Corrective action
SQLSTATE
connection is not established
No connection has been established.
Set the following items after a connection is established:
-
Transaction isolation level
-
Sort order of character string data
-
Transaction access mode
-
Additional user information
54203
transaction is already started
The transaction has already started.
Set the following items after the transaction is committed with COMMIT or ROLLBACK:
-
Transaction isolation level
-
Sort order of character string data
-
Transaction access mode
-
Additional user information
54204
character encodings of the HADB client is not Unicode(UTF-8)
The character encoding used by the HADB client is not Unicode (UTF-8).
Specify BYTE for the character string data sort order.
54205 (when connected, 08622)
character encodings of the HADB server is not Unicode(UTF-8)
The character encoding used by the HADB server is not Unicode (UTF-8).
54205 (when connected, 08607)
cursor is already opened
The cursor is already opened.
Close the ResultSet object that is generated by the target Connection object. Then, set the following items:
-
Transaction isolation level
-
Sort order of character string data
-
Transaction access mode
-
Additional user information
54206
-