Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

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 server


View products that this article applies to.

Symptoms

You 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.

↑ Back to the top


Cause

This 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.

↑ Back to the top


Resolution

To resolve this issue, install the following update rollup:
2529939 Description of Update Rollup 3 for Exchange Server 2010 Service Pack 1

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


More Information

For more information about the Test-ActiveSyncConnectivity cmdlet, visit the following Microsoft website:For more information about the HttpWebRequest methods, visit the following Microsoft website:

↑ Back to the top


Keywords: kbqfe, kbfix, kbhotfixrollup, kbsurveynew, kbexpertiseinter, kb

↑ Back to the top

Article Info
Article ID : 2445121
Revision : 1
Created on : 1/7/2017
Published on : 10/26/2012
Exists online : False
Views : 224