all groups > sql server replication > december 2005 >
You're in the

sql server replication

group:

The process could not deliver the snapshot to the Subscriber


The process could not deliver the snapshot to the Subscriber Shehab Kamal
12/27/2005 3:55:02 AM
sql server replication:
I had a merge replication running between a publisher/distributer and 4
subscribers. Every thing was going well until I decided to reinitialize the
subscriptions, this was due to changing some stored proedures at the
publisher and I wanted them to be replicated to all other subscribers.
After reinitializing the following error is displayed by each merge agent
"The process could not deliver the snapshot to the Subscriber". After tracing
the agent session details I found that the agent has connected to the
subscriber and applied some scripts until this error appeared "the step was
cancelled as a result of a stop job request".
Has the error something to do with the size of the snapshot, i.e. the
snapshot is large so that the process timesout? If so, how can I increase the
timeout for the transfer of the snapshot agent?
Other questions:
1) Does the size of the snapshot equal the size of the ReplData folder?
2) If I can backup and restore the database at each subscriber, Do I need
the snapshot to be copied, i.e. the subscriber has the schema?
Sincerely,
Re: The process could not deliver the snapshot to the Subscriber Hilary Cotter
12/28/2005 10:18:10 PM
It could, you would need to enable logging to tell for sure. You should not
have to set the timeout for the snapshot agent, but it is an agent parameter
called querytimeout.

1) ReplData could contain the snapshots of many publications/subscriptions.
So if you have one publication and subscription ReplData would be the size
of your snapshot.
2) No, but I would use the copy subscription database method as it is the
most efficient way to do this.

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

[quoted text, click to view]

Re: The process could not deliver the snapshot to the Subscriber Shehab Kamal
12/29/2005 12:03:02 AM
Thanks for the 3 answers, but can you tell me what are the possible causes of
such an error "The process could not deliver the snapshot to the Subscriber"
and the most likely solution.

[quoted text, click to view]
AddThis Social Bookmark Button