I am attempting to apply SP1 to a 2008 R2 SQL Server instance, non-clustered.
http://www.microsoft.com/en-us/download/details.aspx?id=26727
Vitrual (VMWare) Server Info:
SQL Server Edition |
ProductVersion |
ProductLevel |
IsClustered |
Developer Edition (64-bit) |
10.50.1600.1 |
RTM |
0 |
The OS is Windows Server 2008 R2.
The installation process runs through all of it's checks no problem. It looks like the install is going to complete then suddenly fails. Fortunately there is a log file that does shed some light on the issue.
Log File: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20120620_105034\MSSQLSERVER\sql_engine_core_shared_Cpu64_1.txt
According to the log file, the installer is attempting to delete a file, but the file does not exist:
MSI (s) (B4:84) [10:53:58:685]: Attempting to delete file C:\Windows\Installer\46bee.msp
MSI (s) (B4:84) [10:53:58:685]: Unable to delete the file. LastError = 32
MSI (s) (B4:84) [10:53:58:685]: Deferring clean up of packages/files, if any exist
MSI (s) (B4:84) [10:53:58:685]: Attempting to delete file C:\Windows\Installer\46bee.msp
MSI (s) (B4:84) [10:53:58:685]: MainEngineThread is returning 1603
MSI (s) (B4:BC) [10:53:58:685]: RESTART MANAGER: Session closed.
MSI (s) (B4:BC) [10:53:58:685]: No System Restore sequence number for this installation.
I have been successful at applying the SP1 to a similar VM machine, the most obvious difference was this server was running Enterprise Edition (not Developer)
Any thoughts? Has anyone else had a similar experience that they eventually got past?
Don't you just love posts on install failures?
Thanks,
Dave