I have never worked with SQL Server replication and am now in an environment with SQL Server 2012 merge replication. On 3/29 and 3/30 there are 13 of 19 replication jobs which are failing with detect nonlogged agent shutdown on the subscribers.
The publisher and distributor are on the same server. There are 2 publications which are failing. Some of the errors are
The process could not connect to Subscriber
and some errors are
The merge process failed because it detected a mismatch between the replication metadata of the two replicas
I am able to successfully ping the publisher from the subscribers.
All revalidations are failing. Do I need to recreate the subscribers? SQL Server Express is running on the subscribers.
Thanks..