After recent architecture changes, Microsoft Exchange Server 2013 now requires MAPI connectivity using RPC over HTTP(S). The EventImport utility in CA DataMinder 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 = NEGOTIATE/NTLM MSExch.HTTPAuthMethod = NTLM/WinNT MSEch.CertPrincipal = msstd:CertificateIssuer
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ComputerAssociates\CA DataMinder\CurrentVersion\Security\
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 © 2014 CA.
All rights reserved.
|
|