JDBC Type 4 Driver Programmer's Reference for SQL/MX Release 3.2.1
Recovery: None. Report the entire message to your service provider.
nl
29168 HY000 Unknown reply message error: error error detail:
error_detail
Cause: Server returned an error.
Effect: Operation fails.
Recovery: Evaluate any error or error detail information accompanying the message. Check the
EMS event log for server errors. See the Operator Messages Manual for server errors. See the HP
NonStop Connectivity Service Manual for SQL/MX Release 3.2.1 for corrective action.
nl
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. Report the entire message to your service provider.
nl
29170 HY000 Invalid parameter value
Cause: Internal error.
Effect: Operation fails.
Recovery: None. Report the entire message to your service provider.
nl
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.
nl
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.
nl
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.
nl
29175 HY000 Unknown Error {0}.
Cause: An unknown error occurred during connection {0}.
Effect: The connection fails.
Recovery: Retry the connection.
nl
Type 4 Driver Error Messages 103