-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data Is Not Getting Synced in multiscope environment #1281
Comments
You can't have multiple servers You can have B can sync ONLY with A |
they are different setup not one where only one server will be there. |
One database that is Client can not become a Server The only topology is |
Setup 1:
Server A (acting as the server)
Server B (acting as the client)
Scope Name: active_passive
Direction: Bidirectional
Setup 2:
Server C (acting as the server)
Server D (acting as the client)
Scope Name: active_passive
Direction: Bidirectional
Additional Sync:
Sync from Server B to Server D
Scope Name: DCDR
Direction: Download-only (from Server B to Server D)
Issue:
I insert data into Server A, which gets synced to Server B via the active_passive scope.
The DCDR sync runs, transferring the data from Server B to Server D.
However, when Server D receives this data, it does not sync it with Server C, even though the active_passive scope between them is bidirectional.
Observations:
I also noticed some unusual behaviors in the logs/screenshots that might explain this issue.
this picture from my server D
why there is identical id is being created
And this picture is from Server B
and here it has different
Help me this please.
What could be causing Server D to not sync the data with Server C?
The text was updated successfully, but these errors were encountered: