Try OpenEdge Now
skip to main content
User Guide
Setting Up OpenEdge Replication : Configuring the OpenEdge Replication property files : Sample OpenEdge Replication property files : Sample OpenEdge Replication combined properties file
 
Sample OpenEdge Replication combined properties file
You can choose to have one property file that combines both source database and target database property settings. In the case of this combination file, you must place the file in both the source database directory and the target database directory.
The following is a sample combined properties file:
[server]
     control-agents=agent1
     database=source
     transition=manual
     transition-timeout=600

[control-agent.agent1]
     name=agent1
     database=target
     host=your host
     port=your port
     maximum-message=32
     connect-timeout=120
     replication-method=async
     critical=0

[agent]
    name=agent1
    database=target
    listener-minport=4387
    listener-maxport=4500

[transition]
database-role=reverse
auto-begin-ai=0
auto-add-ai-areas=0
ai-structure-file=!{value-of:server.database}.addai.st