Review the status field to check if synchronization is working correctly on the Instance Data Replication (IDR) consumer
instance.
Before you begin
Before identifying synchronization errors, complete the tasks in check for common issues.
Role required: idr_admin or admin
About this task
Synchronization errors occur when a producer instance
doesn't send data or a consumer instance doesn't receive data. Synchronization errors
appear in the Status field on the consumer instance as
Replication Error.
Procedure
-
Determine if the consumer successfully sent the synchronize request to the
producer:
-
On the consumer instance, navigate to .
-
Select a consumer replication set.
-
Click the Replication Metadata Logs related
link.
-
Sort the logs in a descending order in the Log Sequence column.
-
Find the most recent payload with the REPL_SET_DETAIL_REQUEST type and
open it.
If you do not see this payload type, refresh the log until you see a
payload with the REPL_SET_DETAIL_REQUEST type.
-
Verify that you see the correct producer instance ID in the To
column.
If the producer instance ID is incorrect, update the ID and select Activate.
-
Verify that you see Sent in the Status column.
If you don't see Sent in the Status column, the producer didn't send
any updates.
-
Determine if the producer received the synchronize request from the
consumer:
-
On the producer instance, navigate to .
-
Select a producer replication set.
-
Click the Replication Metadata Logs related
link.
-
Sort the logs in a descending order in the Log Sequence column.
-
Find the most recent payload with the REPL_SET_DETAIL_REQUEST type and
open it.
If you don't see this payload type, refresh the log until you see the
REPL_SET_DETAIL_REQUEST type.
-
Verify that you see the correct consumer instance ID in the From
column.
If the consumer instance ID is incorrect, update the ID.
-
Verify that you see Received in the Status column.