For some reason, KB970892 is failing when attempting to apply it to SQL Express running on Windows Server 2008 Hiperv. Does anyone have any idea on what might be cause this
Log Name: Application
Source: MsiInstaller
Date: 4/14/2010 9:47:49 AM
Event ID: 1023
Task Category: None
Level: Error
Keywords: Classic
User: SYSTEM
Computer: S01HPRV.COVINA.local
Description:
Product: Microsoft SQL Server 2005 Express Edition - Update 'GDR 4053 for SQL Server Database Services 2005 ENU (KB970892)' could not be installed. Error code 1603. Additional information is available in the log file C:\Program Files (x86)\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix\SQL9_Hotfix_KB970892_sqlrun_sql.msp.log.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MsiInstaller" />
<EventID Qualifiers="0">1023</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2010-04-14T16:47:49.000Z" />
<EventRecordID>7531</EventRecordID>
<Channel>Application</Channel>
<Computer>S01HPRV.COVINA.local</Computer>
<Security UserID="S-1-5-18" />
</System>
<EventData>
<Data>Microsoft SQL Server 2005 Express Edition</Data>
<Data>GDR 4053 for SQL Server Database Services 2005 ENU (KB970892)</Data>
<Data>1603</Data>
<Data>C:\Program Files (x86)\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix\SQL9_Hotfix_KB970892_sqlrun_sql.msp.log</Data>
<Data>(NULL)</Data>
<Data>
</Data>
<Data>
</Data>
<Binary>7B42414142393841462D453442362D344132462D413344372D3239364241444237464532457D207B32363541384538382D323545412D344431432D393838302D3737354536434639393944437D2031363033</Binary>
</EventData>
</Event>
From HotFix.log:
04/14/2010 09:46:16.514 Installing instance: MICROSOFT$VMM$
04/14/2010 09:46:16.562 Installing target: S01HPRV
04/14/2010 09:46:18.642 Received list of RANU pid's
04/14/2010 09:46:18.646 Stopping service: MSSQL$MICROSOFT$VMM$
04/14/2010 09:46:24.782 Stopped service: MSSQL$MICROSOFT$VMM$
04/14/2010 09:46:24.782 Installing file: sqlrun_sql.msp
04/14/2010 09:46:24.845 Copy Engine: Creating MSP install log file at: C:\Program Files (x86)\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix\SQL9_Hotfix_KB970892_sqlrun_sql.msp.log
04/14/2010 09:46:24.876 Registry: Cannot open registry key "Software\Policies\Microsoft\Windows\Installer"
04/14/2010 09:47:12.537 MSP Error: 29512 SQL Server Setup was unable add user NT AUTHORITY\SYSTEM to local group COVINA\SQLServer2005MSSQLUser$S01HPRV$MICROSOFT$VMM$.
04/14/2010 09:47:49.256 MSP returned 1603: A fatal error occurred during installation.
04/14/2010 09:47:49.256 Registry: Cannot open registry key "Software\Policies\Microsoft\Windows\Installer"
04/14/2010 09:47:49.663 Copy Engine: Error, unable to install MSP file: c:\4352d05c1d333ada5134fd57\HotFixSQL\Files\sqlrun_sql.msp
04/14/2010 09:47:49.663 The following exception occurred: Unable to install Windows Installer MSP file Date: 04/14/2010 09:47:49.663 File: \depot\sqlvault\stable\setupmainl1\setup\sqlse\sqlsedll\copyengine.cpp Line: 807
From SQL9_Hotfix_KB970892_sqlrun_sql.msp.log:
(KB970892)
<Func Name='GetDefaultDomain'>
MSI (s) (40!18) [09:46:29:275]: PROPERTY CHANGE: Adding DefaultDomain property. Its value is 'COVINA'.
View Complete Post