Server properties
- Last Updated: January 14, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Server properties are found after the [server] directive in the OpenEdge Replication source properties file. A properties file can only have one [server] section.
Property names and values are separated by an equal sign (for
example, transition=auto).
The following table provides a list of server properties and their values.
| Property name | Value | Description |
|---|---|---|
control-agents
|
agent_name[,
agent_name]
|
Specifies a comma-separated list of replication agent
names. The agent name must match the control agent name specified in the ALL is not allowed as an agent name. Each agent
must have a unique name.Note: agent-name
has a 15-character maximum limit. |
database
|
db_name | Specifies the replication source database name. |
defer-agent-startup
|
minutes | Specifies how long, in minutes, the replication
server attempts to connect to a replication agent if the first connection attempt is
unsuccessful. The default value is 0 (not active). Set minutes to 0, or a value between 5 and 10080, inclusive. For more information, see Use the deferred agent startup mode. |
increment-polling-delay |
milliseconds | Specifies the value, in milliseconds (ms), to
increase the message polling delay. By default, the message polling delay increment is 5 ms. For configurations with AI Streaming enabled, the default is 1 ms. Set
milliseconds to a value between 1 and 1000,
inclusive. The value must be less than |
maximum-polling-delay
|
milliseconds | Specifies the maximum value, in milliseconds, for
the message polling delay. By default, the maximum polling delay is 500 ms. Set milliseconds to a value between 500 and 1000, inclusive. |
minimum-polling-delay
|
milliseconds | Specifies the minimum value, in milliseconds, for the
message polling delay. By default, the minimum message polling delay is 5 ms. For configurations with AI Streaming enabled, the default is 20 ms. Set milliseconds to a value between 1 and 30, inclusive. The message polling delay
starts at the minimum, specified by |
repl-keep-alive
|
seconds | Specifies a time-out period for network communication
between a replication server and its connected replication agents. If a connection
between the replication server and replication agent is not verified before the
time-out expires, failure recovery begins. The minimum value is 90 seconds, and the default is 300 seconds. |
schema-lock-action
|
wait | force
|
Specifies the action a replication agent takes if
there is a conflict in acquiring the exclusive schema lock on the target database.
Possible values are:
Note: Values are case-sensitive. Use wait or force, not Wait or Force. |
agent-shutdown-action
|
recovery | normal
|
Specifies the action a replication agent takes when
the replication server is shutdown. Poosible values are:
|
transition
|
auto | manual
|
Specifies how recovery transition is performed on
the replication target databases. Recovery transition is performed to transition a replication target database to a replication source database following a loss of network connection between the replication agent and replication server. Possible values are:
Note:
|
transition-timeout
|
seconds | Specifies the number of seconds the replication
agent waits for the replication server to reconnect before automatically transitioning
the target database to its new role. This property is ignored when The value is
incremented by the sum of the Set seconds to a value greater than or equal to 0 and less than or equal to 86,400; the default value is 1200. |
minimum-polling-delay to 20 ms, and the
increment-polling-delay to 1 ms. These values
override any previous setting, including values set in the properties file. The
change to the property settings is written to the server's database log file when
the first AI Streaming agent is connected.