Exchange Hybrid Configuration Wizard’ı ilk defa çalıştırdğınızda HCW8078 hatasıyla karşılaşabilirsiniz.
HCW8078 Migration Endpoint could not be created.
Microsoft.Exchange.Migration.MigrationServerConnectionFailedException
The connection to the server ‘sercancelenk.com’ could not be completed. Microsoft.Exchange.MailboxReplicationService.MRSRemoteTransientException
The call to ‘https://sercancelenk.com/EWS/mrsproxy.svc’ failed. Error details: Access is denied..
Microsoft.Exchange.MailboxReplicationService.MRSRemotePermanentException
Bunun hatanın sebebi MRS Endpoint’inin doğru response vermemesidir.
VirtualDirectory’lerinizde MRS Endpoint’i kontrol ettiğinizde açık olarak görseniz bile, düzgün çalışmıyor olabilir.
Çözümü için Endpoint’i durdurup, yeniden başlatın.
Set-WebServicesVirtualDirectory -Identity SercanEXCH34\EWS -MRSProxyEnabled $False
Set-WebServicesVirtualDirectory -Identity SercanEXCH34\EWS -MRSProxyEnabled $True
IISRESET
MRS Endpoint’in çalıştığını doğrulayın.
Get-WebServicesVirtualDirectory -server SercanEXCH34 | select Name,MRSProxyEnabled
Exchange Hybrid Configuration Wizard’ı tekrar çalıştırdığınızda sorunsuz kurulum yapacaktır.