MSSQLSERVER_21899

Applies to: 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