Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.56 KB

File metadata and controls

38 lines (32 loc) · 1.56 KB
title MSSQL_ENG020572
description MSSQL_ENG020572
author MashaMSFT
ms.author mathoma
ms.date 09/25/2024
ms.service sql
ms.subservice replication
ms.topic reference
ms.custom
updatefrequency5
helpviewer_keywords
MSSQL_ENG020572 error
monikerRange =azuresqldb-mi-current||>=sql-server-2016

MSSQL_ENG020572

[!INCLUDE SQL Server SQL MI]

Message Details

Attribute Value
Product Name SQL Server
Event ID 20572
Event Source MSSQLSERVER
Component [!INCLUDEssDEnoversion]
Symbolic Name
Message Text Subscriber '%s' subscription to article '%s' in publication '%s' has been reinitialized after a validation failure.

Explanation

The data at the Subscriber was validated against the data at the Publisher, and the data did not match; therefore validation failed. When you specified that validation should be performed, you selected the option that a subscription should be reinitialized if validation failed. Reinitializing a subscription involves applying a new snapshot at the Subscriber. For more information about validation, see Validate Replicated Data.

User Action

Data at the Publisher and Subscriber will match after the new snapshot is applied at the Subscriber.

Related content