Your problem is that your truncate has left your topology in an inconsistent
state. One or more nodes may have different data in them than the other
ones. If you are ok with this and the problems which may crop up down the
road. You may be able to use the continue on data consistency error profile
"HS" <HS@discussions.microsoft.com> wrote in message
news:E4A3900F-5522-41D4-B310-2D8CAA4D8843@microsoft.com...
> Hi Hilary
>
> Tnx for the quick response..
>
> Is there another method to fix this issue without actually dropping P2P
> replication?
>
> the distribution agents run continuously, on all 4 servers
>
> all 4 nodes are online 24x7, and p2p tractional replication works fine
>
> even the distribution clean up job on all 4 server runs successfully.
> except
> on the primary server where the P2P replication topology was initiated,
> the
> distribution clean job doesn't actually cleanup the dist. db.
> the log for the job has the message " Execute as user: XXXXXusername.
> Removed 0 replicated transactions consisting of 0 statements in 5 seconds.
> (0
> rows/sec). [SQLSTATE 01000] (Message 21010). The step succeeded."
>
> i'm not sure y the same job cleans up the dist. db on the other 3 servers,
> and not on the primary server.
>
> btw all our servers runs under local accounts, as this is an isolated tier
> (there is no domain controller in the environment)in the whole solution.
> sql
> server service, and replication service have their own local accounts with
> admin privileges.
>
> the same service account and password is used across all 4 servers
>
> Log Reader Agent and the Snapshot Agent is configured with same
> credentials. However the Snapshot agent was never started, as it was not
> required to configure P2P replication. The Log Reader Agent and all
> distribution agents run continuously.
>
> Any suggestions are welcome.
>
> tnx
>
> HS
>
>
>
>
>
>
>
> "Hilary Cotter" wrote:
>
>> Basically I think you need to reinitialize your replication topology to
>> try
>> to get going again. You might have to drop all subscriptions and redeploy
>> them.
>>
>> Set your distribution retention to 0, and have your distribution clean up
>> task run more frequently in the future.
>>
>> You might also want to ensure that your distribution agents are running
>> continuously and keep your nodes online as much as possible.
>>
>> --
>> RelevantNoise.com - dedicated to mining blogs for business intelligence.
>>
>> 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 >> "HS" <ckid@tpg.com.au> wrote in message
>> news:470a2c55$1@dnews.tpgi.com.au...
>> >