When you install Microsoft SQL Server 2005, you receive the following error message:
There was an unexpected failure during the setup wizard. You may review the setup logs and/or click the help button for more information.
When you examine the SQLSetup
Number_
ServerName_Core(local).log file at this point, you notice the following error message at the end of the log file:
Running: InstallToolsAction.10 at: 2006/4/8 16:46:2
Error: Action "InstallToolsAction.10" threw an exception during execution. Error information reported during run:
Target collection includes the local machine.
Fatal Exception caught while installing package: "10"
Error Code: 0x80070002 (2)
Windows Error Text: The system cannot find the file specified. Source File Name: sqlchaining\sqlprereqpackagemutator.cpp
Compiler Timestamp: Tue Aug 9 01:14:20 2005
Function Name: sqls::SqlPreReqPackageMutator::modifyRequest
Source Line Number: 196
---- Context -----------------------------------------------
sqls::InstallPackageAction::perform
WinException caught while installing package. : 1603
Error Code: 0x80070643 (1603)
Windows Error Text: Fatal error during installation. Source File Name: packageengine\installpackageaction.cpp
Compiler Timestamp: Fri Jul 1 01:28:25 2005
Function Name: sqls::InstallPackageAction::perform
Source Line Number: 167
---- Context -----------------------------------------------
sqls::InstallPackageAction::perform
Notes- The SQLSetupNumber_ServerName_Core(local).log file is located in the following folder:
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files
- Number represents a number that increases for every installation of SQL Server 2005. The log file that has the largest number for Number in the file name is the log file for the most recent installation of SQL Server 2005.