Using Sql Server 2000 as publisher with 35 MSDE subcribers with merge replication. One of the subscribers has been replicating fine for months but recently we started getting failures consistenly stating: "The process could not deliver delete(s) at the 'Subscriber'." Looking at the error details related to this failure, it is always a "Communication link failure" but I cannot seem to find much about this error.
I can ping the subscriber with no problem and pinging with a load of 1 MB seemed to succeed albeit with high latency.
This error seems to imply a hardware or networking problem. I have been able to synchronize about 5 out of 60 times over the past two days although I'm not convinced if fully synched even though it reported success. Using profiler at both publisher and subscriber, everything appears to be going fine until the sudden failure with everything aborted.
Anyone have any information about a possible cause of this error? It appears to be failing at the following step according to the error details although profiler did not seem to reveal this:
{?=call sp_MSdelsubrows(?,?,?,?,?,?,?,?)}
Thanks!
I can ping the subscriber with no problem and pinging with a load of 1 MB seemed to succeed albeit with high latency.
This error seems to imply a hardware or networking problem. I have been able to synchronize about 5 out of 60 times over the past two days although I'm not convinced if fully synched even though it reported success. Using profiler at both publisher and subscriber, everything appears to be going fine until the sudden failure with everything aborted.
Anyone have any information about a possible cause of this error? It appears to be failing at the following step according to the error details although profiler did not seem to reveal this:
{?=call sp_MSdelsubrows(?,?,?,?,?,?,?,?)}
Thanks!