Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.6 KB

File metadata and controls

38 lines (32 loc) · 1.6 KB
title MSSQL_ENG021385
description MSSQL_ENG021385
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_ENG021385 error
monikerRange =azuresqldb-mi-current||>=sql-server-2016

MSSQL_ENG021385

[!INCLUDE SQL Server SQL MI]

Message Details

Attribute Value
Product Name SQL Server
Event ID 21385
Event Source MSSQLSERVER
Component [!INCLUDEssDEnoversion]
Symbolic Name
Message Text Snapshot failed to process publication '%s'. Possibly due to active schema change activity or new articles being added.

Explanation

This error is raised if the Snapshot Agent starts running when there are ongoing changes to the publication database, including adding or dropping articles and performing schema changes on published objects.

User Action

Restart the Snapshot Agent after changes to the publication database are complete. For more information, see Start and Stop a Replication Agent (SQL Server Management Studio) and Replication Agent Executables Concepts.

Related content