Microsoft KB Archive/170652

From BetaArchive Wiki
Knowledge Base


Article ID: 170652

Article Last Modified on 11/5/2003



APPLIES TO

  • Microsoft SQL Server 6.5 Service Pack 3
  • Microsoft SQL Server 7.0 Standard Edition



This article was previously published under Q170652

BUG #: 16737 (NT: 6.5)

SYMPTOMS

Applications that use make/break connections or perform a large number of repetitive logon or logoff operations may cause spurious errors about exceeding the maximum number of configured user connections. The following is the text of an example error message:

Msg 17809: Unable to connect. The maximum number of '100' configured
user connections are already connected...

WORKAROUND

If you are using ODBC 3.0, you can use connection pooling to reduce the number of connect and disconnect operations. Otherwise, retry the logon operation or keep a persistent connection to SQL Server.

STATUS

Microsoft has confirmed this to be a problem in Microsoft SQL Server version 6.5 Service Pack 3 and later. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

For example, if there are five user connections configured, and three copies of an application are run that simply connect and disconnect in a loop, so that the maximum number of connections can never exceed three, spurious errors may still be generated that five users are already connected. Due to time delays introduced when performing these operations across a network, the problem is unlikely to be seen if the application is run remotely from the server.


Additional query words: SQLConnect SQLDisconnect dbopen dbclose webserver iis

Keywords: kbbug kbprogramming KB170652