Configuring for manual transition

You configure OpenEdge Replication for manual transition by editing the source properties file.

To configure OpenEdge Replication for manual transition:

  1. Set transition=manual in the properties file in the source database directory.
  2. Set critical=0 in the properties file in the source database directory. For example:
    [server]
         control-agents=agent-name1
         database=source-db-name
         transition=manual
         transition-timeout=1200
         
    [control-agent.agent-name1]
         name=agent-name1
         database=target-db-name
         host=yourhost
         port=port or service name
         connect-timeout=120
         replication-method=async
         critical=0

For more information, see Set up the OpenEdge Replication target database.