I have recently come across a problem with Server Manager on my Windows Server 2008 Standard edition install. When Server Manager loads, it shows "Error" against both the roles and features section, and if i click error details it says:
Unexpected error refreshing Server Manager: No signature was present in the subject (Exception from HRESULT: 0x800B0100).
Checking the Event Viewer is shows the following error:
Could not discover the state of the system. An unexpected exception was found: System.Runtime.InteropServices.COMException (0x800B0100): No signature was present in the subject. (Exception from HRESULT: 0x800B0100) at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at Microsoft.Windows.ServerManager.ComponentInstaller.CreateSessionAndPackage(IntPtr& session, IntPtr& package) at Microsoft.Windows.ServerManager.ComponentInstaller.InitializeUpdateInfo() at Microsoft.Windows.ServerManager.ComponentInstaller.Initialize() at Microsoft.Windows.ServerManager.Common.Provider.Initialize(DocumentCollection documents) at Microsoft.Windows.ServerManager.ServerManagerModel.InternalRefreshModelResult(Object state)
I have run the System Update Readiness Tool which shows the following in the log file:
Checking System Update Readiness. Version 6.0.6001.22275 2009-03-13 23:49
Checking Deployment Packages
Checking Package Manifests and catalogs.
Checking package watchlist.
Checking component watchlist.
Checking packages. (f) CBS MUM Missing 0x00000002 servicing\packages\Package_for_KB961260_server_0~31bf3856ad364e35~amd64~~6.0.1.3.mum (f) CBS MUM Missing 0x00000002 servicing\packages\Package_for_KB961260_server~31bf3856ad364e35~amd64~~6.0.1.3.mum (f) CBS MUM Missing 0x00000002 servicing\packages\Package_for_KB961260~31bf3856ad364e35~amd64~~6.0.1.3.mum
Checking component store
Checking SMI Store Summary: Milliseconds: 210809 Found 3 errors CBS MUM Missing Total Count: 3
Now KB961260 relates to an IE Update, which i have since installed and now the only update that is showing in the Windows Updates screen is the .NET Framework 3.5 Update which it wont let me manually install and Windows Update wont install it either since i need to run this via Server Manager apparently. Those 3 .mum files also dont exist in the packages directory.
Can someone please let me know what i can do to fix the Server Manager so i can access the roles and features section again. I really hope there is a solution that doesn't involve a rebuild!!
I finally fixed the problem i was having. Basically, i copied those 3 .mum files from another Server 2008 installation i had onto the server that was having the problems and then i ran the System Update Readiness Tool again. This returned a log with no errors and the Server Manager successfully loaded the features and roles sections!!!
Marked as answer byVincent HuMonday, March 16, 2009 5:23 AM