Stormonts
7 years agoLevel 5
Error (0x81002746) creating privileged MAPI session against Exchange Server
We have a script that we use to Zap user mailboxes when they leave the company, then we re-enable their account, and add them to a different target group so that all of their e-mail is archived. Recently something changed and any time that we try and run the script (we have tried it on two mailboxes, we get the error "Error (0x81002746) creating privileged MAPI session against Exchange Server" (there are no errors in Event Viewer).
This is the comamnd
"E:\Program Files (x86)\Enterprise Vault\evpm.exe" -e mail.ims.com -f e:\tools\evault\zap_mailbox_properties.ini -m evsystem
This is the script:
[Directory] DirectoryComputerName = EV-SERVER-01 Sitename = IMS Enterprise Vault [Mailbox] DistinguishedName = /o=IMS/ou=FIRST ADMINISTRATIVE GROUP/cn=RECIPIENTS/cn=BJ00759400 [Folder] Name = Mailboxroot Zap = True
For whatever reason, we had to enter the system mailbox as SMTP:evsystem@domain.com and that resolved it. Don't know why we suddenly had to add SMTP: but at least it is working now.