SCOM2007 R2 RC Troubleshooting Case : Install SCOM 2007 R2 RMS occur 0x800050000
Last week , i test SCOM 2007 R2 RC , according to my wont, i prepare a test environment , one DC(Windows Server 2008) , one DB(Windows Server 2008 + SQL Server 2008) and one RMS(Windows Server 2008) role.
frist , i install OpsMgr 2007 R2 Database successfully , on RMS Server i install windows components :
- ASP.NET 2.0 AJAX Extensions
- PowerShell 1.0
- .Net Framework 3.0
- ASP.Net
- IIS Management Console
when install phase , occur rolling back , setup unsuccess.
i checked log,
CAPACK: Extracting custom action to temporary directory:
C:\Windows\Installer\MSI2532.tmp-\
CAPACK: Binding to CLR version v2.0.50727
Calling custom action
WebCAManaged!Microsoft.MOM.Setup.WebConsoleCustomAction.WebConsoleCA.ConfigureAction
ConfigureAction: Error: Unknown error (0x80005000)
StackTrace: at System.DirectoryServices.DirectoryEntry.Bind(Boolean
throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.RefreshCache()
at Microsoft.MOM.Setup.WebConsoleCustomAction.WebConsoleCA.Install(String
targetDir, Int32 portNumber, String rmsServer, Boolean windowsAuthOn, String
rootWebConfigFile, String mobileWebConfigFile, String rssWebConfigFile,
String publicKeyToken, String version)
at
Microsoft.MOM.Setup.WebConsoleCustomAction.WebConsoleCA.ConfigureAction(Session
session)
Exception thrown by custom action:
System.Reflection.TargetInvocationException: Exception has been thrown by
the target of an invocation. --->
System.Runtime.InteropServices.COMException (0x80005000): Unknown error
(0x80005000)
at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.RefreshCache()
at Microsoft.MOM.Setup.WebConsoleCustomAction.WebConsoleCA.Install(String
targetDir, Int32 portNumber, String rmsServer, Boolean windowsAuthOn, String
rootWebConfigFile, String mobileWebConfigFile, String rssWebConfigFile,
String publicKeyToken, String version)
at
Microsoft.MOM.Setup.WebConsoleCustomAction.WebConsoleCA.ConfigureAction(Session
session)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object
arguments, SignatureStruct& sig, MethodAttributes methodAttributes,
RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags
invokeAttr, Binder binder, Object parameters, CultureInfo culture, Boolean
skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags
invokeAttr, Binder binder, Object parameters, CultureInfo culture)
at Microsoft.WindowsInstaller.CustomActionProxy.InvokeCustomAction(Int32
sessionHandle, String entryPoint)
MSI (s) (D8:8C) [12:55:03:674]: NOTE: custom action
_ConfigureAction.2FD07918_9082_437D_99BC_FD43602A4625 unexpectedly closed
the hInstall handle (type MSIHANDLE) provided to it. The custom action
should be fixed to not close that handle.
Action ended 12:55:03: InstallFinalize. Return value 3.
MSI (s) (D8:08) [12:55:03:694]: User policy value 'DisableRollback' is 0
MSI (s) (D8:08) [12:55:03:694]: Machine policy value 'DisableRollback' is 0
MSI (s) (D8:08) [12:55:03:716]: Executing op:
Header(Signature=1397708873,Version=405,Timestamp=981100209,LangId=1033,Platform=589824,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
MSI (s) (D8:08) [12:55:03:716]: Executing op:
DialogInfo(Type=0,Argument=1033)
MSI (s) (D8:08) [12:55:03:716]: Executing op:
DialogInfo(Type=1,Argument=System Center Operations Manager 2007 R2)
MSI (s) (D8:08) [12:55:03:717]: Executing op:
RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back
action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing
backup files,CleanupTemplate=File: [1])
I checked some document , i find this error source of IIS management compatibility , and i add this component , reinstall and successfully!
J
Enjoy!
Justin Gao
Microsoft(China)
Comments
Anonymous
January 01, 2003
MS Operations Manager 2007 R2 RC Install ErrorAnonymous
May 05, 2009
Perfect solution !!! We run into the same error. After adding IIS6 management compatibility the installation finished without errors. Great product and great solution - thank you!! chrisAnonymous
September 23, 2009
You can find the reason in the KB article 974722.