Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 2.14 KB

mssql-repl020011.md

File metadata and controls

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

MSSQL_REPL020011

[!INCLUDE SQL Server SQL MI]

Message Details

Attribute Value
Product Name SQL Server
Event ID 20011
Event Source MSSQLSERVER
Component [!INCLUDEssDEnoversion]
Symbolic Name
Message Text The process could not execute '%1' on '%2'.

Explanation

This error can be raised in a number of circumstances during transactional replication processing, such as when the Log Reader Agent executes sp_replcmds (The process could not execute 'sp_replcmds' on <ServerName>) or sp_repldone (The process could not execute 'sp_repldone' on <ServerName>).

User Action

If this error is raised in a database that you have just restored from a backup, ensure you have followed the steps outlined in the backup and restore documentation, including executing sp_replrestart if appropriate. For more information, see Strategies for Backing Up and Restoring Snapshot and Transactional Replication.

This error is an internal processing error and if it is raised in circumstances other than a restore, it typically indicates that replication must be removed and reconfigured. If you cannot remove replication, contact customer support for assistance.

Related content