Kbase P120814: RPLS fails to start due to control agent name too long
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Verified
FACT(s) (Environment):
Fathom Replication
All Supported Operating Systems
SYMPTOM(s):
Replication server fails to intitialise
An error occurred while reading the <server|agent> properties from the file <filename>. (10820)
An error occurred while reading the control-agent properties from the file <agent_name>. (10820)
Error 10004 - find_Section of <dbpath>/<source>.repl.properties for section control-agent.
The Fathom Replication Server is terminating due to an error. (10399)
The executable <DLC>/bin/rpserver started by the DB Service manager ended in error. (10215)
CAUSE:
Name for control-agents are 16 characters maximum
FIX:
Shorten the name of the control agent to 16 characters (or less)
source.repl.properties section:
[server]
control-agents=<n LE 16 characters>
[control-agent.agent1]
name=<n LE 16 characters>
target.repl.properties section:
[agent]
name=<n LE 16 characters>