AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 546988
Accepted
Jeff
Jeff
Asked: 2013-10-19 05:37:40 +0800 CST2013-10-19 05:37:40 +0800 CST 2013-10-19 05:37:40 +0800 CST

无法在 Server 2012 上安装 SQL Server

  • 772

问题

我一直在尝试在 Windows Server 2012 上安装 SQL Server 2012。我不断收到同样的错误:

Managed SQL Server Installer has stopped working

Problem signature:
  Problem Event Name:   CLR20r3
  Problem Signature 01: scenarioengine.exe
  Problem Signature 02: 11.0.3000.0
  Problem Signature 03: 5081b97a
  Problem Signature 04: Microsoft.SqlServer.Chainer.Setup
  Problem Signature 05: 11.0.3000.0
  Problem Signature 06: 5081b97a
  Problem Signature 07: 18
  Problem Signature 08: 0
  Problem Signature 09: System.IO.FileLoadException
  OS Version:   6.2.9200.2.0.0.272.79
  Locale ID:    1033
  Additional Information 1: c319
  Additional Information 2: c3196e5863e32e0baf269d62f56cbc70
  Additional Information 3: 422d
  Additional Information 4: 422d950c58f4efd1ef1d8394fee5d263

我试过的

在最初的谷歌搜索之后,我尝试了以下事情:

  • 浏览硬件和软件先决条件列表。默认情况下,所有软件似乎都在 Server 2012 上,我的硬件满足要求。
  • 将安装介质复制到本地驱动器并尝试从该驱动器(而不是 DVD)安装。这产生了同样的错误。
  • 根据另一条错误消息,我安装了 .NET 4.0(这显然不是在开箱即用的 Server 2012 上)。同样的错误。
  • 从命令行安装。这也不起作用,但它给了我一个不同的错误:

错误:

Unhandled Exception: System.IO.FileLoadException: Could not load file or assembl
y 'Microsoft.SqlServer.Configuration.Sco, Version=11.0.0.0, Culture=neutral, Pub
licKeyToken=89845dcd8080cc91' or one of its dependencies. Strong name validation
 failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityExcep
tion: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.CheckForBoo
leanInputSettingExistenceFromCommandLine(ServiceContainer context, String settin
gName)
   at Microsoft.SqlServer.Chainer.Setup.Setup.DebugBreak(ServiceContainer contex
t)
   at Microsoft.SqlServer.Chainer.Setup.Setup.Main()

应用程序日志有这个:

事件 ID 1026

Application: ScenarioEngine.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileLoadException
Stack:
   at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.CheckForBooleanInputSettingExistenceFromCommandLine(Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer, System.String)
   at Microsoft.SqlServer.Chainer.Setup.Setup.DebugBreak(Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer)
   at Microsoft.SqlServer.Chainer.Setup.Setup.Main()

事件 ID 1000:

Faulting application name: ScenarioEngine.exe, version: 11.0.3000.0, time stamp: 0x5081b97a
Faulting module name: KERNELBASE.dll, version: 6.2.9200.16384, time stamp: 0x5010ab2d
Exception code: 0xe0434352
Fault offset: 0x00000000000189cc
Faulting process id: 0x8fc
Faulting application start time: 0x01cecc205109f96e
Faulting application path: D:\x64\ScenarioEngine.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: 9174db4d-3813-11e3-93f1-000c29908169
Faulting package full name: 
Faulting package-relative application ID: 

有什么我想念的想法吗?

windows-server-2012
  • 2 2 个回答
  • 10591 Views

2 个回答

  • Voted
  1. Best Answer
    Jeff
    2013-10-19T09:25:27+08:002013-10-19T09:25:27+08:00

    我想通了——部分安装需要 .NET 3.5,这在 Server 2012 上不是标准的。要在 Server 2012 上启用此功能,您需要放入 2012 磁盘,并在 shell 提示符下键入以下命令:

    dism /online /enable-feature /featurename:NetFX3 /all /Source:d:\sources\sxs /LimitAccess
    

    在这里找到了解决方案。此外,在 Microsoft 的KB2681562上再次查看了先决条件。

    • 2
  2. Dirch
    2018-01-23T05:15:27+08:002018-01-23T05:15:27+08:00

    得到几乎相同的错误。无法启动 SQL 安装向导,只有一个错误:“托管 sql server 安装程序已停止工作”+ CLR20r3 + filenotfoundexception。尝试了其他 Win2012r2 安装,新的 vanilla 安装和带有更新的新安装,但均未成功。解决方案:删除 windows 更新 kb2966826-27-28 然后它工作。链接: https: //support.microsoft.com/en-us/help/3002547/you-cannot-enable-the-microsoft--net-framework-3-5-feature-on-windows 我的上帝 - 这不是惊人的。

    • 0

相关问题

  • 一个 Active Directory,多个远程桌面服务(Server 2012 解决方案)

  • 在虚拟处理器上启用硬件辅助虚拟化?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve