# OpenEdge Replication properties file for a database that will be used
# as a source database for OpenEdge Replication. This is a two agent # configuration. [server] control-agents=agent1, agent2 database=your source db name transition=manual transition-timeout=1200 [control-agent.agent1] name=agent1 database=your target db name host=yourhost port=your port or service name connect-timeout=120 replication-method=async critical=0 [control-agent.agent2] name=agent2 database=your target db name host=yourhost port=your port or service name connect-timeout=120 replication-method=async critical=0 |