October 14, 2009 at 7:49 am
Hi.
My transactional replication has a problem. I was adding some items and suddenly gave problem and closed the SSMS. When he returned, got the following message: "The subscription to this publication is not active yet. No user action is required."
This is a problem? The number of Undistrubuted Commands keeps increasing, but does not replicate.
Thanks!!!
October 14, 2009 at 7:51 am
Yes, it is a problem. Try restarting the log reader agent and the snapshot agent.
-Roy
October 14, 2009 at 8:03 am
I try this and not work. Other any suggestions?
Thanks
October 14, 2009 at 8:11 am
Reinitialize the subscription.
-Roy
October 14, 2009 at 8:26 am
I try this and not work again.
Thanks
October 14, 2009 at 8:59 am
Replication can be fickle. Sometimes it seems reinitialising just doesn't work and we have to recreate the entire replication job again.
October 14, 2009 at 9:10 am
Drop the subscription and add it back again. When your SSMS crashed while setting up replication might have not completed the required entries.
-Roy
October 14, 2009 at 9:13 am
But i have transactions not been replicated. If drop and create, this transactions will be replicated?
thanks.
October 14, 2009 at 9:16 am
When you are dropping the subscription and re adding them, you will be able to initialize using snapshots. Then what ever is missing now will also be there.
-Roy
October 14, 2009 at 10:57 am
Ok. I will recriate the subscription.
Thanks again!
October 14, 2009 at 2:37 pm
Please do let us know if it worked.
-Roy
October 15, 2009 at 12:34 pm
Hi Roy.
I recreated the replication and everything worked again.
Thanks!
October 15, 2009 at 12:42 pm
I am glad that we could help.
-Roy
January 6, 2012 at 4:25 am
I had the same problem adding articles. I removed the articles from replication and re-added them. Replication fixed.
--Bob Luther
May 22, 2015 at 4:53 am
Check for Status column in MSSubscriptions table, it should be always value 2, any other than value 2 update it and check, the halted replication commands should start replicating to subscriber.
--- Checking Query --
select status, * from distribution..MSsubscriptions where status <> 0
--- Update Query
update distribution..MSsubscriptions set status=2 where status <> 0
---
Thanks & Regards,
Bhaskar Shetty
Viewing 15 posts - 1 through 15 (of 15 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy