Set up automatic transition
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
When the OpenEdge Replication agent loses contact with the OpenEdge Replication server,
the agent waits for a configured amount of time, known as transition-timeout,
for the server to reconnect. If the OpenEdge Replication server does not reconnect
before the transition-timeout expires, the target
database is transitioned to a normal database by the agent.
For automatic transition to be performed by the OpenEdge Replication agent, the following must be true:
- The OpenEdge Replication server property
transitionmust be set toauto. - The control-agent property
criticalmust be set to1. - The server property
transition-timeoutmust be set to a reasonable value.
You can use the sample properties file in the following figure as a guide.
|
As the previous figure shows, the OpenEdge Replication agent, agent1,
waits for connection from the OpenEdge Replication server for 1200 seconds,
or 20 minutes, before it performs transition.