2

When a user has too many MAPI connections ( current limit 32 ). Is there a way to close the connections without restarting store.exe ? The close connection on TCPView doesn't seem to do it.

Also, whats the long term fix(s) ?

The error is below. Also, I have BES (Blackberry) going and this person has lots of mailboxes open. Is that likely to cause this?

Event Type: Error
Event Source:   MSExchangeIS
Event Category: General 
Event ID:   9646
Date:       7/30/2009
Time:       9:55:23 AM
User:       N/A
Computer:   FOO
Description:
Mapi session "/o=FOO Domain/ou=First Administrative Group/cn=Recipients/cn=BAR USER" exceeded the maximum of 32 objects of type "session".
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448

1 Answers1

1

I never encoutered this issue but someone reported that granting the user 'view info store status' rights on the mailbox store solved the issue. It may be related also to the max objects opened during mapi session, there's a kb article here covering that point.

Hope this helps.

Maxwell
  • 5,076
  • 1
  • 26
  • 31
  • This is the correct answer. We had this issue in an exchange 2003 environment for the last year or so. Create a security group and give it this specific permission. Drop users in the group as necessary as you see them show up in the log. – Tatas Aug 01 '09 at 20:18