SQL Server Errors or Failures from Error: 21347 to Error: 21366

Error: 21347, Severity: 16, Column ‘%s’ cannot be excluded from the vertical partitioning because there is a unique index accessing this column.
Error: 21348, Severity: 16, Invalid property name ‘%s’.
Error: 21349, Severity: 10, Warning: only Subscribers running SQL Server 7.0 Service Pack 2 or later can synchronize with publication ‘%s’ because decentralized conflict logging is designated.
Error: 21350, Severity: 10, Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication ‘%s’ because a compressed snapshot is used.
Error: 21351, Severity: 10, Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication ‘%s’ because vertical filters are being used.
Error: 21352, Severity: 10, Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication ‘%s’ because schema replication is performed.
Error: 21353, Severity: 10, Warning: only Subscribers running SQL Server 7.0 Service Pack 2 or later can synchronize with publication ‘%s’ because publication wide reinitialization is performed.
Error: 21354, Severity: 10, Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication ‘%s’ because publication wide reinitialization is performed.
Error: 21355, Severity: 10, Warning: only Subscribers running SQL Server 7.0 Service Pack 2 or later can synchronize with publication ‘%s’ because merge metadata cleanup task is performed.
Error: 21356, Severity: 10, Warning: only Subscribers running SQL Server 7.0 Service Pack 2 or later can synchronize with publication ‘%s’ because publication wide validation task is performed.
Error: 21357, Severity: 10, Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication ‘%s’ because data types new in SQL Server 2000 exist in one of its articles.
Error: 21358, Severity: 10, Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication ‘%s’ because at least one timestamp column exists in one of its articles.
Error: 21359, Severity: 10, Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication ‘%s’ because automatic identity ranges are being used.
Error: 21360, Severity: 10, Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication ‘%s’ because a new article has been added to the publication after its snapshot has been generated.
Error: 21361, Severity: 16, The specified @agent_jobid is not a valid job id for a ‘%s’ agent job.
Error: 21362, Severity: 16, Merge filter ‘%s’ does not exist.
Error: 21363, Severity: 16, Failed to add publication ‘%s’ to Active Directory. %s
Error: 21364, Severity: 16, Could not add article ‘%s’ because a snapshot is already generated. Set @force_invalidate_snapshot to 1 to force this and invalidate the existing snapshot.
Error: 21365, Severity: 16, Could not add article ‘%s’ because there are active subscriptions. Set @force_reinit_subscription to 1 to force this and reinitialize the active subscriptions.
Error: 21366, Severity: 16, Could not add filter ‘%s’ because a snapshot is already generated. Set @force_invalidate_snapshot to 1 to force this and invalidate the existing snapshot.
This is applicable on below versions of SQL Server
SQL Server 2005
SQL Server 2008 R2
SQL Server 2012
SQL Server 2014
Hope this was helpful.
Thanks,
SQLServerF1 Team
In-Depth Blogs on SQL Server, Information about SQL Server Conferences and Events, SQL Server Frequently asked questions, SQL Server Trainings.