Problems with ExMixedFolders and Exchange 2007 SP2

Synchronize or migrate your Microsoft Exchange Mailboxes or folders with the ExMixedFolders Exchange service.
Post Reply
User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Problems with ExMixedFolders and Exchange 2007 SP2

Post by Sven »

The Service can't get conetent from server by teling this error: "XML document ended unexpectedly"

The solution which helps is here:
http://support.microsoft.com/kb/2264110

Code: Select all

1.Launch the Windows Command Prompt (cmd), ensure that you run the Command Prompt as the Administrator.  For example, click Start, click All Programs, click Accessories, right click Command Prompt and click Run As Administrator. 
2.Change Directory to <root drive>\Windows\System32, the root drive is typically C:.  Run the following command
     lodctr /R
This will restore the base or core counters
3.Check the registry value under HKLM/Software/Microsoft/WindowsNT/CurrentVersion/Perflib/009 and ensure that the value Counter is no longer corrupted.
4.In the Command Prompt window, run the following command:
     wmiadap /f  
This will force the reload of all counters in to the WMI repository.
5.Open Performance Monitor (perfmon.exe) and click the green + to Add, this will open Add Counters. Verify that the MSExchange counters exist and have Instances populated.
6.Restart the Microsoft Exchange Server computer.
NOTE: This step is required.
Post Reply