-->

Monday, May 11, 2015

Exchange 2013 Mailbox AuditLog Search Timeout Error

When running a Mailbox AuditLog search on a Shared Mailbox (on which someone had been deleting folders) I got a timeout error in both the EAC (Exchange Administration Center) and EMS (Exchange Management Shell).

EMS Error:

EMS Audit Search Timeout Error

EAC Error:

EAC Audit Search Timeout Error


Now, the error says to narrow down your search, which is unreasonable, because you need a broader range to find when exactly the user deleted stuff they shouldn't have.

The fix, is to edit the web.config file in the ClientAccess directory on each CAS machine, like so:

Navigate to:

C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\exchweb\ews\

Open the web.config file, and scroll down to the bottom of the < appSettings > section.

Above the < /appSettings > line, add the following:

< add key="SearchTimeoutInMilliseconds" value="300000" / >

Close and save the file.

Restart IIS

**Note** IISReset will temporarily kick user connections, so you might want to do that after hours.

Now your reports should work.

No comments:

Post a Comment