JDBC Type 4 Driver Programmer's Reference
[back to the top]
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.
[back to the top]
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.
[back to the top]
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.
[back to the top]
29100 HY000 An internal error occurred.
Cause: Internal error.
Effect: Operation fails.
Recovery: None. Report entire message to your service provider.
[back to the top]