Содержание
- При установке сервера SQL Server 2005 появляется сообщение об ошибке «Во время выполнения мастера установки произошла непредвиденная ошибка»
- Проблема
- Причина
- Временное решение
- Дополнительная информация
- Sql server error 1603
- Answered by:
- Question
- Answers
- Sql server error 1603
- Asked by:
- Question
- All replies
При установке сервера SQL Server 2005 появляется сообщение об ошибке «Во время выполнения мастера установки произошла непредвиденная ошибка»
Ошибка №: 408784 (SQLBUDT)
Проблема
При установке Microsoft SQL Server 2005 появляется следующее сообщение об ошибке:
Во время выполнения мастера установки произошла непредвиденная ошибка. Обратитесь к журналу установки или нажмите кнопку «Справка» для получения дополнительных сведений.
В файл журнала SQLSetup Число_ Имя_сервера_Core(local).log при этом записывается сообщение об ошибке, приведенное ниже.
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: sqlchainingsqlprereqpackagemutator.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: packageengineinstallpackageaction.cpp
Compiler Timestamp: Fri Jul 1 01:28:25 2005
Function Name: sqls::InstallPackageAction::perform
Source Line Number: 167
—- Context ————————————————
Файл SQLSetup Число_ Имя_сервера_Core(local).log находится в следующей папке:
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFiles
Число — это число, которое увеличивается при каждой установке сервера SQL Server 2005. Файл журнала, имя которого включает наибольшее Число, является файлом журнала последней установки SQL Server 2005.
Причина
Данная проблема возникает из-за того, что папки с файлами, необходимыми для установки SQL Server 2005, имеют неверную структуру.
Наиболее часто она возникает при установке SQL Server 2005 из общей сетевой папки или папки на жестком диске, скопированной с установочных компакт-дисков SQL Server 2005.
Временное решение
Чтобы обойти данную проблему, следует исправить структуру папок, используемых для установки SQL Server 2005.
При установке SQL Server 2005 используются две следующие папки:
Обе эти папки должны иметь одинаковый уровень вложенности или находиться в корневом каталоге диска, а их имена не могут быть другими. Папка Servers содержит все файлы, необходимые для установки основных компонентов SQL Server 2005, таких как ядро СУБД. Папка Tools содержит компоненты программных средств и электронную документацию по SQL Server 2005.
Дополнительная информация
Чтобы скопировать файлы с установочных компакт-дисков SQL Server 2005 в папку и установить SQL Server 2005 из этой папки, выполните описанные ниже действия.
Примечание. В данном примере файлы с установочных компакт-дисков SQL Server 2005 копируются в папку D:SQLServer2005.
Создайте в папке D:SQLServer2005 две следующих папки:
Скопируйте все файлы с установочного компакт-диска SQL Server 2005, который называется Servers, в папку D:SQLServer2005Servers.
Скопируйте все файлы с установочного компакт-диска SQL Server 2005, который называется Tools, в папку D:SQLServer2005Tools.
Откройте папку D:SQLServer2005Servers и дважды щелкните файл Setup.exe, чтобы запустить программу установки SQL Server 2005.
Загружаемая с сайта MSDN CTP-версия SQL Server 2005 для разработчиков также состоит из двух файлов. Для выполнения полной установки SQL Server 2005 необходимо загрузить файлы Servers и Tools в одноименные папки, которые должны иметь одинаковый уровень вложенности или находиться в корневом каталоге диска.
Источник
Sql server error 1603
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Answered by:
Question
while i installing the visual studio beta 2 with sql server 2005, it get error code 1603 while installing sql server 2005. and my desktop pc installed only visual studio 2003. I have no install visual studio 2005 beta 1. and i try uninstall all visual studio s/w and jz install 2005 beta 2 but it stil get this error. I have update my desktop ,scan using MBSA and update all those necessary update.
Answers
I suggest you run this just to make sure everything is clean on your machine. To find out what components SQL Server Express is blocking on you can look at the following log file: %Program Files%Microsoft SQL Server90Setup Bootstraplogfiles*core.log. Your looking for some like the following:
Product «<71f8efbf-09af-418d-91f1-52707cdfa274>» versioned 2.0.40607 is not compatible with current builds of SQL Server.Expected at least version: 2.0.40607.42
The Product Name is «Microsoft .NET Framework 2.0 Beta»
Don’t worry that the above one mentions .Net Framework. This is just an example. Your message may be about another install of SQL Server.
If the components no longer appear in Add/Remove Programs you can try executing the following:
Источник
Sql server error 1603
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Asked by:
Question
I’m attempting to install the standard version of SQL server 2005 on XP SP2. I’m getting the following:
Errors occurred during the installation:
Error 1603 installing Microsoft SQL Server 2005 setup support files.
Are you installing from dumbs? Check if this is your case.
I am not sure if this KB will help, http://support.microsoft.com/kb/916760
May be if it nothing works, its better you can completely uninstall using Windows installer Cleanup utility and try the installation once again, http://support.microsoft.com/kb/290301 . Refer this link to manually remove Sql Server 2005, http://support.microsoft.com/kb/909967
I’m not clear on what dumbs are. I’m installing from two iso images from MSDN download library. I have two CD’s as a result. I read the KB and I don’t think this is the problem. I’m copying an excerpt from the log file. I noticed that it is having an issue insalling support files. Here it is:
WorkDir=D:
>>
SqlSetupFilesComp WNetGetUniversalName returned 2250
Loaded DLL:C:WINDOWSsystem32msi.dll Version:3.1.4000.4039
Installing from: D:SetupSqlSupport.msi
Loaded DLL:C:WINDOWSsystem32msi.dll Version:3.1.4000.4039
Loaded DLL:C:WINDOWSsystem32msi.dll Version:3.1.4000.4039
Error 1605 getting product information for package :SetupSqlSupport.msi
Package: D:SetupSqlSupport.msi Version installing: 9.00.1399.06
Removing package to install newer one.
Loaded DLL:C:WINDOWSsystem32msi.dll Version:3.1.4000.4039
Loaded DLL:C:WINDOWSsystem32msi.dll Version:3.1.4000.4039
Failed to install support files
Fatal error during installation.
Fatal error during installation.: (1603)
SCU_SetupMgr: vc() caught exception: Fatal error during installation.: (1603) . SetupMgr: state=ERROR, cancel_state=0, is_done=0, ActionRequired=1, NeedReboot=0, custom_props=DotNetPatch=
HandleReboots=false
ModuleDir=D:
QuietMode=false
SNACPatch=
SupportPatch=
Unattended=false
WorkDir=D:
>>
ScuProgressDlg: etupFinished()
ScuProgressDlg: ialogProc() installation done. waiting for setup mgr
Component update returned a fatal error : 2203
Error Code: 0x8007089b (2203)
Windows Error Text: The password parameter is invalid.
Source File Name: SqlSupport.msi
Compiler Timestamp: Thu Sep 1 22:23:04 2005
Function Name: InstallFinalize
Source Line Number: 1564
Class not registered.
Error: Failed to add file :»C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0002_CAPRIDR_.NET Framework 2.0.log» to cab file : «C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSqlSetup0002.cab» Error Code : 2
Error: Failed to add file :»C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0002_CAPRIDR_.NET Framework 2.0 LangPack.log» to cab file : «C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSqlSetup0002.cab» Error Code : 2
Error: Failed to add file :»C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0002_CAPRIDR_.NET Framework Upgrade Advisor.log» to cab file : «C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSqlSetup0002.cab» Error Code : 2
Error: Failed to add file :»C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0002_CAPRIDR_.NET Framework Upgrade Advisor LangPack.log» to cab file : «C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSqlSetup0002.cab» Error Code : 2
Error: Failed to add file :»C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0002_CAPRIDR_.NET Framework Windows Installer.log» to cab file : «C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSqlSetup0002.cab» Error Code : 2
Error: Failed to add file :»C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0002_CAPRIDR_.NET Framework Windows Installer LangPack.log» to cab file : «C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSqlSetup0002.cab» Error Code : 2
Running: UploadDrWatsonLogAction at: 2008/1/12 22:19:36
Message pump returning: 2203
Ensure that you install from your local hard disk by copying the same folder structures namely Tools and Servers from the CD
Perhaps this is the problem. I downloaded two iso files from MSDN and used an iso buster to burn the CD’s.
en_sql_32005_std_x86_cd1.iso and ..cd2.iso
The directory structure on both CD’s do not list a tools and servers directory whatsoever.
The root Directory structure on CD1 and CD2 are the same and are as follows:
Directory Report: Current Directory Report
2/13/2008 1:36:54 PM
Disk D:
File system type: CDFS
Allocation Block Size = 2048 bytes
0 bytes free
—————————————
D:
20 files, 3 directories
76 files in all subdirectories, 9 directories in all subdirectories
5,909,662 bytes
5,931,008 actual bytes
428,417,019 bytes including all subdirectories
428,492,800 actual bytes including all subdirectories
Directory: Setup
Size: 342,872,102 bytes
Size: 342,908,928 actual bytes
Size including all subdirectories: 344,885,733 bytes
Size including all subdirectories: 344,936,448 actual bytes
Create date: 10/15/2005 5:19:35 AM
Access date: (unknown)
Modify date: 10/15/2005 5:19:35 AM
Attributes: R
Directory: redist
Size: 0 bytes
Size: 0 actual bytes
Size including all subdirectories: 77,618,264 bytes
Size including all subdirectories: 77,621,248 actual bytes
Create date: 10/15/2005 5:19:28 AM
Access date: (unknown)
Modify date: 10/15/2005 5:19:28 AM
Attributes: R
Directory: 1033
Size: 3,360 bytes
Size: 4,096 actual bytes
Size including all subdirectories: 3,360 bytes
Size including all subdirectories: 4,096 actual bytes
Create date: 10/15/2005 5:19:27 AM
Access date: (unknown)
Modify date: 10/15/2005 5:19:27 AM
Attributes: R
setup.exe
Size: 2,068,184 bytes
Actual Size: 2,068,480 bytes
Create date: 10/14/2005 4:51:24 AM
Access date: (unknown)
Modify date: 10/14/2005 4:51:24 AM
Attributes: R
VER Language: Language Neutral
VER Company Name: Microsoft Corporation
VER Description: SQL Server Setup
VER Version: 2005.090.1399.00
VER Internal Name: setup
VER Legal Copyright: © Microsoft Corp. All rights reserved.
VER Original Filename: setup.exe
VER Product Name: Microsoft SQL Server
VER Product Version: 9.00.1399.06
VER Comments: NT INTEL X86
VER Legal Trademarks: Microsoft® is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation
DbgHelp.dll
Size: 1,045,720 bytes
Actual Size: 1,046,528 bytes
Create date: 10/14/2005 4:33:10 AM
Access date: (unknown)
Modify date: 10/14/2005 4:33:10 AM
Attributes: R
VER Language: English (United States)
VER Company Name: Microsoft Corporation
VER Description: Windows Image Helper
VER Version: 6.5.0003.7 (vbl_core_fbrel(jshay).050527-1915)
VER Internal Name: DBGHELP.DLL
VER Legal Copyright: © Microsoft Corporation. All rights reserved.
VER Original Filename: DBGHELP.DLL
VER Product Name: Debugging Tools for Windows(R)
VER Product Version: 6.5.0003.7
sqlcu.dll
Size: 670,424 bytes
Actual Size: 671,744 bytes
Create date: 10/14/2005 4:51:44 AM
Access date: (unknown)
Modify date: 10/14/2005 4:51:44 AM
Attributes: R
VER Language: Language Neutral
VER Company Name: Microsoft Corporation
VER Description: SQL Server Component Update
VER Version: 2005.090.1399.00
VER Internal Name: sqlcu
VER Legal Copyright: © Microsoft Corp. All rights reserved.
VER Original Filename: sqlcu.dll
VER Product Name: Microsoft SQL Server
VER Product Version: 9.00.1399.06
VER Comments: NT INTEL X86
VER Legal Trademarks: Microsoft® is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation
msvcr80.dll
Size: 626,688 bytes
Actual Size: 626,688 bytes
Create date: 10/14/2005 1:26:40 AM
Access date: (unknown)
Modify date: 10/14/2005 1:26:40 AM
Attributes: R
VER Language: English (United States)
VER Company Name: Microsoft Corporation
VER Description: Microsoft® C Runtime Library
VER Version: 8.00.50727.42
VER Internal Name: MSVCR80.DLL
VER Legal Copyright: © Microsoft Corporation. All rights reserved.
VER Original Filename: MSVCR80.DLL
VER Product Name: Microsoft® Visual Studio® 2005
VER Product Version: 8.00.50727.42
msvcp80.dll
Size: 548,864 bytes
Actual Size: 548,864 bytes
Create date: 10/14/2005 1:26:40 AM
Access date: (unknown)
Modify date: 10/14/2005 1:26:40 AM
Attributes: R
VER Language: English (United States)
VER Company Name: Microsoft Corporation
VER Description: Microsoft® C++ Runtime Library
VER Version: 8.00.50727.42
VER Internal Name: MSVCP80.DLL
VER Legal Copyright: © Microsoft Corporation. All rights reserved.
VER Original Filename: MSVCP80.DLL
VER Product Name: Microsoft® Visual Studio® 2005
VER Product Version: 8.00.50727.42
sqlcu.rll
Size: 201,944 bytes
Actual Size: 202,752 bytes
Create date: 10/14/2005 4:48:50 AM
Access date: (unknown)
Modify date: 10/14/2005 4:48:50 AM
Attributes: R
VER Language: English (United States)
VER Company Name: Microsoft Corporation
VER Description: SQL Server Component Update Resources Library
VER Version: 2005.090.1399.00
VER Internal Name: sqlcu
VER Legal Copyright: © Microsoft Corp. All rights reserved.
VER Original Filename: sqlcu.rll
VER Product Name: Microsoft SQL Server
VER Product Version: 9.00.1399.06
VER Comments: NT INTEL X86
VER Legal Trademarks: Microsoft® is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation
setup.rll
Size: 199,896 bytes
Actual Size: 200,704 bytes
Create date: 10/14/2005 4:48:49 AM
Access date: (unknown)
Modify date: 10/14/2005 4:48:49 AM
Attributes: R
VER Language: English (United States)
VER Company Name: Microsoft Corporation
VER Description: SQL Server Setup Resources
VER Version: 2005.090.1399.00
VER Internal Name: setup
VER Legal Copyright: © Microsoft Corp. All rights reserved.
VER Original Filename: setup.rll
VER Product Name: Microsoft SQL Server
VER Product Version: 9.00.1399.06
VER Comments: NT INTEL X86
VER Legal Trademarks: Microsoft® is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation
ReadmeSQL2005.htm
Size: 171,418 bytes
Actual Size: 172,032 bytes
Create date: 10/8/2005 11:18:38 PM
Access date: (unknown)
Modify date: 10/8/2005 11:18:38 PM
Attributes: R
xmlrw.dll
Size: 167,128 bytes
Actual Size: 167,936 bytes
Create date: 10/14/2005 4:53:34 AM
Access date: (unknown)
Modify date: 10/14/2005 4:53:34 AM
Attributes: R
VER Language: Language Neutral
VER Company Name: Microsoft Corporation
VER Description: Microsoft XML Slim Library
VER Version: 2.00.3604.0 built by: (_sqlbld)
VER Internal Name: xmlrw.dll
VER Legal Copyright: © Microsoft Corporation. All rights reserved.
VER Original Filename: xmlrw.dll
VER Product Name: Microsoft XML Core Services
VER Product Version: 2.00.3604.0
RequirementsSQL2005.htm
Size: 63,841 bytes
Actual Size: 65,536 bytes
Create date: 9/21/2005 2:09:15 AM
Access date: (unknown)
Modify date: 9/21/2005 2:09:15 AM
Attributes: R
Источник
I installed some SQL Server Instances in 2005 and 2016 version. Now, I am trying install 2017 version, but I get the following message:
=== Verbose logging started: 07/09/2018 15:08:25 Build type: SHIP UNICODE 5.00.10011.00 Calling process: C:UsersSoporte-07DownloadsSQLEXPR_x64_ENUx64ScenarioEngine.exe ===
MSI (c) (1C:00) [15:08:25:810]: Resetting cached policy values
MSI (c) (1C:00) [15:08:25:810]: Machine policy value 'Debug' is 0
MSI (c) (1C:00) [15:08:25:810]: ******* RunEngine:
******* Product: C:UsersSoporte-07DownloadsSQLEXPR_x64_ENU1033_ENU_LPx64setupSqlSupport.msi
******* Action:
******* CommandLine: **********
MSI (c) (1C:00) [15:08:25:811]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (1C:00) [15:08:25:811]: Grabbed execution mutex.
MSI (c) (1C:00) [15:08:25:813]: Cloaking enabled.
MSI (c) (1C:00) [15:08:25:813]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (1C:00) [15:08:25:814]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (BC:C8) [15:08:25:818]: Running installation inside multi-package transaction C:UsersSoporte-07DownloadsSQLEXPR_x64_ENU1033_ENU_LPx64setupSqlSupport.msi
MSI (s) (BC:C8) [15:08:25:818]: Grabbed execution mutex.
MSI (s) (BC:4C) [15:08:25:819]: MainEngineThread is returning 1603
MSI (s) (BC:C8) [15:08:25:820]: User policy value 'DisableRollback' is 0
MSI (s) (BC:C8) [15:08:25:820]: Machine policy value 'DisableRollback' is 0
MSI (s) (BC:C8) [15:08:25:820]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (BC:C8) [15:08:25:821]: Note: 1: 1402 2: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionInstallerRollbackScripts 3: 2
MSI (s) (BC:C8) [15:08:25:821]: Note: 1: 1402 2: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionInstallerRollbackScripts 3: 2
MSI (s) (BC:C8) [15:08:25:821]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (1C:00) [15:08:25:822]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (1C:00) [15:08:25:823]: MainEngineThread is returning 1603
=== Verbose logging stopped: 07/09/2018 15:08:25 ===
I tried to change using the SYSTEM user but it didn’t work. Any ideas?
asked Sep 7, 2018 at 20:30
4
I found a solution. My error was I installed SQL Management Studio 17.9 before when I should had installed first the SQL instance . So uninstalling SQL Management Studio and all their related componets allowed me to install SQL Server 2017 whithout problems.
Thanks anyway for your answers, Ken.
answered Sep 10, 2018 at 19:05
Проблема
Vault устанавливается на Windows Server с установленным SQL Server. В некоторых случаях возникает ошибка 1603.
Причины:
SQL Server уже установлен, но настроен неправильно.
Решение
Установите и настройте SQL Server, как описано в интерактивной справке. Перед установкой Vault SQL Server.
Примечание. Убедитесь, что файл установки совместим с возможностями ЦП: 32-разрядные процессоры работают только с соответствующими 32-разрядными файлами установки.
Если SQL уже установлен и не может быть удален, удалите все компоненты с помощью командной строки. Перед удалением SQL Server убедитесь, что текущая база данных была недавно создана, так как она будет также удалена. Используйте эту команду для получения GUID для каждого компонента SQL:
WMIC PRODUCT GET Caption, IdentifyingNumber > c:info.txt
Используя GUID программного обеспечения, удалите компонент с помощью синтаксиса:
MSIEXEC /X {GUID}
Дополнительные сведения об ошибке установки 1603 см. в следующей статье: «Ошибка установки 1603. Неустранимая ошибка при установке» во время установки программного обеспечения Autodesk
См. также:
- Версия Express
- Руководство по расширенной конфигурации
- Поддержка Microsoft SQL Server на контроллере домена
Программы
Vault Workgroup; Vault Professional; Vault Basic
Summary.txt listed below:
Configuration file: C:Program FilesMicrosoft SQL Server100Setup BootstrapLog20150626_152929 ConfigurationFile.ini
Detailed results:
Feature: Integration Services
Status: Failed: see logs for details
MSI status: Failed: see details below
MSI error code: 0x1603
MSI log file location: C:Program FilesMicrosoft SQL Server100Setup BootstrapLog20150626_152929trin_aide_Cpu32_1.log
MSI error description:
Configuration status: Passed
Feature: Management Tools — Complete
Status: Failed: see logs for details
MSI status: Failed: see details below
MSI error code: 0x1603
MSI log file location: C:Program FilesMicrosoft SQL Server100Setup BootstrapLog20150626_152929trin_aide_Cpu32_1.log
MSI error description:
Configuration status: Passed
Feature: Management Tools — Basic
Status: Failed: see logs for details
MSI status: Failed: see details below
MSI error code: 0x1603
MSI log file location: C:Program FilesMicrosoft SQL Server100Setup BootstrapLog20150626_152929trin_aide_Cpu32_1.log
MSI error description:
Configuration status: Passed
Feature: Business Intelligence Development Studio
Status: Failed: see logs for details
MSI status: Failed: see details below
MSI error code: 0x1603
MSI log file location: C:Program FilesMicrosoft SQL Server100Setup BootstrapLog20150626_152929trin_aide_Cpu32_1.log
MSI error description:
Configuration status: Passed
- Remove From My Forums
-
Question
-
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 FilesMicrosoft SQL Server100Setup BootstrapLog20160430_122114HDPSsql_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.29I could see below error in the file C:Program FilesMicrosoft SQL Server100Setup BootstrapLog20160430_122114HDPSsql_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 FilesMicrosoft SQL Server100Setup BootstrapLog20160430_122114HDPSsql_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 FilesMicrosoft SQL Server100Setup BootstrapLog20160430_122114HDPSsql_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:WINDOWSInstaller23facb.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.
Ошибка №: 408784 (SQLBUDT)
Проблема
При установке Microsoft SQL Server 2005 появляется следующее сообщение об ошибке:
Во время выполнения мастера установки произошла непредвиденная ошибка. Обратитесь к журналу установки или нажмите кнопку «Справка» для получения дополнительных сведений.
В файл журнала SQLSetupЧисло_Имя_сервера_Core(local).log при этом записывается сообщение об ошибке, приведенное ниже.
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: sqlchainingsqlprereqpackagemutator.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: packageengineinstallpackageaction.cpp
Compiler Timestamp: Fri Jul 1 01:28:25 2005
Function Name: sqls::InstallPackageAction::perform
Source Line Number: 167
—- Context ————————————————
sqls::InstallPackageAction::perform
Примечания
-
Файл SQLSetupЧисло_Имя_сервера_Core(local).log находится в следующей папке:
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFiles
-
Число — это число, которое увеличивается при каждой установке сервера SQL Server 2005. Файл журнала, имя которого включает наибольшее Число, является файлом журнала последней установки SQL Server 2005.
Причина
Данная проблема возникает из-за того, что папки с файлами, необходимыми для установки SQL Server 2005, имеют неверную структуру.
Наиболее часто она возникает при установке SQL Server 2005 из общей сетевой папки или папки на жестком диске, скопированной с установочных компакт-дисков SQL Server 2005.
Временное решение
Чтобы обойти данную проблему, следует исправить структуру папок, используемых для установки SQL Server 2005.
При установке SQL Server 2005 используются две следующие папки:
-
Servers
-
Tools
Обе эти папки должны иметь одинаковый уровень вложенности или находиться в корневом каталоге диска, а их имена не могут быть другими. Папка Servers содержит все файлы, необходимые для установки основных компонентов SQL Server 2005, таких как ядро СУБД. Папка Tools содержит компоненты программных средств и электронную документацию по SQL Server 2005.
Дополнительная информация
Чтобы скопировать файлы с установочных компакт-дисков SQL Server 2005 в папку и установить SQL Server 2005 из этой папки, выполните описанные ниже действия.
Примечание. В данном примере файлы с установочных компакт-дисков SQL Server 2005 копируются в папку D:SQLServer2005.
-
Создайте в папке D:SQLServer2005 две следующих папки:
-
Servers
-
Tools
-
-
Скопируйте все файлы с установочного компакт-диска SQL Server 2005, который называется Servers, в папку D:SQLServer2005Servers.
-
Скопируйте все файлы с установочного компакт-диска SQL Server 2005, который называется Tools, в папку D:SQLServer2005Tools.
-
Откройте папку D:SQLServer2005Servers и дважды щелкните файл Setup.exe, чтобы запустить программу установки SQL Server 2005.
Загружаемая с сайта MSDN CTP-версия SQL Server 2005 для разработчиков также состоит из двух файлов. Для выполнения полной установки SQL Server 2005 необходимо загрузить файлы Servers и Tools в одноименные папки, которые должны иметь одинаковый уровень вложенности или находиться в корневом каталоге диска.
Нужна дополнительная помощь?
Microsoft SQL Server Database Services and Analysis Services Failed Update With Error Code 1603
7:00 AM
El DiPablo
The other night I was trying to configure a simple database backup maintenance job on one of my company’s older Microsoft SQL 2005 servers. For some reason every time I tried to run the maintenance job I created it would fail for some reason.
Well after Googling around someone suggested that it might be a problem where Microsoft SQL Management Studio was a different version than the database services. Looking at it that was the case. Database services was at version 9.00.4035 and Microsoft SQL Management Studio was running 9.00.500. Apparently at some point, someone tried to run the SP4 upgrade and it failed and they just left it (Evil eyes goes to the DBA).
Anyhoo, so I decided to try and install SP4 for Microsoft SQL 2005, and it kept failing for database services and analysis services with an error similar to this:
Service Pack 4 for SQL Server Database Services 2005 ENU (KB2463332) could not be installed. Error code 1603.
Or
Service Pack 4 for SQL Server Analysis Services 2005 ENU (KB2463332) could not be installed. Error code 1603.
Apparently that is a common issue. To fix it you have to remove a few registry keys. MAKE SURE TO MAKE A BACKUP OF THOSE KEYS FIRST!
Remove the following to get database services to update:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerMSSQL.1SetupSQLGroup
HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerMSSQL.1SetupAGTGroup
HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerMSSQL.1SetupFTSGroup
Remove the following to get analysis services to update:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerMSSQL.2SetupASGroup
That’s it, after removing those registry keys the upgrade went smoothly… Oh, and the upgrade also fixed my maintenance job problem!
Trying to install SQL Server 2005 on Windows 7 Pro (x64). It was previously uninstalled and working however our client uninstalled it from their device after getting Blue Screen crashes.
Now when trying to install SQL Server 2005 Express Service Pack 4 (or without SP, or with SP3) we get Error 1603.
The file was downloaded from Microsoft Website and is copied on the C Drive. I have tried manually installing using command prompt etc with the same issue.
I know SQL Server 2005 is no longer in support and not officially supported in Windows 7 but it was working fine and it’s the only thing that works with the legacy software we are using it with.
Text
Property(S): DATABASE = c:WindowsInstaller798f0.msi Property(S): OriginalDatabase = c:532c2f1bfb183c9f06674dedSetupSqlSupport.msi Property(S): UILevel = 2 Property(S): ACTION = INSTALL Property(S): ROOTDRIVE = c: Property(S): CostingComplete = 1 Property(S): OutOfDiskSpace = 0 Property(S): OutOfNoRbDiskSpace = 0 Property(S): PrimaryVolumeSpaceAvailable = 0 Property(S): PrimaryVolumeSpaceRequired = 0 Property(S): PrimaryVolumeSpaceRemaining = 0 Property(S): INSTALLLEVEL = 1 Property(S): SOURCEDIR = c:532c2f1bfb183c9f06674dedSetup Property(S): SourcedirProduct = {53F5C3EE-05ED-4830-994B-50B2F0D50FCE} MSI (s) (FC:98) [13:29:46:923]: Windows Installer installed the product. Product Name: Microsoft SQL Server Setup Support Files (English). Product Version: 9.00.5000.00. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation success or error status: 1603. MSI (s) (FC:98) [13:29:46:924]: Deferring clean up of packages/files, if any exist MSI (s) (FC:98) [13:29:46:924]: MainEngineThread is returning 1603 MSI (s) (FC:24) [13:29:46:926]: RESTART MANAGER: Session closed. MSI (s) (FC:24) [13:29:46:926]: No System Restore sequence number for this installation. === Logging stopped: 08/07/2016 13:29:46 === MSI (s) (FC:24) [13:29:46:927]: User policy value 'DisableRollback' is 0 MSI (s) (FC:24) [13:29:46:927]: Machine policy value 'DisableRollback' is 0 MSI (s) (FC:24) [13:29:46:928]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (s) (FC:24) [13:29:46:928]: Note: 1: 1402 2: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionInstallerRollbackScripts 3: 2 MSI (s) (FC:24) [13:29:46:928]: Note: 1: 1402 2: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionInstallerRollbackScripts 3: 2 MSI (s) (FC:24) [13:29:46:928]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 MSI (s) (FC:24) [13:29:46:928]: Restoring environment variables MSI (s) (FC:24) [13:29:46:929]: Destroying RemoteAPI object. MSI (s) (FC:4C) [13:29:46:929]: Custom Action Manager thread ending. MSI (c) (70:50) [13:29:46:929]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 MSI (c) (70:50) [13:29:46:930]: MainEngineThread is returning 1603 === Verbose logging stopped: 08/07/2016 13:29:46 ===