Let me start by saying that, yes we know v6.5 is no longer supported by
Microsoft and that moving to SQL2000 might resolve our problem.
Actually the migration to SQL2000 is 1 to 2 months out and in the QA
phase now. Unfortunately we need to resolve the current 6.5 issue now
as it heavily impacts a major revenue stream for the company with every
outage we encounter.
The Problem:
At least once every 24 hours the SQL Server begins disallowing new user
connections. When this happens the 2 CPUs begin to thrash. About 5
minutes later the error log begins to print out the following error
message: "Unable to connect. The maximum number of '500' configured user
connections are already connected. System Administrator can configure to
a higher value with sp_configure." No new connections can be made to the
server; however, the existing connections continue to function normally.
We never see anywhere near 500 user connections in the system (it tends
to average around 350 connections). If we begin to disconnect users the
server continues reporting that the maximum number of users is
connected. Eventually running queries thru an open connection will hang
and we have to resort to a hard reboot of the server as neither SQL
Server will not shutdown nor will the operating system.
The Server:
Compaq Proliant DL380 with dual 863 MHz. processors (x86 Family 6 Model
8 Stepping 3 GenuineIntel), 917,020 KB of physical memory, Microsoft
Windows 2000 Server (Version 5.0.2195 Service Pack 4 Build 2195), Total
Virtual Memory 3,138,688 KB, Page File Space 2,221,668 KB
SQL Server:
Microsoft SQL Server 6.50 - 6.50.479 (Intel X86). Some pertinent
configuration settings: memory - 244100 (in 2K units), user connections
– 500, RA worker threads – 3, max worker threads – 255
We found one reference to the above error message in the Microsoft
Knowledge Base and that refers to a condition where the server has 2GB
or more of physical memory with 1.5GB assigned to SQL Server. This does
not pertain to our situation. Have any of you ever encountered this
problem?
I appreciate your insights.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Microsoft and that moving to SQL2000 might resolve our problem.
Actually the migration to SQL2000 is 1 to 2 months out and in the QA
phase now. Unfortunately we need to resolve the current 6.5 issue now
as it heavily impacts a major revenue stream for the company with every
outage we encounter.
The Problem:
At least once every 24 hours the SQL Server begins disallowing new user
connections. When this happens the 2 CPUs begin to thrash. About 5
minutes later the error log begins to print out the following error
message: "Unable to connect. The maximum number of '500' configured user
connections are already connected. System Administrator can configure to
a higher value with sp_configure." No new connections can be made to the
server; however, the existing connections continue to function normally.
We never see anywhere near 500 user connections in the system (it tends
to average around 350 connections). If we begin to disconnect users the
server continues reporting that the maximum number of users is
connected. Eventually running queries thru an open connection will hang
and we have to resort to a hard reboot of the server as neither SQL
Server will not shutdown nor will the operating system.
The Server:
Compaq Proliant DL380 with dual 863 MHz. processors (x86 Family 6 Model
8 Stepping 3 GenuineIntel), 917,020 KB of physical memory, Microsoft
Windows 2000 Server (Version 5.0.2195 Service Pack 4 Build 2195), Total
Virtual Memory 3,138,688 KB, Page File Space 2,221,668 KB
SQL Server:
Microsoft SQL Server 6.50 - 6.50.479 (Intel X86). Some pertinent
configuration settings: memory - 244100 (in 2K units), user connections
– 500, RA worker threads – 3, max worker threads – 255
We found one reference to the above error message in the Microsoft
Knowledge Base and that refers to a condition where the server has 2GB
or more of physical memory with 1.5GB assigned to SQL Server. This does
not pertain to our situation. Have any of you ever encountered this
problem?
I appreciate your insights.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Comment