Select the product you need help with
A memory leak occurs in the Microsoft.Exchange.Monitoring.exe process when you run the "Test-OwaConnectivity" cmdlet or the "Test-ActiveSyncConnectivity" cmdlet in the EMS on an Exchange Server 2010 serverArticle ID: 2445121 - View products that this article applies to. SymptomsYou run the Test-OwaConnectivity cmdlet or the Test-ActiveSyncConnectivity cmdlet in the Exchange Management Shell (EMS) on a Microsoft Exchange Server 2010 server. The connection times out. In this situation, a memory leak occurs in the Microsoft.Exchange.Monitoring.exe process. Additionally, the Exchange Server 2010 server experiences multiple issues, such as a slow response. Note The Virtual Bytes counter of the Microsoft.Exchange.Monitoring.exe process increases to 1 GB or bigger in Performance Monitor. CauseThis issue occurs because an asynchronous HTTP Request is called by the httpWebRequest.BeginGetResponse() method in the Test-OwaConnectivity cmdlet and in the Test-ActiveSyncConnectivity cmdlet. However, if the connections time out, the httpWebRequest.EndGetResponse() method does not call to release memory. ResolutionTo resolve this issue, install the following update rollup: 2529939
(http://support.microsoft.com/kb/2529939/
)
Description of Update Rollup 3 for Exchange Server 2010 Service Pack 1StatusMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. More informationFor more information about the Test-ActiveSyncConnectivity cmdlet, visit the following Microsoft website: General information about Test-ActiveSyncConnectivity cmdlet For more information about the HttpWebRequest methods, visit the following Microsoft website:
(http://technet.microsoft.com/en-us/library/bb123540(EXCHG.80).aspx)
General information about the HttpWebRequest methods
(http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_methods(v=VS.71).aspx)
Properties |


Back to the top








