Try OpenEdge Now
skip to main content
User Guide
OpenEdge Replication Quick Command Summary : Configuring OpenEdge Replication for one agent
 

Configuring OpenEdge Replication for one agent

You configure OpenEdge Replication for one agent by copying and editing the sample properties file.
Use the following procedure to configure OpenEdge Replication for one agent:
1. Copy the source properties file from OpenEdge-install-dir/properties/source.repl.properties to your source database directory, and rename the copy with your source database name.
2. Edit the [server] and [control.agent] sections, similar to the following:
[server]
     control-agents=agent-name
     database=source-db-name
     transition=manual
     transition-timeout=1200
     
[control-agent.agent-name]
     name=agent-name
     database=target-db-name
     host=yourhost
     port=your port or service name
     connect-timeout=120
     replication-method=async
     critical=0
3. Copy the target properties file from $DSRHOME/properties/target.repl.properties to your target database directory, and rename the copy with your target database name.
4. Edit the [agent] section, similar to the following:
[agent]
     name=agent-name
     database=target-db-name
     listener-minport=1500
     listener-maxport=4500