Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

Mailboxes on a recently recovered multirole (Client Access and Mailbox) server that is running Microsoft Exchange Server 2013 cannot access the free/busy service.

When this problem occurs, the following errors are logged.

Outlook logs (Outlook.etl files):

Recipient: user@contoso.com
Exception: Proxy web request failed. , inner exception: The request failed with HTTP status 404: Not Found.
Server Name: < problematic server>
Exception Type: ProxyWebRequestProcessingException
Response Code: ErrorProxyRequestProcessingFailed

IIS Logs on the problematic server:

POST /ews/exchange.asmx - 443 – <Client-IP> ExchangeInternalEwsClient-AuditLog - 404 0 0 15
POST /ews/exchange.asmx - 443 - <Client-IP> ExchangeInternalEwsClient-AuditLog - 404 0 0 15
POST /ews/exchange.asmx - 443 - <Client-IP> ASProxy/CrossSite/Directory/EXCH/15.00.0847.030 - 404 0 0 0
POST /ews/exchange.asmx - 443 - <Client-IP> ASProxy/CrossSite/Directory/EXCH/15.00.0847.030 - 404 0 0 0

Cause

This problem occurs because the InternalNLBBypassUrl value is changed incorrectly after a disaster recovery operation is done on this Exchange 2013 multirole server.

Resolution

To fix this problem, correct the InternalNLBBypassUrl value for Exchange Web Services (EWS) on the problematic server. The correct InternalNLBBypassUrl value should be the following:

https://<problematic server's fqdn>:444/ews/exchange.asmx

To do this, use one of the following methods.

Method 1

Use ADSIEdit to change the InternalNLBBypassUrl value for EWS for this problematic server. Then, recycle the MSExchangeServicesAppPool application pool in IIS. After you recycle the application pool, EWS should work as expected.

Method 2

Use Windows PowerShell to change these settings.

Note Window PowerShell returns a “not within a valid server write scope” error message.

  1. Start Windows PowerShell.

  2. Add the Exchange snap-in. To do this, run the following command:

    Add-PSSnapin *exchange*

  3. Run the following command:

    Set-WebServicesVirtualDirectory -Identity "<problematic server>\EWS (Exchange Back End)" -InternalNLBBypassUrl https://<FQDN of the problematic server>:444/ews/exchange.asmx

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×