JDBC Driver for SQL/MX Programmer's Reference
[back to the top
29060 HY000 'clobTableName' property is not set or set to
null value or set to invalid value
Cause: clobTableName property is not set or is set to null value or set to an invalid value.
Effect: The application cannot access CLOB columns.
Recovery: Set the clobTableName property to a valid LOB table name. The LOB table
name is of format catalog.schema.lobTableName.
[back to the top]
29061 HY000 Lob object {0} is not current
Cause: Attempted to access a CLOB column without setting the property
jdbcmx.clobTableName or the property is set to an invalid value.
Effect: The application cannot access CLOB columns.
Recovery: Set the jdbcmx.clobTableName property to a valid LOB table name. The LOB
table name is of format catalog.schema.lobTableName.
[back to the top]
29062 HY000 Operation not allowed since primary key
columns are not in the select list
Cause: getKeyColumns() fails on table created without a primary key column.
Effect: No primary key data is returned for table.
Recovery: Alter the table to include a primary key column, or remove the
getKeyColumns() method call from the program.
[back to the top]
29063 HY000 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.