Friday, December 21, 2012

Exchange 2010 KB2756496 error 80070643


Update Rollup 7-v2 for Exchange Server 2010 Service Pack 1 (KB2756496)

Installation date: ‎12/‎21/‎2012 11:31 PM

Installation status: Failed

Error details: Code 80070643

Update type: Important

This update rollup resolves problems that were found in Exchange Server 2010 Service Pack 1 (SP1) since Exchange Server 2010 SP1 was released and replaces previously released update rollups for Exchange Server 2010 SP1.

More information: 
http://support.microsoft.com/?kbid=2756496
http://go.microsoft.com/fwlink/?LinkId=207096

Help and Support: 
http://technet.microsoft.com/en-US/exchange/dd203064

Fix:
http://www.expta.com/2012/08/exchange-2010-sp2-roll-up-4-does-not.html?showComment=1349847237817#c894835615165077581

Edited C:\Program Files\Microsoft\Exchange Server\V14\Scripts\ManageScheduledTask.ps1

and changed line 462 to write-output instead of return.

Exchange 2010 & Windows Server 2012 exchange management console crash.

Trying to gather data from the exchange console kept getting: error FX:{A5406CA3-6393-48a0-8827-CF06F0C94C55} Exception has been thrown by the target of an invocation.

Everything showed "Unavailable".

Fix is here:

http://social.technet.microsoft.com/forums/en-US/exchangesvrdeploylegacy/thread/02881780-9982-4a5a-a7fd-1cf609913779

Open mmc, add the exchange management console snap in and save it as emc.msc

create a bat file 


set __COMPAT_LAYER=RUNASINVOKER
set COMPLUS_Version=v2.0.50727
"C:\Users\youri\Desktop\emc.msc"

and the management console will work.