Jump to content


anyweb

SCCM 2007 update to Sp1 produced MMC error

Recommended Posts

when you try to upgrade SCCM 2007 to SCCM 2007 SP1 by first running the pre-requisite checker, you may see a warning which states:-

 

MMC updates for Configuration Manager (Software Updates); Warning; This software update addresses several MMC errors that may occur when running the Configuration Manager console. This update should be applied if any of the following occur: Configuration Manager console stops responding when the host computer is low on available memory, context menu errors on console home pages, or inconsistent display after drag-and-drop operations do not succeed. More information about this update is available at: http://go.microsoft.com/fwlink/?LinkId=98349.

 

If you open the file ConfigMgrPrereq.log and look at the errors within, just before the above statement will be a line which reads something like this:-

 

<08-10-2008 21:04:57> Failed to connect to registry for KB940848 with 203.

 

If you have already applied the hotfix from Microsoft then you might need this workaround.

 

The reason for the pre-requisite test getting confused appears to be that it is looking for a string in the REGISTRY but it doesn't match what it's expecting to find

 

Using RegMon from sysinternals I logged the entire process while doing the pre-requisite checks and sure enough it fails to find some keys in the registry even though we have installed the correct hotfix (KB940848), the checker looks for the following key(s)

 

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB940848

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB940848\DisplayName

 

sysinternal.JPG

 

However they are not found because when we installed the hotfix it placed them at

 

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB940848-v3

 

as a workaround I created a new regedit file with the exact same info as the v3 one (I exported that key in regedit).

 

Here's the file, rename by removing .txt and run to add this key to the registry.

 

uninstallkb.reg.txt

 

I then did a search and replace, and replaced -v3 with blank. Running the resulting reg file and then starting the pre-req checker again now finally removes the MMC warning from the list !

 

cheers

anyweb

  • Like 1

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.