Created
April 3, 2014 01:21
-
-
Save schnell18/9946665 to your computer and use it in GitHub Desktop.
Disable Site replication for OpenEdge database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This script snippet is from this knowledge entry