SQL/MP Messages Manual
SQLCI Messages (10000 to 10999)
HP NonStop SQL/MP Messages Manual—427720-006
12-32
SQL 10323
Cause. The character string exceeded the maximum length of 4064 bytes accepted by
SQL/MP software.
Effect. The command fails, and the OBEY command file that was generated is invalid.
Recovery. Modify the data size in the DDL definition of the Enscribe file so that the
converted data type is compatible, and reissue the CONVERT command.
SQL 10324
Cause. A TMF error occurred while beginning a transaction. Possible causes are:
•
The TMF subsystem has been disabled.
•
The TMF subsystem determined that there was already an active transaction for
your session.
•
The TMF subsystem could not start a transaction, thereby preventing SQL
operations on audited objects.
Effect. The TMF subsystem cannot start a transaction, so the command fails.
Recovery. Check the TMF error to determine the necessary recovery action.
SQL 10325
Cause. The scale value was negative.
Effect. The command fails, and the OBEY command file that was generated is invalid.
Recovery. Correct the scale value, or change the data type of the column, and then
reissue the CONVERT command.
10323 The range of an ASCII character string is from 1 to
4064 characters. The OBEY file value-1 is invalid.
10324 Unable to begin a transaction.
10325 The S (scale) must be a positive value for data type
NUMERIC I,S. The OBEY file value-1 is invalid.