Server Error Messages 5700 - 5799

Number

Severity

Text and Explanation

5701

10

 Changed database context to `%.*s'.

Explanation: Refer to the writeup for this error.

5702

10

 The SQL Server is terminating this process.

Explanation: This informational message appears in conjunction with other errors such as 813, 8211, or stack traces. Error 5702 indicates that Adaptive Server is terminating the client process since the accompanying error was fatal. Check for and resolve the errors raised in conjunction with the 5702 error. Check the Adaptive Server error log if the other errors were not displayed on your screen.

5703

10

 Changed language setting to `%.*s'.

Explanation: Adaptive Server sends this informational message to a DB-Library or CT-Library client when the client logs in (the message displays the default language), and when the client changes the current language. If you wish to suppress this message, add the following line to your client's Adaptive Server message handler: if (msgno==5703) return (0); This message cannot be suppressed on the Server side; it must be handled on the client side.

5704

10

 Changed client character set setting to `%.*s'.

Explanation: Refer to the writeup for this error.