TDSSNIClient 初始化失败,出现错误 0x7e,状态代码 0x60

今天特郁闷,一个数据库服务器昨天下班我还能连上上面的SQL,今天一大早就连不上,而且最先出现下面的日志文件

服务services.msc中启动SQLSERVER服务,提示启动了又自动停止的现象,查了半天结果是被人修改了网络协议,VIA本身要禁用的哦……

SQL   Server   Startup   Issue   related   to   TDSSNIClient   error   0x7e   status   0x60  
  Just   thought   I   would   jot   down   some   interesting   information   I   ran   across   while   trying   troubleshoot   securing   down   SQL   Server   2005.  
   
  Symptoms:  
  TDSSNIClient   initialization   failed   with   error   0x7e,   status   code   0x60.  
  TDSSNIClient   initialization   failed   with   error   0x7e,   status   code   0x1.  
  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.  
  SQL   Server   could   not   spawn   FRunCM   thread.   Check   the   SQL   Server   error   log   and   the   Windows   event   logs   for   information   about   possible   related   problems.  
   
  Problem:  
  If   you   inadvertantly   enable   the   VIA   protocol   (even   though   it   is   last   in   the   order)   without   the   proper   configuration   SQL   Server   will   not   load   at   all.     In   my   situation   I   did   not   need   the   VIA   protocol   so   disabling   it   fixed   the   problem   above,   or   should   I   say   stopped   the   errors   from   occuring   since   no   need   to   load   the   protocol.     By   default   (at   least   in   my   installation)   it   is   not   enabled   by   default.
 
 
 
  特别说明:
 
VIA协议不禁用就会
 
导致

  sqlserver服务无法启用
 
再导致
 
无法连接sqlserver
 

你可能感兴趣的:(职场,休闲,TDSSNIClient,0x7e,0x60)