![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi Frankm, My name is Michael and I would like to thank you for using Microsoft newsgroup. As I understand, that your active node experiences a 17883 error and you also want to know if it is possible the active is not regarded as dead, although the performance is very poor. If I have misunderstood, please feel free to let me know. Based on my research, Error 17883 is a new error that has been added in the SQL Server 2000 Service Pack 3. This error is observed very often in SQL Server Support. The error 17883 basically means that a scheduler in SQL Server might have stopped responding. It mostly likes a performance problem on the active node. So far as I know, the situation you described is possible to occur. From a SQL Server perspective, the node hosting the SQL Server resource does a looks-alive check every 5 seconds. This is a lightweight check to see whether the service is running and may succeed even if the instance of SQL Server is not operational. The IsAlive check is more thorough and involves running a SELECT @@SERVERNAME Transact SQL query against the server to determine whether the server itself is available to respond to requests; it does not guarantee that the user databases are up. If this query fails, the IsAlive check retries five times and then attempts to reconnect to the instance of SQL Server. If all five retries fail, the SQL Server resource fails. However, because of this performance problem, the fail over from one node to another is always unable to solve the performance problem. It is recommended that we can find the root cause of the error 17883 on the active node but failover. Because of the error message 17883, I would like you to check if you have applied the security Bulletin MS03-031, If not, I would like you to apply the Microsoft Security Bulletin MS03-031 firstly. For additional information about how to obtain that security patch from the Microsoft Download Center, click the following article numbers to view the articles in the Microsoft Knowledge Base: 815495 MS03-031: Cumulative Security Patch for SQL Server http://support.microsoft.com/?id=815495 821277 MS03-031:Security Patch for SQL Server 2000 Service Pack 3 http://support.microsoft.com/?id=821277 Note: Make sure that you read the security bulletin articles completely and thoroughly before you apply the security patch. This hotfix must be applied on each client computer that is experiencing the problem. Also, due to the complexity of this issue, it would be best to contact Microsoft Product Support Services via telephone so that a dedicated Support Professional can assist with your request. To obtain the phone numbers for specific technology request please take a look at the web site listed below. http://support.microsoft.com/default...S;PHONENUMBERS Thanks for using Microsoft newsgroup. Regards, Michael Shao Microsoft Online Partner Support Get Secure! - www.microsoft.com/security This posting is provided "as is" with no warranties and confers no rights. |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |