Kbase P178338: What is the difference between agent and control-agent?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  03/12/2010 |
|
Status: Unverified
GOAL:
What is the difference between agent and control-agent?
GOAL:
What is the difference between agent and control agent in the repl.properties file?
GOAL:
What is the difference between agent and [control-agent] in the repl.properties file?
FACT(s) (Environment):
All Supported Operating Systems
Progress/OpenEdge Product Family
FIX:
[control-agents] is one of the properties section heads in the source.repl.properties file.
The agent is the actual replication agent name.
The agent names in [control-agent] must match the agent names in the [server] properties section control-agents:
For example:
[server]
control-agents=agent1,agent2
etc...
[control-agent.agent1]
name=agent1
etc...
[control-agent.agent2]
name=agent2
etc...