David
Tue Jul 01 04:01:45 CDT 2008
0x80090006 usually happens when IIS fails to find or use the Machine's
encryption key to decrypt sensitive data blobs (i.e. user passwords)
stored within the metabase. This happened on IIS6 when you had
mismatched metabase.xml for the machine key -- for example, when you
DCPROMO'd (which changes the machine encryption key) and then restored
the pre-DCPROMO metabase.xml (which used the old encryption key).
I know that's not the situation here. I recall an alternate way to
reach this same error for IIS7 that we found during development, years
ago, but I don't quite remember the cause nor resolution.
Sorry, I can't quite find that email thread, and the developer who
diagnosed it years ago could not recall after all this time, either.
This is not something you're going to be able to fix without
instructions.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
On Jun 30, 11:35=A0am, Doug0819 <Doug0...@discussions.microsoft.com>
wrote:
> The setuperr.log was empty, but the IIS7.log was not. =A0I tried to insta=
ll the
> component again and then cut out the portion that had to do with the inst=
all.
> =A0It is as follows:
>
> [06/30/2008 13:21:24] [ ***** IIS 7.0 Component Based Setup ***** ]
> [06/30/2008 13:21:24] "C:\Windows\System32\inetsrv\iissetup.exe" /install
> Metabase
> [06/30/2008 13:21:24] Successfully updated IIS_IUSRS rights.
> [06/30/2008 13:21:24] Successfully populated IIS_IUSRS.
> [06/30/2008 13:21:24] Successfully set IISADMIN install state.
> [06/30/2008 13:21:24] Successfully removed old metabase files.
> [06/30/2008 13:21:27] < !!FAIL!! > SERVICE_CONTROLLER::StartNamedService
> result=3D0x80090006
> [06/30/2008 13:21:27] Successfully stopped IISADMIN.
> [06/30/2008 13:22:04] < WARNING! >
> METABASE_UTIL::InstallLegacySnapInMetabaseEntries result=3D0x80080005
> [06/30/2008 13:22:05] < !!FAIL!! > SERVICE_CONTROLLER::StartNamedService
> IISADMIN result=3D0x80090006
> [06/30/2008 13:22:05] < !!FAIL!! > Install of component Metabase
> result=3D0x80090006
> [06/30/2008 13:22:05] < !!FAIL!! > COMPONENT::ExecuteCommand result=3D0x8=
0090006
> [06/30/2008 13:22:05] [ End of IIS 7.0 Component Based Setup ]
> [06/30/2008 13:22:17] [ ***** IIS 7.0 Component Based Setup ***** ]
> [06/30/2008 13:22:17] "C:\Windows\System32\inetsrv\iissetup.exe" /install
> ADSICompatibility
> [06/30/2008 13:22:17] Install of component ADSICompatibility succeeded!
> [06/30/2008 13:22:17] Success!
> [06/30/2008 13:22:17] [ End of IIS 7.0 Component Based Setup ]
> [06/30/2008 13:22:17] [ ***** IIS 7.0 Component Based Setup ***** ]
> [06/30/2008 13:22:17] "C:\Windows\System32\inetsrv\iissetup.exe"
> /launch_servicing C:\Windows\System32\regsvr32.exe /s
> C:\Windows\System32\inetsrv\iisext.dll
> [06/30/2008 13:22:17] Launching command C:\Windows\System32\regsvr32.exe,
> with params C:\Windows\System32\regsvr32.exe /s
> C:\Windows\System32\inetsrv\iisext.dll
> [06/30/2008 13:22:18] LaunchCommand Succeeded
> [06/30/2008 13:22:18] Success!
> [06/30/2008 13:22:18] [ End of IIS 7.0 Component Based Setup ]
> [06/30/2008 13:22:22] [ ***** IIS 7.0 Component Based Setup ***** ]
> [06/30/2008 13:22:22]
> "C:\Windows\WinSxS\x86_microsoft-windows-iis-sharedlibraries_31bf3856ad36=
4e=AD35_6.0.6001.18000_none_10e972c4b4d2574c\iissetup.exe"
> /uninstall ADSICompatibility
> [06/30/2008 13:22:22] Uninstall of component ADSICompatibility succeeded!
> [06/30/2008 13:22:22] Success!
> [06/30/2008 13:22:22] [ End of IIS 7.0 Component Based Setup ]
> [06/30/2008 13:22:22] [ ***** IIS 7.0 Component Based Setup ***** ]
> [06/30/2008 13:22:22]
> "C:\Windows\WinSxS\x86_microsoft-windows-iis-sharedlibraries_31bf3856ad36=
4e=AD35_6.0.6001.18000_none_10e972c4b4d2574c\iissetup.exe"
> /launch_uninstall C:\Windows\System32\regsvr32.exe /s /u
> C:\Windows\System32\inetsrv\iisext.dll
> [06/30/2008 13:22:22] Launching command C:\Windows\System32\regsvr32.exe,
> with params C:\Windows\System32\regsvr32.exe /s /u
> C:\Windows\System32\inetsrv\iisext.dll
> [06/30/2008 13:22:22] Ignoring acceptable LaunchCommand failure 0x8007000=
3
> [06/30/2008 13:22:22] Success!
> [06/30/2008 13:22:22] [ End of IIS 7.0 Component Based Setup ]
> [06/30/2008 13:22:23] [ ***** IIS 7.0 Component Based Setup ***** ]
> [06/30/2008 13:22:23]
> "C:\Windows\WinSxS\x86_microsoft-windows-iis-sharedlibraries_31bf3856ad36=
4e=AD35_6.0.6001.18000_none_10e972c4b4d2574c\iissetup.exe" /uninstall Metab=
ase
> [06/30/2008 13:22:23] Successfully removed old metabase files.
> [06/30/2008 13:22:23] Uninstall of component Metabase succeeded!
> [06/30/2008 13:22:23] Success!
> [06/30/2008 13:22:23] [ End of IIS 7.0 Component Based Setup ]
>
> I can see where it is failing but I am not sure what I should do about it=
. =A0
> If any one is able to tell me what this is saying I would greatly appreci=
ate
> it.
>
>
>
> "David Wang" wrote:
> > On Jun 30, 10:47 am, Doug0819 <Doug0...@discussions.microsoft.com>
> > wrote:
> > > Hi,
>
> > > I am running Windows Vista Home Premium with SP1. =A0I have been tryi=
ng to
> > > install the "IIS 6 Metabase and IIS 6 Configuration Compatibility" co=
mponent
> > > without success. =A0After selecting this component in the "Turn Windo=
ws
> > > Features on and off" window and then clicking OK, Windows spins for a=
couple
> > > of minutes and then informs me that "An error occurred and the compon=
ents
> > > could not be installed".
>
> > > I have tried the following with no success:
> > > 1. =A0Uninstalled and reinstalled SP1 (this was on recommendation fro=
m an
> > > "expert" at Expert-Exchange).
> > > 2. =A0Uninstalled and reinstalled IIS 7.
> > > 3. =A0Shut down all third party applications and disabled as many ser=
vices as
> > > possible.
>
> > > Any help on figuring this out would be greatly appreciated. =A0Also, =
if I am
> > > posting in the wrong group if someone could point me to the correct g=
roup,
> > > then thanks.
>
> > > Doug
>
> > Look through %windir%\IIS7.log on what the actual error is when you
> > turn on the IIS6 Metabase/Configuration Compatibility feature.
>
> > If there's nothing wrong in the IIS setup log, then perhaps the error
> > happened within the Windows setup layer that is invoking IIS setup.
> > You