zoukankan      html  css  js  c++  java
  • sql server存储引擎启动错误(SQL Server could not spawn FRunCM thread)

    错误信息:

    中文版:

      服务器无法在 'any' <ipv4> 1433 上侦听。错误: 0x277a。若要继续,请通知您的系统管理员。
      TDSSNIClient 初始化失败,出现错误 0x277a,状态代码 0xa。原因: 无法初始化 TCP/IP 侦听器。 无法加载或初始化请求的服务提供程序。
      TDSSNIClient 初始化失败,出现错误 0x277a,状态代码 0x1。原因: 初始化失败,出现基础结构错误。请检查以前的错误。 无法加载或初始化请求的服务提供程序。
      由于网络库中存在内部错误,所以无法启动网络库。要确定原因,请查看错误日志中紧位于此错误之前的那些错误。
      SQL Server 无法生成 FRunCM 线程。请查看 SQL Server 错误日志和 Windows 事件日志,获取有关可能发生的相关问题的信息。
      事件查看器的日志

    英文版:

    SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.

    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.

    TDSSNIClient initialization failed with error 0x2741, status code 0x1. Reason: Initialization failed with an infrastructure error. Check for previous errors. The requested address is not valid in its context.

    TDSSNIClient initialization failed with error 0x2741, status code 0xa. Reason: Unable to initialize the TCP/IP listener. The requested address is not valid in its context.

    Server failed to listen on 192.168.245.82 <ipv4> 2433. Error: 0x2741. To proceed, notify your system administrator.

    核心思路:主要是端口是不是被人占了

      cmd=> netstart -an   查看一下

    解决办法:

      1.禁用VIA与 Named Pipes

        

       2.TCP/IP中直接选择全部侦听(因为里头有1433和2433)

        

       然后再重启服务试试,这个时候一般都是没有问题了

  • 相关阅读:
    Premetheus告警QQ邮箱
    Prometheus+grafana监控SpringBoot2应用
    Grafana整合Prometheus
    Prometheus:入门初体验
    接口幂等性思路
    OpenFeign远程调用丢失请求头问题解决办法
    gradle构建脚本
    windows安装gradle
    CompletableFuture异步编排
    线程池(ThreadPoolExcutor)基本介绍
  • 原文地址:https://www.cnblogs.com/gered/p/11855251.html
Copyright © 2011-2022 走看看