Kbase P107980: How to disable a Fathom Replication database Online
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/18/2011 |
|
Status: Verified
GOAL:
How to disable a Fathom Replication database Online
GOAL:
How to disable a Fathom Replication Source database
GOAL:
How to disable a Fathom Replication Target database
GOAL:
How to disable Fathom replication without first shutting down the source database
GOAL:
How to disable a Fathom Replication Source database online
GOAL:
Can I switch off Fathom Replication
FACT(s) (Environment):
All Supported Operating Systems
Fathom Replication
OpenEdge Replication
FIX:
OpenEdge/Fathom Replication can be disabled when the database is online by doing the following:1. Release any pending waits on the source database by entering the following command:
DSRUTIL source_db_name -C RELWAITS
2. Disable OpenEdge/Fathom Replication by entering the following command:
For the sourcedb:
DSRUTIL source_db_name -C DisableSiteReplication source
For the targetdb:
DSRUTIL target_db_name -C DisableSiteReplication target
OpenEdge/Fathom Replication can be disabled offline by running the following:
For the sourcedb:
proutil source_db_name -C DisableSiteReplication source
For the targetdb:
proutil target_db_name -C DisableSiteReplication target
Once you have successfully disabled replication, remember to remove -DBService parameter from your commandline or script. If you are using the AdminServer to start your databases, remember to rename or move the dbname.repl.properties file out of the way.
Once the source database is disabled, the only way to replicate the database again is to re-enable Fathom Replication for both the source and the target databases.
DisableSiteReplication can also be run on a target database.