JDBC Type 4 Driver Programmer's Reference for SQL/MX Release 3.2.1

29059 HY000 'blobTableName' property is not set or set to null value or set
to invalid value
Cause: Attempted to access a BLOB column without setting the property
t4sqlmx.blobTableName, or the property is set to an invalid value.
Effect: The application cannot access BLOB columns.
Recovery: Set the t4sqlmx.blobTableName property to a valid LOB table name. The LOB table
name is of format catalog.schema.lobTableName.
nl
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
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.
nl
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.
nl
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.
nl
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.
nl
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.
nl
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.
nl
Type 4 Driver Error Messages 93