Consultor Eletrônico



Kbase P110873: How do I tell if Fathom Replication is actually replicating data ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   24/10/2008
Status: Verified

GOAL:

How do I tell if Fathom Replication is actually replicating data ?

GOAL:

How to tell if Fathom Replication is actually replicating data ?

FACT(s) (Environment):

Fathom Replication
UNIX
Windows
OpenEdge 10.0x
OpenEdge 10.1x
Progress 9.1E

FIX:

1) Run the dsrutil monitor utility against the source and target. This will provide information regarding the status of the replication server and/or agent.
dsrutil sourcedb -C monitor
or
dsrutil target -C monitor
2) Another method is to examine the log files of the source and target database for any indication that the replication server or agents have failed.
3) Run aimage list command. If replication is not actually occurring, you are likely to see more than one ai file in a "locked" status.
rfutil sourcedb -C aimage list
4) If running Fathom Replication Plus, you can always connect to the target database to see that data entered on the source is physically being replicated to the target database.