The snapshot could not be generated because the publication is inactive.

  • I am having trouble setting up a pull or push subscription.  Any time I try to set up a subscription it will recognize the server the publication and distribution is on, but it will not bring up the replicated database.  There are red x's on the replication monitor that gives this error:

    "The snapshot could not be generated because the publication is inactive."

    I cannot get the replication activated or get SQL to recognize there is an exisiting publication to create a subscription!

    Any help is appreciated!  Thanks!

    Jasmina

  • See this posting.  It probably has to do with the server names between the publisher and subscriber.

     

    http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=7&messageid=132613#bm132783

  • do this

     

    sp_changepublication 'PublicationName', 'status','active'

    --

    Hilary Cotter

    Looking for a book on SQL Server replication?

    http://www.nwsu.com/0974973602.html

  • Did you get it working?

  • I just tried it!  IT WORKED!!!  THANK YOU SOOOOO MUCH!!!!  But when I initiated the pull subscription and it started to update the publishing db I locked out all the users (oops )  THANK YOU SOOOOOOOOO MUCH for your help!!!!

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply