Release 10.1C: OpenEdge Replication:
User Guide


Configuring OpenEdge Replication for two agents

You configure OpenEdge Replication for two agents by copying and editing the sample properties file.

To configure OpenEdge Replication for two agents:

  1. Copy the source properties file from $DSRHOME/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:
  3. [server] 
         control-agents=agent1-name, agemt2-name 
         database=source-db-name 
         transition=manual 
         transition-timeout=1200 
          
    [control-agent.agent1-name] 
         name=agent1-name 
         database=target-db-name 
         host=yourhost 
         port=your port or service name 
         connect-timeout=120 
         replication-method=async 
         critical=0 
          
    [control-agent.agent2-name] 
         name=agent2-name 
         database=target-db2-name 
         host=yourhost 
         port=your port or service name 
         connect-timeout=120 
         replication-method=async 
         critical=0 
    

  4. Copy the target properties file from $DSRHOME/properties/target.repl.properties to the database directories for each target database, and rename the copies with the corresponding target database name.
  5. Edit the [agent] section in each file, similar to the following:
  6. [agent] 
         name=agent-name 
         database=target-db-name 
         listener-minport=1500 
         listener-maxport=4500 
    


Copyright © 2008 Progress Software Corporation
www.progress.com