“The EXCH provider section is missing from the Autodiscover response” message and Exchange 2010 Outlook Anywhere (RPC over HTTP) not working

“The EXCH provider section is missing from the Autodiscover response” message and Exchange 2010 Outlook Anywhere (RPC over HTTP) not working

During Exchange 2010 deployment, you can see that Exchange 2010 Outlook Anywhere not working. One of the best tools for tests and diagnostics is https://www.testexchangeconnectivity.com/ website.

When you run “” test you can see the error that contains the following message:

 

“The EXCH provider section is missing from the Autodiscover response”

 

I’m sure, you already checked all Internal / External URL settings :)

But, have you checked your Mailbox Database settings and see what do you have configured as RPCClientAccessServer? You can do this by running the following cmdlet:

 

Get-MailboxDatabase | fl Server, RPCClientAccessServer

 

If your RPCClientAccessServer is not set or set not exactly as it supposed to be, you can  correct this as illustrated in the following example:

 

Set-MailboxDatabase -Identity “Mailbox Database 0447493325″ -RpcClientAccessServer outlook.curu.local

 

Note: In my case outlook.curu.local is a FQDN name of my Network Load balancer ;)

 

 

 

 

About the Author

Misha Hanin

Hi, my name is Misha Hanin. I have served as an IT Network Administrator and IT Consultant for over 15 years. I have a number of certifications including CNE, Citrix CCA, VMWare VCP, MCP+I, MCSE, MCTS, MCITP Enterprise Messaging Administrator & MCITP Enterprise Administrator. Microsoft presented me with the 2008 Microsoft® MVP Award (MVP) in Windows Server - Admin Frameworks! 

Leave a Reply



*