Customer deployed new Exchange server 2019 on a new Active Directory Forest.
They were using Outlook 2013 32 bit on Windows 7
Issue:
While creating new profile on outlook got the following error:
“The connection to the Microsoft Exchange Server is unavailable. Outlook must be online or connected to complete this action.”
&
OWA denied the page loading
Resolution:
- Found External URLs were not configured and internal URLs were using domain.local as the fqdn.
As domain.local is non routable public domain so updated all the url with public routable domain.com urls and added external URLs.
-
Found there was no SSL certificate so exported and imported SSL certificate to Exchange 2019.
Now OWA started working.
-
Outlook was still giving the same error.
- Unchecked the basic authentication on Mapi Virtual Directory which was checked.
On the client side.
- Installed latest Office 32013 update
- Add the following registry key to enable the Encryption between client and server for RPC.
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0\Outlook\RPC
DWORD: EnableRPCEncryption
Value: 1
- Add the following registry key to point it to the correct directory services server.
“HKEY_CURRENT_USER\Software\Microsoft\Exchange\Exchange Provider”
String Value (REG_SZ): DS Server
Value: DC01.Domainname.LOCAL
- Unchecked the basic authentication on Mapi Virtual Directory which was checked.
This resolved the issue.
Prabhat Nigam
CEO @ LAEXUG Foundation | CTO @ Golden Five Consulting | https://www.linkedin.com/in/prabhat-nigam/