Forum Discussion

DJSAJJAD's avatar
DJSAJJAD
Level 3
10 years ago

EVPM: Error Creating Privileged MAPI Session

Hi There, I had this EVPM process which would create and populate folders in people's Outlook and set retention categories on them. This process is broken now and when i run that process, it retur...
  • TonySterling's avatar
    10 years ago

    You can try this:

    When running EVPM, "Error creating privileged MAPI session" is returned.

    Article:TECH195356  |  Created: 2012-08-21  |  Updated: 2014-10-05  |  Article URL http://www.symantec.com/docs/TECH195356
     

    Issue

     
     

    When running EVPM, "Error creating privileged MAPI session" is returned.

     

    Error

     
     

    See below DTrace of process EVPM below:

    65 10:20:17.015  [8408] (EVPM) <7184> EV:M CMAPISession::GetExchangeServerDnFromSession - calculate ExchangeServerDn
    66 10:20:17.015  [8408] (EVPM) <7184> EV:M CMAPISession::GetExchangeServerDnFromSession - found exchange server dn: /o=ABCCORP/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=ABCEX12
    67 10:20:17.015  [8408] (EVPM) <7184> EV:M CMAPISession::CreateMapiSession - Get PR_MAILBOX_OWNER_ENTRYID
    68 10:20:17.015  [8408] (EVPM) <7184> EV:M CMAPISession::CreateMapiSession - Release Mutex(2)
    69 10:20:17.015  [8408] (EVPM) <7184> EV:M CMAPISession::ClearProfileCache()
    70 10:20:17.015  [8408] (EVPM) <7184> EV:M CMAPISession::CloseMapiSession - Entry
    71 10:20:17.155  [8408] (EVPM) <7184> EV:M CMAPISession::CloseMapiSession - [1]
    72 10:20:17.155  [8408] (EVPM) <7184> EV:M CMAPISession::CloseMapiSession - [2]
    73 10:20:17.155  [8408] (EVPM) <7184> EV:M CMAPISession::CloseMapiSession - [3]
    74 10:20:17.155  [8408] (EVPM) <7184> EV:M CMailboxHelper::DeleteProfile(VaultMbxAgent-abc14-7184-1345569616-0-437-0): 0x0
    75 10:20:17.155  [8408] (EVPM) <7184> EV:M CMAPISession::GetMapiSessionFromPoolEx: Exit status: 0x8004010f
    76 10:20:17.171  [8408] (EVPM) <7184> EV:M ~EVPM - Successfully processed 0 out of 0 mailboxes

     

    Solution

     
     

    Check the following registry values on affected Enterprise Vault Server:

    HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Cached Mode
    HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook\Cached Mode

    1 = Enabled
    0 = Disabled

    If value is Enabled = 1, set it to 0 to disable Exchange Cached Mode and try the EVPM again.