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:
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 and later. 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 iis
Keywords : kbprg SSrvAdmin SSrvDB_Lib SSrvODS SSrvProg kbbug6.50.sp3 |
|
Last Reviewed: April 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |