zoukankan      html  css  js  c++  java
  • Initializing the FallBack certificate failed . TDSSNIClient initialization failed

    安装SQL后服务不能启动,报错:

    2014-03-24 14:33:10.06 spid13s     Error: 17190, Severity: 16, State: 1.
    2014-03-24 14:33:10.06 spid13s     Initializing the FallBack certificate failed with error code: 1, state: 20, error number: 0.
    2014-03-24 14:33:10.06 spid13s     Unable to initialize SSL encryption because a valid certificate could not be found, and it is not possible to create a self-signed certificate.
    2014-03-24 14:33:10.06 spid13s     Error: 17182, Severity: 16, State: 1.
    2014-03-24 14:33:10.06 spid13s     TDSSNIClient initialization failed with error 0x80092004, status code 0x80. Reason: Unable to initialize SSL support. Cannot find object or property.
    2014-03-24 14:33:10.06 spid13s     Error: 17182, Severity: 16, State: 1.
    2014-03-24 14:33:10.06 spid13s     TDSSNIClient initialization failed with error 0x80092004, status code 0x1. Reason: Initialization failed with an infrastructure error. Check for previous errors. Cannot find object or property.
    2014-03-24 14:33:10.06 spid13s     Error: 17826, Severity: 18, State: 3.
    2014-03-24 14:33:10.06 spid13s     Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log.
    2014-03-24 14:33:10.06 spid13s     Error: 17120, Severity: 16, State: 1.
    2014-03-24 14:33:10.06 spid13s     SQL Server could not spawn FRunCommunicationsManager thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.

    经查原因:

    SQL启动域帐号的status=Temporary

    Windows Server 2012位置:Control Panel --> system --> Advanced system settings --> Advanced --> User Profiles -->Settings

    解决方法:

    1.SQL启动帐号改成local system.

    2.退域重加域

    之后再查启动帐号的status=Local

    参考:http://www.sqldbadiaries.com/2013/01/01/service-does-not-start-tdssniclient-initialization-failed-with-error-0x80092004-status-code-0x80/

  • 相关阅读:
    递归的一些应用(一)遍历文件夹
    获取指定路径下文件夹所有文件的大小
    JavaScript Color Picker
    在ASP.NET中,用javascript给CuteEditor控件赋值
    通过URL判断文件是否有存在
    语音验证码
    [链接].net 学习网站
    [音乐]梦中的婚礼
    [转载]天堂猎人影院的爱情狩猎
    为应用程序添加消息过滤器
  • 原文地址:https://www.cnblogs.com/nzperfect/p/3621082.html
Copyright © 2011-2022 走看看