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

sql server replication

group:

Distribution agent fails with the following error message


Distribution agent fails with the following error message Jim
5/30/2005 1:31:12 AM
sql server replication:
The concurrent snapshot for publication<PubName> has not been activated by
the Log Reader Agent.

What did I do wrong ? I reinitinalized a subscription and the snapshot has
completed, but the distrib agent fails to start ..

Re: Distribution agent fails with the following error message Hilary Cotter
5/30/2005 6:08:51 AM
has the snapshot agent started yet? Is the log reader agent started? Can you
bounce it?

--
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: Distribution agent fails with the following error message Jim
5/30/2005 8:30:42 AM
I tried all of those..

[quoted text, click to view]

Re: Distribution agent fails with the following error message Hilary Cotter
5/30/2005 11:44:20 AM
I'd drop the subscription and try again.

One more thing, if you deployed this publication from script make sure you
set @status='active' in your sp_addpublication call,

ie

sp_addpublication 'test',@status='active'




--
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]

AddThis Social Bookmark Button