Skip to content

Instantly share code, notes, and snippets.

@schnell18
Created April 3, 2014 01:21
Show Gist options
  • Select an option

  • Save schnell18/9946665 to your computer and use it in GitHub Desktop.

Select an option

Save schnell18/9946665 to your computer and use it in GitHub Desktop.
Disable Site replication for OpenEdge database
# 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
@schnell18
Copy link
Copy Markdown
Author

This script snippet is from this knowledge entry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment