BUG: Login/Logout Causes 'Max User Connections Connected' ErrorLast reviewed: June 27, 1997Article ID: Q170652 |
The information in this article applies to:
SYMPTOMSApplications 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... WORKAROUNDIf 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.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5 Service Pack 3. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONFor 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |