November 21, 2010 at 10:56 pm
I am trying to implement Transactional Relication within a SQL Server 2008 instance but when I go through the replication monitor it is showing the below message:
The process could not execute 'sp_replcmds' on INSTANCENAME
Seeking for the advice from your side.
November 22, 2010 at 8:18 am
Do you have any filters set for your replication?
It could be problem with the log reader. I have heard people saying that a reboot will solve this. Usually it is not easy to fix other than dropping and recreating the subscription.
You could also try to run sp_repldone and then try to find the offending command and remove it manually.
-Roy
December 1, 2010 at 6:03 am
December 1, 2010 at 2:02 pm
Check the ownership of the database on the server. May be you restored the db and are trying to set up the replication.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply