SQL Server Error Msg 21681 – The current user ‘%s’ does not have a valid linked server login mapping for non-SQL Server Publisher [%s].  Replication connects to the Publisher through a linked server; use the stored procedure sp_addlinkedsrvlogin to map the user’s login to this linked server.

In this blog post, let’s learn about the error message “21681 – The current user ‘%s’ does not have a valid linked server login mapping for non-SQL Server Publisher [%s].  Replication connects to the Publisher through a linked server; use the stored procedure sp_addlinkedsrvlogin to map the user’s login to this linked server.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

21681 – The current user ‘%s’ does not have a valid linked server login mapping for non-SQL Server Publisher [%s].  Replication connects to the Publisher through a linked server; use the stored procedure sp_addlinkedsrvlogin to map the user’s login to this linked server.

Reason for the Error

To be update soon…

Solution

To be update soon…