SQL/MP Messages Manual
SQL Executor Messages (8000 to 8999)
HP NonStop SQL/MP Messages Manual—427720-006
10-45
SQL 8604
Cause. A message was exchanged between incompatible versions of the requester
and server executor processes. If the version number of the request message sent to
the server process is greater than the largest version number that the server can
process, this error is returned. Similarly, if the requester process receives a reply
message with a version number greater than the largest version number that the
requester process understands, this error is returned.
Effect. The statement fails.
Recovery. This error does not occur with SQL/MP release C30, as all executor
processes have the same version. With subsequent releases, however, you might
need to upgrade your software so that there are compatible versions of executor server
processes on all nodes that will process this statement. Your service provider can help
you decide whether you need to upgrade your software.
SQL 8605
Cause. This error can be caused by a bad message buffer area, a bad or unexpected
reply message type, bad reply message contents, or no reply when the process waits
for one.
Effect. The statement fails.
Recovery. None. Report the entire message to your service provider.
SQL 8606
Cause. A call to the WRITEX procedure failed.
Effect. The statement fails.
Recovery. Check the system error in the SQLCA to determine the cause. A program
can access the system error by using the SQLGETINFOLIST procedure or other
procedures described in the SQL/MP programming manual for the host language in
which the program is written. Report the entire message to your service provider.
8604 A wrong version of message was exchanged between the
requester and server executor processes.
8605 Internal error occurred during communication between
requester and server executor processes.
8606 Failed to send a message from one executor process to
another.