Neoview JDBC Type 4 Driver Programmer's Reference (R2.2, R2.3, R2.4, R2.5)

29169 HY000
29169 HY000 Invalid connection property setting
Cause The message returned by the server was too short to be a valid message.
Effect Operation fails.
Recovery None. Contact the GMCSC and report the entire message.
29170 HY000
29170 HY000 Invalid parameter value
Cause Internal error.
Effect Operation fails.
Recovery None. Contact the GMCSC and report the entire message.
29172 HY000
29172 HY000 Translation of parameter to {0} failed.
Cause Translation errors occurred when translating the parameter into the target character
set reported in the {0} replacement variable.
Effect The method fails.
Recovery Set the parameter to use characters within the appropriate character set. You can
also turn off translation validation by setting the translationVerification property to
FALSE.
29173 HY000
29173 HY000 Translation of SQL statement {0} failed.
Cause Translation errors occurred when translating the SQL statement into the target
character set reported in the {0} replacement variable.
Effect The method fails.
Recovery Edit the SQL statement to use characters within the appropriate character set. You
can also turn off translation validation by setting the translationVerification property
to FALSE.
29174 HY000
29174 HY000 Autocommit is on and updateRow was called on the ResultSet
object.
Cause The ResultSet.updateRow() method is called when autocommit is set on.
Effect Warning is thrown. Subsequent ResultSet.next() calls will fail because all the
ResultSet(cursors) are closed.
Recovery Call the ResultSet.updateRow() method with autocommit set to off.
29175 HY000
29175 HY000 Unknown Error {0}.
Cause An unknown error occurred during connection {0}.
Effect The connection fails.
Recovery Retry the connection.
29177 HY000
29177 HY000 Data cannot be null.
Cause Attempted to get column value data in String format, but passed a null input value.
Type 4 Driver Error Messages 97