You upgrade an earlier version of Microsoft SQL Server to Microsoft SQL Server 2008. However, a problem occurs during the upgrade. After the upgrade, you are notified that the following features are not installed:
Additionally, the following error message is logged in the Summary.txt file:
- Database Engine Services
- SQL Server Replication
- Full-Text Search
- Analysis Services
- Reporting Services
Additionally, the following error message is logged in the Summary.txt file:
Overall summary:
Final result: SQL Server upgrade failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server using the following command line, and then rerun SQL Server Setup. Uninstall command line: setup /q /action=uninstall /instanceid=MSSQLSERVER /features=SQLEngine,Replication,FullText,AS,RS
Note The Summary.txt file is in the following folder:Final result: SQL Server upgrade failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server using the following command line, and then rerun SQL Server Setup. Uninstall command line: setup /q /action=uninstall /instanceid=MSSQLSERVER /features=SQLEngine,Replication,FullText,AS,RS
%ProgramFiles%\Microsoft SQL Server\100\Setup Bootstrap\Log
This error message instructs you to run a command to uninstall SQL Server 2008. However, if you run the command, you receive the following error message:The following error occurred:
No feature were uninstalled during the setup execution. The requested features may not be installed. Please review the summary.txt logs for further details.
No feature were uninstalled during the setup execution. The requested features may not be installed. Please review the summary.txt logs for further details.