| ||
| ||
| Marc 2005-10-13 06:30:57.93 spid5s Starting up database 'master'. 2005-10-13 06:30:58.01 spid5s SQL Trace ID 1 was started by login "sa". 2005-10-13 06:30:58.01 spid5s Starting up database 'mssqlsystemresource'. 2005-10-13 06:30:58.10 spid5s Server name is "#####". This is an informational message only. No user action is required. 2005-10-13 06:30:58.12 spid9s Starting up database 'model'. 2005-10-13 06:30:58.18 spid9s Clearing tempdb database. 2005-10-13 06:30:58.22 Server The certificate was successfully loaded for encryption. 2005-10-13 06:30:58.22 Server Error: 17182, Severity: 16, State: 1. 2005-10-13 06:30:58.22 Server TDSSNIClient initialization failed with error 0x7e, status code 0x60. 2005-10-13 06:30:58.22 Server Error: 17182, Severity: 16, State: 1. 2005-10-13 06:30:58.22 Server TDSSNIClient initialization failed with error 0x7e, status code 0x1. 2005-10-13 06:30:58.22 Server Error: 17826, Severity: 18, State: 3. 2005-10-13 06:30:58.22 Server 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. 2005-10-13 06:30:58.22 Server Error: 17120, Severity: 16, State: 1. 2005-10-13 06:30:58.22 Server SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems. ---------------------------------------------------------------------------------------------------------- |
Just wanted to pass this on, as I was running into the same problem - arrrrgggh!
On another forum someone suggested that the VIA Protocol should be disabled (unless of course you use VIA Hardware.)
I did this and the MSSQL Server immediately connected!
Not even really sure what VIA is! ![]()
Cheers
Thanks for your post.
I had the same problem and solution was to disable VIA.
I also don't know what is VIA :)
Regards
Aseem Bansal
VIA is special network interface that can perform faster and lighter weighted RDMA than TCP. It is used for high end server. It requires special VIA hardware and libraries to work. What you saw in the errorlog indicates VIA is enabled but via library fails to be loaded. If you do not have VIA setup for your machine. You shouldn't enable VIA.
-Nan
Check what network protocols are enabled for SQL Server in the SQL Configuration Manager application. If the VIA protocol is enabled disable it and then try starting the SQL Server service again.
Hope this helps,
Sivaji Raju