Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 2.27 KB

mssqlserver-17826-database-engine-error.md

File metadata and controls

43 lines (32 loc) · 2.27 KB
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_17826
MSSQLSERVER_17826
pijocoder
jopilov
mathoma
02/02/2023
sql
supportability
reference
17826 (Database Engine error)

MSSQLSERVER_17826

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name [!INCLUDEssNoVersion]
Event ID 17826
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name SRV_BAD_SS_EP
Message Text 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.

Explanation

When SQL Server starts, one of the steps it takes is to initialize a Tabular Data Stream (TDS) listener and network libraries to accept incoming connections. If this network library initialization fails, error 17826 is raised. Typically this error is raised together with more specific errors. Those specific errors may provide more insight into the failure. Examples of such errors include MSSQLSERVER_17182 and MSSQLSERVER_17120

User Action

Review SQL Server error log located in the \Log folder for errors raised together with this error. Take action according to those more specific errors. The following articles describe commonly encountered problems with this error and the actions to take to resolve them: