Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Troy Kelly
Starting Member
3 Posts |
Posted - 2013-01-23 : 14:22:49
|
I have a Server(publisher and local distributor)/Client(subscriber) merge replication with three articles, where one of the articles gets updated at the subscriber, but the update doesn't get replicated up to the publisher. What could be causing this or what's the best way to track down the problem? I've listed my environment details below. Server - Windows Server 2008 R2 Std SP1 64 bit Sql Server 2008 R2 SP1Client - Windows XP Sql Server 2000 SP3aThanks,Troy Kelly |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2013-01-24 : 15:56:16
|
Merge agent is running?Any errors in distributor event logs or msrepl_errors table? |
|
|
Troy Kelly
Starting Member
3 Posts |
Posted - 2013-01-29 : 08:31:46
|
The merge agent is running as scheduled. Where do I find the distributor event logs? There are some erros in the msrepl_errors table and I'll look into those. Thanks for the help. |
|
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2013-01-29 : 11:09:17
|
start/run/eventvwr <enter> |
|
|
|
|
|