The Exchange Server is down, or the connection to the Exchange Server is down between the machine running the FIM Service and the Exchange Server.
The FIM Service polls for the Exchange Web Service (EWS) every minute, and when it cannot reach the Exchange Web Service (EWS) then it dumps an error into the Application Event Log. It is very possible that the Application Event Log could fill up with these errors.
The goal here is to control how often the FIM Service pings/polls the Exchange Web Service (EWS).
We can control this via a setting in the FIM Service Configuration File.
Add the following line to the FIM Service Configuration File (Microsoft.ResourceManagement.Service.Exe.Config)
/configuration/ appSettings/ add[@key='exchangeListenerInterval']
Tim Macaulay edited Revision 1. Comment: fixed hyperlink