PRB: Unable to Make More Than 256 Connections to Different Mailboxes Over a Short Period of Time (305619)
The information in this article applies to:
- Microsoft Exchange 2000 Server
- Microsoft Exchange 2000 Enterprise Server
This article was previously published under Q305619 SYMPTOMS
Using Web Distributed Authoring and Versioning (WebDAV) to open or access a large number of mailboxes in rapid succession may cause HTTP 500 errors to be returned on all mailbox accesses over 256.
CAUSE
All WebDAV requests to an Exchange server called under a single-user context are pooled under one session that is limited to 256 concurrent connections. This limit is due to the way that the session count is stored in memory. WebDAV exposes this limitation because it keeps connections open for 10 to 15 minutes.
RESOLUTIONTo resolve this problem, obtain the September 2003 Exchange 2000 Server Post-Service Pack 3 (SP3) Rollup.
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
824282
September 2003 Exchange 2000 Server Post-Service Pack 3 Rollup
Alternatively, you can work around this problem in the following ways:
- Pause after each group of 256 connections, allowing the other sessions to timeout and new sessions to be created.
- If the code is running in a COM+ component as a specific user, adding additional server packages running under different user contexts will allow an additional 256 connections per package.
- Use another provider to access the Exchange mailboxes (for instance, ADO).
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section of this article.
Modification Type: | Minor | Last Reviewed: | 7/14/2004 |
---|
Keywords: | kbMsg kbprb KB305619 |
---|
|