【问题标题】:Any solution for error code 1603 in SQL Server 2017 installation?SQL Server 2017 安装中错误代码 1603 的任何解决方案?
【发布时间】:2018-09-07 20:30:58
【问题描述】:

我在 2005 和 2016 版本中安装了一些 SQL Server 实例。现在,我正在尝试安装 2017 版本,但收到以下消息:

   === Verbose logging started: 07/09/2018  15:08:25  Build type: SHIP UNICODE 5.00.10011.00  Calling process: C:\Users\Soporte-07\Downloads\SQLEXPR_x64_ENU\x64\ScenarioEngine.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:\Users\Soporte-07\Downloads\SQLEXPR_x64_ENU\1033_ENU_LP\x64\setup\SqlSupport.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:\Users\Soporte-07\Downloads\SQLEXPR_x64_ENU\1033_ENU_LP\x64\setup\SqlSupport.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_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
MSI (s) (BC:C8) [15:08:25:821]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 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 ===

我尝试使用 SYSTEM 用户进行更改,但没有成功。有什么想法吗?

【问题讨论】:

  • 我在这篇文章的任何地方都没有看到(或通过搜索找到)单词 Error,除了您的标题。您在哪里看到确切发生的错误?
  • 在日志文件中多次出现。它发生在 SQL 实例安装期间。
  • 您刚刚添加的图像中的错误描述说不满足依赖项。您是否访问了错误详细信息中的链接(不是下面的链接)以帮助解决问题?该网站告诉您做什么,您根据这些信息做了什么,以及这些努力的结果是什么?
  • 不幸的是,这个链接让我无处可去

标签: sql-server sql-server-2017 sql-server-2017-express


【解决方案1】:

我找到了解决方案。我的错误是我应该先安装 SQL 实例之前安装了 SQL Management Studio 17.9。因此,卸载 SQL Management Studio 及其所有相关组件允许我安装 SQL Server 2017 而不会出现问题。

谢谢你的回答,肯。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-08-31
    • 1970-01-01
    • 2020-02-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多