Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.14 KB

mssqlserver-8443-database-engine-error.md

File metadata and controls

32 lines (27 loc) · 1.14 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_8443
MSSQLSERVER_8443
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
8443 (Database Engine error)

MSSQLSERVER_8443

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 8443
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name SB_DIALOG_WO_CONV_GROUP
Message Text The conversation with ID '%.*ls' and initiator %d references a missing conversation group '%.*ls'. Run DBCC CHECKDB to analyze and repair the database.

Explanation

The metadata layer returned NULL for the conversation group. The database has been corrupted in some way. One possible source of corruption is a disk error.

User Action

Run DBCC CHECKDB in repair mode to bring the database back into a consistent state. It may delete messages if necessary to restore consistency. Investigate system error logs to see if this error was caused by another failure in the system.