Kbase P124018: How to use a combined replication properties file with two agents
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/05/2007 |
|
Status: Unverified
GOAL:
How to create a combined replication properties file for two replication agents
FACT(s) (Environment):
Fathom Replication 3.0A
OpenEdge Replication 10.x
FIX:
The following file can be used as source.repl.prpperties, target1.repl.properties, and target2.repl.properties. All three databases in this sample reside on the same machine in the same directory.
[server]
control-agents=agent1, agent2
database=source
transition=manual
transition-timeout=600
defer-agent-startup=120
Schema-Lock-Action=force
[agent]
name=agent1
database=target1
listener-minport=4387
listener-maxport=4500
[agent]
name=agent2
database=target2
listener-minport=4387
listener-maxport=4500
[control-agent.agent1]
name=agent1
database=target1
host=localhost
port=4501
maximum-message=32
connect-timeout=120
replication-method=async
critical=0
[control-agent.agent2]
name=agent2
database=target2
host=localhost
port=5501
maximum-message=32
connect-timeout=120
replication-method=async
critical=0