Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Symptoms
On new Exchange 2013 Servers, you may notice a number of warnings occurring for ActiveSync:
- The average of the most recent [286] heartbeat intervals used by clients is less than or equal to [540]
Troubleshooting
Browse to the following ___location on your exchange Server:
- C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\Sync
Open up the Web.Config file with Notepad.
Locate the following line item:
- <add key=”HeartbeatAlertThreshold” value=”540″></add>
Solution
Changed entry to 400 and saved the file. After that you will get an event log that ActiveSync was unloaded and then loaded.
- <add key=”HeartbeatAlertThreshold” value=”400″></add>
Since the change no more warnings.