Exchange
--
Questions
--
Followers
Top Experts
Accessing this mailbox is extremely slow from the Outlook client and Outlook WebAccess. It does eventually open but moving between folders and opening email continues to be slow. I attempted to move the mailbox to another server but I eventually had to cancel the task it as it seemed to be stuck at 10%.
Other shared mailboxes in the same database run at full speed and the Exchange performance monitor tool shows no unusual activity although CPU usage appears to be higher than normal.
How do I diagnose what is happenning with this mailbox and fix this problem?
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
If you want to move this mailbox to another DB, and it has a large number of corrupt items in it (more than 50), you may need to move it with the shell:
New-MoveRequest -Identity [mailbox] -TargetDatabase [DBName] -BadItemLimit 99999 -AcceptLargeDataLoss
http://technet.microsoft.com/en-us/library/dd351123.aspx
And it might take a really long time to move, during which time you will just need to wait.
The default limit for connected users on objFolder is 500, so if you've got about that many folders under Inbox, say, you're bumping into the limit, and Exchange is disconnecting the user connection. That limit (as well as objMessage and others) can be increased with a registry setting change, with the caveat that server performance may be impacted.
And even with the limits up, it'll still be slow enumerating all the folders. It just won't disconnect the users. So, if that's the issue, it might be time to think about rearranging data in that mailbox, archiving, using some other data collection point that isn't an Exchange mailbox.
---
But - if, as you suspect, that's not the issue, it's more than likely due to corrupt items in the mailbox. Moving it was the right instinct. Make sure you clear the previously canceled move request, and try it again with the -BadItemLimit and -AcceptLargeDataLoss switches.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
MS recommends that you only have about 5,000 items per folder. I have users that have up to 700,000 messages in their Inbox at a modest 9GB total. Â Access is slow as molasses, especially if they have grouping enabled under "View>Arrange By> Show in Groups" in Outlook. Â It takes CPU time to get it into those formats.
I was only successful in getting them to get it down to about 20,000 messages per folder. Â That was a very decent improvement on their access time.
I would really recommend that you try to get the user(s) to get their folder system down to a manageable tree structure that don't have more than 5,000 messages with the overall size of the account at less than 2GB in size.
If these are VIPs that you are dealing with; at least get them to turn off the grouping in Outlook to improve on performance. Â OWA is kinda SLO as they will have to contend with the added issues of x number of message headers being download to their machines to represent what is in the folder they are viewing.
sorry
I still really like the idea of moving that suspect mailbox to a new database (not a different one, a new one), and it wouldn't hurt to move the rest of the mailboxes in that database to that same new DB (or a second new one). That way, if the current DB is experiencing some corruption, you'll be rid of it, and get some white space recovery while you're at it.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
thanks again for the feedback. It's been a few days now and still no re-occurrance of the problem. It looks like the shutting down of the clients was the cure for this one. It's strange because the user desktops are really locked down so I don't think installing extra software is the cause (e.g. search/indexing). I see that Exmon has been updated for 2010, I'm not sure why that hasn't been included in the standard release. I'll install that and hopehully that will help if there is ever a next time.
Exchange
--
Questions
--
Followers
Top Experts
Exchange is the server side of a collaborative application product that is part of the Microsoft Server infrastructure. Exchange's major features include email, calendaring, contacts and tasks, support for mobile and web-based access to information, and support for data storage.