A few weeks ago a database that we replicate stop replicating because the replicas in the set did not synchronize within the retension period.
There were only two replicas in the set and the Design Master was also out of date.
I rebuilt the database from scracth and re created the DM and created a new set of replicas.
When I redistributed the replicas and tried to synchronize, I received the following error at both locations:
'The two replicas you are attempting to synchronize are from different replica sets.'
I understand what the message means but if I replaced the entire set how can synchronize be seeing a replica from the previous set.
Here is what was done:
Created the database.
Merged data from the expired replicas into the new database ( Use How to Make a Replicated Database a Regular Database’ )
Created the Design Master from new database.
Created two replicas from design master.
Distributed the new replicas to two servers and ftp server.
Our synchronization is done through code in a small VB6 application and is set up as follows:
Two Replicas each reside on different Windows Server.
When synchronize occurs, a copy of the replica is downloaded to a client machine from the windows server
A copy of the other replica is downloaded from the FTP server to the client machine
Once both replicas are on the client machine synchronization occurs.
The copy from the client machine replaces the replica on the Window Server.
Any help is appreciated.
There were only two replicas in the set and the Design Master was also out of date.
I rebuilt the database from scracth and re created the DM and created a new set of replicas.
When I redistributed the replicas and tried to synchronize, I received the following error at both locations:
'The two replicas you are attempting to synchronize are from different replica sets.'
I understand what the message means but if I replaced the entire set how can synchronize be seeing a replica from the previous set.
Here is what was done:
Created the database.
Merged data from the expired replicas into the new database ( Use How to Make a Replicated Database a Regular Database’ )
Created the Design Master from new database.
Created two replicas from design master.
Distributed the new replicas to two servers and ftp server.
Our synchronization is done through code in a small VB6 application and is set up as follows:
Two Replicas each reside on different Windows Server.
When synchronize occurs, a copy of the replica is downloaded to a client machine from the windows server
A copy of the other replica is downloaded from the FTP server to the client machine
Once both replicas are on the client machine synchronization occurs.
The copy from the client machine replaces the replica on the Window Server.
Any help is appreciated.