JDBC Type 4 Driver Programmer's Reference for SQL/MX Release 3.1 (H06.23+, J06.12+)

Recovery. Set the t4sqlmx.blobTableName property to a valid LOB table name. The LOB table name is of format
catalog.schema.lobTableName.
29060 HY000 't4sqlmx.clobTableName' property is not set or set to null value or set to invalid value
Cause. Attempted to access a
CLOB column without setting the propertyt4sqlmx.clobTableName property, or the property is set to null value or
set to an invalid value.
Effect. The application cannot access CLOB columns.
Recovery. Set the
t4sqlmx.clobTableName property to a valid LOB table name. The LOB table name is of format
catalog.schema.lobTableName.
29061 HY00 Lob object {0} is not current
Cause. Attempted to access LOB column data after the cursor moved or the result set from which the LOB data was obtained had been
closed.
Effect. The application cannot access LOB data.
Recovery. Read the LOB data before moving the cursor or closing the result-set object.
29063 HY00 Transaction error {0} - {1} while obtaining start data locator
Cause. A transaction error occurred when the JDBC/MX driver attempted to reserve the data locators for the given process while inserting or
updating a LOB column.
Effect. The application cannot insert or update the LOB columns.
Recovery. Check the file-system error in the message and take recovery action accordingly.
29067 07009 Invalid input value in the method {0}
Cause. One or more input values in the given method is invalid.
Effect. The given input method failed.
Recovery. Check the input values for the given method.
29068 07009 The value for position can be any value between 1 and one more than the length of the LOB data
Cause. The position input value in
Blob.setBinaryStream, Clob.setCharacterStream, or Clob.setAsciiStream can be between 1 and one
more than the length of the LOB data.
Effect. The application cannot write the LOB data at the specified position.
Recovery. Correct the position input value.
29069 HY000 Autocommit is on and LOB objects are involved.
Cause. An attempt was made to access a LOB column when autocommit made is enabled.
Effect. The application cannot access LOB columns.
Recovery. Disable the autocommit mode.
29100 HY000 An internal error occurred.
Cause. Internal error.
Effect. Operation fails.
Recovery. None. Report the entire message to your service provider.
29101 HY000 Contact your HP service provider.
Cause. Internal error.
Effect. Operation fails.
Recovery. None. Report the entire message to your service provider.
29102 HY000 Error while parsing address
address
Cause. The address format was not recognized.
Effect. Operation fails.
Recovery. Refer to
url Property for the valid address format.
29103 HY000 Address is null
Cause. The address was empty.
Effect. Operation fails.