Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.37 KB

mssqlserver-21899-database-engine-error.md

File metadata and controls

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

MSSQLSERVER_21899

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 21899
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name SQLErrorNum21899
Message Text The query at the redirected publisher '%s' to determine whether there were sysserver entries for the subscribers of the original publisher '%s' failed with error '%d', error message '%s'.

Explanation

sp_validate_redirected_publisher queries the subscription metadata tables of the publisher database at the remote server to determine its associated subscribers. Error 21899 is returned if this query fails. The validation query requires access to the published database at the redirected publisher. If the login specified when sp_adddistpublisher is called for the original publisher is not authorized to access the published database at the redirected publisher, error 21899 is returned.

User Action

Review the cited error message to determine the cause of the failure and take appropriate corrective action