Hello,
Since a week our mailbox migration jobs won't complete anymore.
After a while they end with an error as seen below...
Status
Data migrated:
Migration rate:
Error: TimeoutErrorTransientException: The call to 'https://mydomain/EWS/mrsproxy.svc' timed out. Error details: The request channel timed out attempting to send after 00:00:00.0049846. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. --> The HTTP request to 'https://mydomain/EWS/mrsproxy.svc' has exceeded the allotted timeout of 00:00:00.0049846. The time allotted to this operation may have been a portion of a longer timeout. --> The request channel timed out attempting to send after 00:00:00.0049846. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. --> The HTTP request to 'https://mydomain/EWS/mrsproxy.svc' has exceeded the allotted timeout of 00:00:00.0049846. The time allotted to this operation may have been a portion of a longer timeout.
Notice that tiny timeout. that's half a milisecond which seems ridiculous low.
Strange thing is that I can access the EWS page from external without any problems and I get the same page as the last screenshot on this page.
https://www.codetwo.com/kb/how-to-find-ews-url/
I tried disabling en re-abling the proxy with the commands below just to be sure:
Get-WebServicesVirtualDirectory | Set-WebServicesVirtualDirectory -MRSProxyEnabled $false
Get-WebServicesVirtualDirectory | Set-WebServicesVirtualDirectory -MRSProxyEnabled $true
I removed the end point and when creating it with the checkbox ticked to verify it it hang at creating.
With the checkbox unticked it created right away but it still doesn't seem to work.
What else can I check to get this working again? (it used to work fine for 2+ years but sometime this error showed up and then I just had to restart the sync or worst case delete the migration task and recreate it)