Hi There
This refers to SS2000.
I have the following problem.
I added 3 new articles to a publication, then i normally start the snapshot agent which snaps over the 3 new articles.
I did this on 2 other servers before this one with identical publications , distributors etc, everything exactly the same and it all worked 100%.
After the snapshot agent copies them over they replicate as per normal.
With the 3rd server it refuses to create a snapshot of the 3 new articles when a start the agent.
BUT the distribution agent now fails because it is trying the exeute the replication stores procedure for the articles, but they were never created because the snapshot agent will not run (and it creates the sp's for the new articles on the subscriber).
PLEASE HELP ! All i need is for the snapshot agent to kick in and snap the 3 new articles but it wont.
It simply says a snapshot was not generated cos no subscription needed re-initialization, but this does not apply as when new articles are added it snaps them over, and that is exactly what it did for the other 2 servers
There are no errors that iu can find either .
Thanx

snap shot agent refuses to snap new articles.
Gary Cabana
My guess is that you haven't added the subscription for the three new articles (use sp_addsubscription if you can't find out how to do it through the UI). Can you try that and let us know how that goes Thanks.
-Raymond
gift
It sounds like you have inadvertently added no-sync (do not require schema and initial data hence snapshot will not be generated) subscriptions for the new articles. Was your orignal subscription created with "no schema & data" option In any case, you can probably get out of the current state by dropping the (no-sync ) subscriptions that you already have and re-add them with a sync_type of 'automatic'.
HTH
-Raymond
Secrets
If this were true way would the distribution agent at the subscriber be failing due to the fact that it cannot insert a row to the new article because the snapshot has no created the necessary sp_MSins stored procedures.Seems as though the subscriber is fully aware of the articles but because the snapshot has not occurred the neccesary sp's for replication at the subscriber have not been created