Problem replicated db

J

John

Hi

There seems to be some problem between the replica master and its replicated
copies. What is the method to set the db back to normal and re-replicate?

Thanks

Regards
 
U

user

John said:
Hi

There seems to be some problem between the replica master and its replicated
copies. What is the method to set the db back to normal and re-replicate?

Thanks

Regards
What kind of problem?

doing what you ask is not a trivial thing to do.

If the replicated copies do not have any changes that are not on the
master, you could delete the replicas and recreate them.

Bob
 
J

John

Hi

The problem is that when I open the replica db I get the message "This
member of the replica set has conflicts from synchronizing changes with
other members. Do you want to resolve the conflicts now?" selecting Yes does
nothing i.e. it does not bring up the conflict resolution dialog. Selecting
Tools->Replication->Resolve Conflicts menu also does not do anything. Which
means the conflict remains and gives message every time db is opened. I have
tried doing a detect and repair on Access 2000 but no luck. Any ideas?

Thanks

Regards
 
U

user

John said:
Hi

The problem is that when I open the replica db I get the message "This
member of the replica set has conflicts from synchronizing changes with
other members. Do you want to resolve the conflicts now?" selecting Yes does
nothing i.e. it does not bring up the conflict resolution dialog. Selecting
Tools->Replication->Resolve Conflicts menu also does not do anything. Which
means the conflict remains and gives message every time db is opened. I have
tried doing a detect and repair on Access 2000 but no luck. Any ideas?

Thanks

Regards
Try to manually sync with each member of the replica set.

You could also Google search for cannot open resolve conflict menu

Bob
 
J

John

How do you manually sync? I tried Tools->Replication->Resolve Conflicts
menu, is there another way?

Regards
 
J

John

Google search for cannot open resolve conflict menu brings nothing at least
on first few pages
 
U

user

John said:
Google search for cannot open resolve conflict menu brings nothing at least
on first few pages
Why not try to respove conflicts in one of the replicas. Perhaps also
try on another PC.

Bob
 
D

David W. Fenton

The problem is that when I open the replica db I get the message
"This member of the replica set has conflicts from synchronizing
changes with other members. Do you want to resolve the conflicts
now?" selecting Yes does nothing i.e. it does not bring up the
conflict resolution dialog. Selecting Tools->Replication->Resolve
Conflicts menu also does not do anything. Which means the conflict
remains and gives message every time db is opened. I have tried
doing a detect and repair on Access 2000 but no luck. Any ideas?

Make sure you've got hidden objects and system objects displayed
(Tools | Options), and then check the MSysConflicts table. If it has
no records in it, then you don't actually have any conflicts. If it
*does* have conflicts, you'll need to decipher it by looking up the
GUIDs of the tables involved. You should also check to see if there
are conflict tables for any of your user tables. If you have a table
called tblPerson and there's a conflict, there will be a table
called tblPerson_Conflicts. That will have the data for the *losing*
record in the conflict. If the winning record is OK, then you can
just delete that table (or check all the records there before
deleting it).

Remember, the conflict resolver does nothing but offer an
opportunity to check that Jet resolved the conflicts correctly --
the conflicts have already been resolved. So, if worst comes to
worst, you can just delete the conflict tables and be done with it.

You should also try looking at other replicas, which may allow you
to resolve the conflicts.

Another thing you might try is to open the conflict resolver
directly and then open the replica you want to look at. The default
location for the conflict resolver is:

C:\Program Files\Common Files\Microsoft Shared\Database Replication

and the conflict resolver is called WZCNFLCT.EXE.

If you run it, you'll get the opportunity to point it at a
particular MDB.

Report back to us on what you find and then we can go from there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top