Hi
I AM trying to install SQL server 2008 SP4 on one of my server and getting below error .
Instance HDPS overall summary:
Final result: The patch installer has failed to update the shared features. To determine the reason for failure, review the log files.
Exit code (Decimal): -2068643839
Exit facility code: 1203
Exit error code: 1
Exit message: The patch installer has failed to update the shared features. To determine the reason for failure, review the log files.
Start time: 2016-04-30 12:30:21
End time: 2016-04-30 12:33:41
Requested action: Patch
Log with failure: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20160430_122114\HDPS\sql_engine_core_inst_Cpu64_1.log
Exception help link: http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.0.6000.29
I could see below error in the file C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20160430_122114\HDPS\sql_engine_core_inst_Cpu64_1.log
MSI (s) (20:78) [12:33:16:831]: Note: 1: 2725
DEBUG: Error 2725: Invalid database tables
1: 2725
MSI (s) (20:78) [12:33:16:831]: Product: Microsoft SQL Server 2008 Database Engine Services - Update 'Service Pack 1 for SQL Server Database Services 2008 Core Instance (64-bit) (KB968369)' could not be removed. Error code 1603. Additional information is available
in the log file C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20160430_122114\HDPS\sql_engine_core_inst_Cpu64_1.log.
MSI (s) (20:78) [12:33:16:831]: Windows Installer removed an update. Product Name: Microsoft SQL Server 2008 Database Engine Services. Product Version: 10.4.6000.29. Product Language: 1033. Update Name: Service Pack 1 for SQL Server Database Services 2008 Core
Instance (64-bit) (KB968369). Removal success or error status: 1603.
MSI (s) (20:78) [12:33:16:831]: Product: Microsoft SQL Server 2008 Database Engine Services - Update 'Service Pack 4 for SQL Server Database Services 2008 Core Instance (64-bit) (KB2979596)' could not be installed. Error code 1603. Additional information is
available in the log file C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20160430_122114\HDPS\sql_engine_core_inst_Cpu64_1.log.
MSI (s) (20:78) [12:33:16:831]: Windows Installer installed an update. Product Name: Microsoft SQL Server 2008 Database Engine Services. Product Version: 10.4.6000.29. Product Language: 1033. Update Name: Service Pack 4 for SQL Server Database Services 2008
Core Instance (64-bit) (KB2979596). Installation success or error status: 1603.
MSI (s) (20:78) [12:33:16:831]: Note: 1: 1708
MSI (s) (20:78) [12:33:16:831]: Product: Microsoft SQL Server 2008 Database Engine Services -- Installation failed.
MSI (s) (20:78) [12:33:16:847]: Windows Installer installed the product. Product Name: Microsoft SQL Server 2008 Database Engine Services. Product Version: 10.4.6000.29. Product Language: 1033. Installation success or error status: 1603.
MSI (s) (20:78) [12:33:16:847]: Attempting to delete file C:\WINDOWS\Installer\23facb.msp
MSI (s) (20:78) [12:33:16:847]: Unable to delete the file. LastError = 32
MSI (s) (20:78) [12:33:16:847]: MainEngineThread is returning 1603
MSI (s) (20:B0) [12:33:16:956]: No System Restore sequence number for this installation.
Fatal error during installation.
Tried Below
======================================
Gave full permission on SQL server and local machine for my Id and Service account.
Removed compression on the SQL folder and data folder.
Can some one help me on this.