Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.14 KB

File metadata and controls

32 lines (27 loc) · 1.14 KB
title MSSQLSERVER_8443
description MSSQLSERVER_8443
author MashaMSFT
ms.author mathoma
ms.date 04/04/2017
ms.service sql
ms.subservice supportability
ms.topic reference
helpviewer_keywords
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.