Kbase P187165: Performing dsrutil sourcedb -C transition failover gives error -236 (13550)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/4/2011 |
|
Status: Unverified
SYMPTOM(s):
Performing dsrutil sourcedb -C transition failover gives error -236 (13550)
<dbname>.repl.util.lg file created by command dsrutil <dbname> -C transition failover -logging 2 contains more information on cause.
<dbname>.repl.util.lg file contains message The transition-to-agents property must be specified before a transition of a Replication Source database can be performed. (13286)
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
Progress 9.x
OpenEdge Replication
CAUSE:
transition-to-agents statement missing from source.repl.properties
FIX:
To make a transition failover a definition of what agent(s) to transition to must be stated in the <sourcedb>.repl.properties file.
Example:
transition-to-agents=agent1
Note, the value in this example is agent1. The value must agree with the definition of agents in the other sections of the <sourcedb>.repl.properties file.
Such as:
[server]
control-agents=agent1
[control-agent.agent1]
name=agent1