i'm stuck trying to solve an issue with a brand-new installation of two sql-server 2017 developer edition, in two different commodity server.
The problem arise with the tentative of merge-replicate one database. Every chanche to sync the subscriber ( in a lot of different combo and scenario ) ends up with the following error:
exec sys.sp_MSaddmergetriggers N'systemunits', N'dbo', null, 0**************deferred cmd exec completed
Cannot find the object 'MSmerge_ctsv_A6203259D69B49709C5BE266A99D0DBC', because it does not exist or you do not have permission.
I have installed the default-instace of sql server on both the server, no rename of the server has been done after the installation.
Any suggestions?