Hi
I have a merge replication between SQL Server 2005 (Publisher), and multiple SQl Compact Database (Subscriber),which was working fine, suddenly it stopped working and throwing the error message the below error messages
1) The replication agent has not logged a progress message in 10 minutes. This might indicate an unresponsive agent or high system activity. Verify that records are being replicated to the destination and that connections to the Subscriber,
Publisher, and Distributor are still active.
2) The merge process could not enumerate changes at the 'Publisher'. When troubleshooting, restart the synchronization with verbose history logging and specify an output file to which to write
So I just restarted the SQL Server Agents, and dropped the Merge replication using the below commands
sp_removedbreplication 'dbname' EXEC sp_dboption 'dbname','published’, false
Then I started to create the Merge replication using the new publication wizard with the merge publication type and added the 2 articles to the publication and clicked finish
It is throwing the error
Invalid object name 'sysarticles'. (find down the picture inserted for more detail.
So I unable to the create the merge replication.
Anyone can help me out to figure out why this error message occurs?
![]()
Srikanth[096]