【问题标题】:Clickonce installer installing SQL Server 2016 Express fails with errorcode -2061893613, what does error code -2061893613 mean?安装 SQL Server 2016 Express 的 Clickonce 安装程序失败,错误代码为 -2061893613,错误代码 -2061893613 是什么意思?
【发布时间】:2021-08-28 00:32:39
【问题描述】:

使用集成 SQL Server Express 安装的 ClickOnce 安装失败,错误代码为 -2061893613,日志中显示以下内容:

“SqlExpress2016\BOOTSTRAP.EXE”命令的检查结果为“Install”

'SQL Server 2016 Express - xxxxxx' RunCheck 结果:需要安装

验证 C:\Users\xxxxx\AppData\Local\Temp\VSD7E54.tmp\SqlExpress2016\BOOTSTRAP.EXE 的文件完整性
验证文件哈希
使用命令 'C:\Users\xxxxxxx\AppData\Local\Temp\VSD7E54.tmp\SqlExpress2016\BOOTSTRAP.EXE' 和参数 '/ACTION=Install ........' 进行安装

进程退出,代码为 -2061893613
安装后包“SQL Server 2016 Express - xxxxx”的状态为“InstallFailed”

【问题讨论】:

    标签: sql-server clickonce silent-installer


    【解决方案1】:

    ;TLDR,公司有一个密码强度要求的策略,安装脚本中使用的默认 SA 密码无法满足该要求。

    从故障机器上的“C:\Program Files\Microsoft SQL Server\130\Setup Bootstrap\Log”获取日志文件,它在 Summary.txt 中是一个死的赠品:

    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2061893613
      Exit facility code:            1306
      Exit error code:               19
      Exit message:                  The specified sa password does not meet strong password requirements. For more information about strong password requirements, see "Database Engine Configuration - Account Provisioning" in Setup Help or in %SQL_PRODUCT_SHORT_NAME% Books Online.
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-10-07
      • 1970-01-01
      • 1970-01-01
      • 2022-12-08
      • 1970-01-01
      相关资源
      最近更新 更多