question

Chriskw29-8418 avatar image
0 Votes"
Chriskw29-8418 asked joyceshen-MSFT commented

Exchange 2016 ECP Mailbox details error 500

Hello,

We upgraded recently our Exchange 2016 servers from CU19 to CU20.
When we are trying to allow a mobile device via ECP 'Recipient' 'View Details', we are having an error 500, and sometime a 'HttpException (0x80004005): Request timed out'.
But it does not occur for all users, I tested around 10 users, and I'm facing the issue for only 1. I thought that mayb this user is having too many devices allowed (15), so the request is taking time, and end failing.
When I try via Exchange management shell (get-MobileDeviceStatistic), it is responding, but it's very slow.

Any idea why please?

Thank you in advance.

Regards,

office-exchange-server-administration
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @Chriskw29-8418

IIs there any update about your issue? Have you increased the timeout in your environment?

0 Votes 0 ·

1 Answer

joyceshen-MSFT avatar image
0 Votes"
joyceshen-MSFT answered

Hi @Chriskw29-8418

Please try increasing timeout for ECP to resolve your issue above.

PLease Launch Command Prompt using Elevated Mode and ran the following commands:

C:\windows\system32\Inetsrv\
Appcmd add backup "BackupTimeOut"
Appcmd set config "Default Web Site/ecp" -section:httpRuntime -executionTimeout:2400
Appcmd set config "Exchange Back End/ecp" -section:httpRuntime -executionTimeout:2400

113920-%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE-2021-07-13-100913.png

Like the discussion in this similar thread: Exchange 2013 Request timeout when trying to edit Distribution group

Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.

If that does not work your server is most likely overloaded and needs to have more resources allocated to the VM.
Check for Mailbox Database corruption errors in the event logs on the Exchange server


If an Answer is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.





5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.