The information in this article applies to:
BUG #: Windows NT: 17812 (6.50) SYMPTOMSA SQL Server computer that is enabled for clustering with Microsoft Cluster Server (MSCS), may experience sudden stops of the SQL Server service and subsequent restarts of the service. The last error log terminates with the following message:
CAUSE
The Resource DLL for the SQL Server service exports two functions used by
the MSCS Cluster Manager to check for availability of the SQL Server
resource at predefined intervals. There is a simple check, LooksAlive, that
queries the service status through the Windows NT Service Control Manager,
and a more stringent check, IsAlive, that connects to SQL Server as user
"probe" and performs a simple query to the system catalog. By default,
LooksAlive is fired every 5 seconds and IsAlive is fired every 60 seconds.
WORKAROUNDIncrease the polling interval for SQL Server's IsAlive test in MSCS Cluster Administrator to decrease the chance for this to happen. STATUSMicrosoft has confirmed this to be a problem in SQL Server
version 6.5. This problem has been corrected in U.S. Service Pack 5a
for Microsoft SQL Server version 6.5. For information about
downloading and installing the latest SQL Server Service Pack, see
http://support.microsoft.com/support/sql/.
MORE INFORMATIONIf you experience sudden SQL Server restarts in a cluster environment and are unsure of the cause, enable MSCS logging by restarting the MSCS service with the system environment variable "Clusterlog=<path>". MSCS will now log all activity in the specified log file. There you will find, among others, all calls to LooksAlive and IsAlive and their outcome. In a situation where the login fails you'll find the following message in the log:
Additional query words: sp sp5prodsql
Keywords : kbbug6.50 kbfix6.50.SP5 |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |