SQL SEVER 安装出错:Error Code: 0x80070643 (1603)

安装SQL SERVER 2005时出现如下错误提示:

在以上提示的目录下找到文件:SQLSetup0005_K3_Core.log和SQLSetup0005_K3_Datastore.xml,打开第一个文件内容如下:

Microsoft SQL Server 2005 Setup beginning at Sat Aug 13 10:09:37 2016

Process ID      : 2252

D:\tools\SQL.2005.all.chs\SQL Server x86\Servers\setup.exe Version: 2005.90.1399.0

Running: LoadResourcesAction at: 2016/7/13 10:9:37

Complete: LoadResourcesAction at: 2016/7/13 10:9:37, returned true

Running: ParseBootstrapOptionsAction at: 2016/7/13 10:9:37

Loaded DLL:D:\tools\SQL.2005.all.chs\SQL Server x86\Servers\xmlrw.dll Version:2.0.3604.0

Complete: ParseBootstrapOptionsAction at: 2016/7/13 10:9:37, returned true

Running: ValidateWinNTAction at: 2016/7/13 10:9:37

Complete: ValidateWinNTAction at: 2016/7/13 10:9:37, returned true

Running: ValidateMinOSAction at: 2016/7/13 10:9:37

Complete: ValidateMinOSAction at: 2016/7/13 10:9:37, returned true

Running: PerformSCCAction at: 2016/7/13 10:9:37

Complete: PerformSCCAction at: 2016/7/13 10:9:37, returned true

Running: ActivateLoggingAction at: 2016/7/13 10:9:37

Complete: ActivateLoggingAction at: 2016/7/13 10:9:37, returned true

Delay load of action "DetectPatchedBootstrapAction" returned nothing. No action will occur as a result.

Action "LaunchPatchedBootstrapAction" will be skipped due to the following restrictions:

Condition "EventCondition: __STP_LaunchPatchedBootstrap__2252" returned false.

Running: PerformSCCAction2 at: 2016/7/13 10:9:37

Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.4042

Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.4042

Complete: PerformSCCAction2 at: 2016/7/13 10:9:37, returned true

Running: PerformDotNetCheck at: 2016/7/13 10:9:38

Complete: PerformDotNetCheck at: 2016/7/13 10:9:38, returned true

Running: ComponentUpdateAction at: 2016/7/13 10:9:38

Error: Action "ComponentUpdateAction" threw an exception during execution.  Error information reported during run:

<Func Name=‘UpdateComponents‘>

Error: Cannot read license file

<EndFunc Name=‘UpdateComponents‘ Return=‘1603‘ GetLastError=‘2‘>

Component update returned a fatal error : 1603

Error Code: 0x80070643 (1603)

Windows Error Text: 安装时发生严重错误

Source File Name: setup\sqlsetupactions.cpp

Compiler Timestamp: Thu Sep  1 22:23:04 2005

Function Name: sqls::ComponentUpdateAction::perform

Source Line Number: 1564

Class not registered.

Running: UploadDrWatsonLogAction at: 2016/7/13 10:9:40

Message pump returning: 1603

解决方法:

百度查出来的都是改注册表、改安装文件目录的方法,第一个修改后没用,第二个真不靠谱。分析自己操作的来龙去脉,重启服务器没用,查看文件夹内容,突然想起会不会被杀软误杀了什么东西导致(趋势杀软真不管用,还起反作用,垃圾。),幸亏还有一个ISO文件,比较了一下,不比不知道,一比吓一跳,复制到服务器上的解压后的文件夹才300+个,而原ISO文件有600+文件!原来是缺少文件导致的错误!赶紧重新复制ISO到服务器,用虚拟光驱打开,找到Server文件夹下的Setup文件运行,一切正常!

结论:

遇到问题,首先还是要从最简单的原因和最简单的方法开始!

时间: 2024-08-29 18:27:07

SQL SEVER 安装出错:Error Code: 0x80070643 (1603)的相关文章

安装了VS2010 sp1 后再安装ASP.NET MVC 3.0的问题(Final Result: Installation failed with error code: (0x80070643), &quot;安装时发生严重错误 &quot; (Ela)

原文:安装了VS2010 sp1 后再安装ASP.NET MVC 3.0的问题(Final Result: Installation failed with error code: (0x80070643), "安装时发生严重错误 " (Ela) 安装了VS2010 sp1 后再安装ASP.NET MVC 3.0的问题(Final Result: Installation failed with error code: (0x80070643), "安装时发生严重错误 &qu

mysql数据库导入sql文件时提示“Error Code: 1153 - Got a packet bigger than &#39;max_allowed_packet&#39; bytes”解决办法

向mysql数据库中导入sql文件时,如果文件过大(几百M),会提示"Error Code: 1153 - Got a packet bigger than 'max_allowed_packet' bytes" 1.查看目前数据库配置 show VARIABLES like '%max_allowed_packet%'; 显示如下结果 +--------------------+---------+ | Variable_name      | Value   | +--------

安装ASP.net mvc3 Installation failed with error code: (0x80070643), &quot;安装时发生严重错误 &quot;

你应该是使用AspNetMVC3ToolsUpdateSetup.exe安装文件安装时,没有成功. 解决办法:将AspNetMVC3ToolsUpdateSetup.exe安装文件解压,别看是exe文件,也能解压的. 解压完成后是这样的: 然后分别安装红色标注的1,2,3.按照顺序安装即可.如果你不是想在vs2010中使用mvc3,第3步可以不安装.

yum 安装 出错 Error: Protected multilib versions:

例如:安装zlib出错 yum install zlib-1.2.3-29.el6.i686 Error: Protected multilib versions: zlib-1.2.3-29.el6.i686 != zlib-1.2.3-27.el6.x86_64?You could try using --skip-broken to work around the problem?You could try running: rpm -Va --nofiles --nodigest ? 原

SQL更新语句,Error Code: 1175. You are using safe update(在进行视图更新的时候遇到)

转发于:http://blog.csdn.net/qq_26684469/article/details/51105188?locationNum=5&fps=1 原来的SET SQL_SAFE_UPDATES = 1; 如果条件定语从句where后面跟的不是主键,则会报上面的错,将上面的安全级别设低一点即可,如下: SET SQL_SAFE_UPDATES = 0; 再执行更新语句,如 SET SQL_SAFE_UPDATES = 0; update project.demand set ti

【服务器踩坑】SSMS链接Ubuntu上的SQL Server 2019 报错 TCP Provider: Error code 0x2746

昨天在一台Ubuntu18.04.2 上安装了SQL Server 2019 for Linux 服务正常启动了,但是却无法通过命令行工具或者远程Windows机器上的SSMS链接. SSMS错误是 Sqlcmd的错误是 Microsoft ODBC Driver 17 for SQL Server : TCP Provider: Error code 0x2746 关闭了防火墙,还是不行. 无奈访问了一下著名的同性交友网站Stackoverflow,其中有个帖子提到了这是由于SSL版本不一致造

安装Exchange 2010 & 2007 RU补丁时报错 Event ID: 1024 Error Code 1603

最近一个企业的朋友在部署 Exchange 2010 SP3 RU补丁的时候,无法安装补丁,并且一起遇到下图中的报错,再尝试了修改运行权限和关闭杀毒软件的办法后,依然无法解决. 后来查阅了一些KB发现,导致这个问题的最终原因是 UR补丁的"过早的结束",因为服务器上设定好了自己的User Access Control (UAC), 这个时候有的朋友也许会说,那好办,直接关掉! 但是在这里我强烈建议大家不要去做这样的操作,因为这样的策略很多时候是GPO组策略下发的,或者是本身服务器出于安

SQL Server 2012安装错误案例:Error while enabling Windows feature: NetFx3, Error Code: -2146498298

案例环境: 服务器环境 :    Windows Server 2012 R2 Standard 数据库版本 :    SQL Server 2012 SP1 案例介绍:   在Windows Server 2012 R2 Standard版本上安装SQL SERVER 2012时,安装过程弹出如下错误提示: Error while enabling Windows feature: NetFx3, Error Code: -2146498298, Please try enabling Win

SQL Server 2012安装错误:Error while enabling Windows feature: NetFx3, Error Code: -2146498298

最近在安装SQL server 2012时,碰到错误:Error while enabling Windows feature: NetFx3, Error Code: -2146498298.原本以为Windows 2012配上SQL server 2012应该是一路顺畅才对啊.下面是这个问题的描述及解决方案. 1.安装环境 OS:Windows 2012 data center版本 SQL:SQL server 2012 Enterprise 2.故障描述 3.故障解决 经查,该问题是由于未