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.

Memory leak in the Microsoft.Exchange.Monitoring.exe process when you run the Test-OwaConnectivity cmdlet or the Test-ActiveSyncConnectivity cmdlet in Exchange Management Shell on an Exchange Server 2007 server


View products that this article applies to.

Symptoms

You can run the Test-OwaConnectivity cmdlet and the Test-ActiveSyncConnectivity cmdlet in Exchange Management Shell on a Microsoft Exchange Server 2007 server. However, this operation may cause a memory leak in the Microsoft.Exchange.Monitoring.exe process if the connections time out. Additionally, the Exchange Server 2007 server meets multiple issues, such as has a slow response.

Note You can check the Virtual Bytes counter of the Microsoft.Exchange.Monitoring.exe process in Performance Monitor. The Virtual Bytes counter increases to 1 GB or bigger.

↑ Back to the top


Cause

This problem 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. Therefore, a memory leak occurs.

↑ Back to the top


Resolution

To resolve this problem, install the following update rollup:
2279665� Description of Update Rollup 1 for Exchange Server 2007 Service Pack 3

↑ 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-OwaConnectivity cmdlet, visit the following Microsoft website: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: KB979038, kbhotfixrollup, kbexpertiseinter, kbqfe, kbsurveynew, kbfix

↑ Back to the top

Article Info
Article ID : 979038
Revision : 3
Created on : 9/9/2010
Published on : 9/9/2010
Exists online : False
Views : 285