After recent architecture changes, Microsoft Exchange Server 2013 now requires MAPI connectivity using RPC over HTTP(S). The Event Import utility in CA Data Protection needs a configuration change to be able to import emails from journal mailboxes on Exchange 2013 servers. You need to configure your existing installation to use RPC over HTTP(S).
Follow these steps:
[PS] C:\Windows\system32>Get-Mailbox -Identity importmailboxuser | Select ExchangeGuid
C:\Program Files (x86)\CA\CA DataMinder\import\templates\Import.exch.ini C:\Program Files (x86)\CA\CA DataMinder\import\Import.exch.ini
MSExch.ServerName = ExchangeGUID@Domain MSExch.MailboxName = MailboxName MSExch.ProxyServerName = https://hostname.Domain MSExch.RPCAuthMethod = WinNT/NEGOTIATE/NONE (Default: WinNT) MSExch.HTTPAuthMethod = NEGOTIATE/NTLM (Default: NTLM) MSEch.CertPrincipal = msstd:CertificateIssuer
wgncred -setexchangeProxy ComponentIdentifier Domain UserName Password ProxyName
Or alternatively, provide the parameters interactively:
wgncred -setexchangeProxy
You defined the proxy server credentials.
C:\Program Files (x86)\CA\CA DataMinder\import\wgnimport.exe -f import.exch.ini
You configured the EventImport utility to connect to Exchange 2013 using RPC over HTTP(S).
Copyright © 2015 CA Technologies.
All rights reserved.
|
|