BUG: Login/Logout Causes 'Max User Connections Connected' Error

ID: Q170652


The information in this article applies to:

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          : kbprg SSrvAdmin SSrvDB_Lib SSrvODS SSrvProg kbbug6.50.sp3 
Version           : 6.5 SP3
Platform          : WINDOWS 
Issue type        : kbbug 

Last Reviewed: April 14, 1999