Server properties
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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 OpenEdge
Replication agent names. The comma must be followed by a space. The agent name must
match the control agent name specified in the [control-agent] properties section head.
|
database
|
db_name | Specifies the source database name. |
defer-agent-startup
|
minutes | Specifies how long, in minutes, the server attempts
to connect to an 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. |
increment-polling-delay |
milliseconds | Specifies the value, in milliseconds, to increase
the polling delay. By default, the polling delay increment is 5 ms. For configurations with AI Streaming enabled, the default is 1 ms.1 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 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 a
polling delay. By default, the minimum polling delay is 5 ms. For configurations with AI Streaming enabled, the default is 20 ms.1 Set milliseconds to a value between 1 and 30, inclusive. The polling delay starts
at the minimum, specified by |
repl-Keep-Alive
|
seconds | Specifies a time-out period for communications
between a server and its agents. If a connection between the server and agent is not
verified before the time-out expires, failure recovery begins. The minimum value is 90 seconds; there is no maximum value. The default is 300 seconds. |
schema-Lock-Action
|
wait | force
|
Specifies the action an agent takes if an exclusive
schema lock is not granted. Possible actions are:
Note: Values are case-sensitive. Use wait or force, not
Wait or Force. |
agent-shutdown-action
|
recovery | normal
|
Specifies the action an agent takes during a shutdown
when the replication server ends. Possible actions are:
|
transition
|
auto | manual
|
Specifies how to transition the target database to a
normal database. If a critical agent cannot reconnect with the
source database within the time specified in the
Note: Values are case-sensitive. Use
auto or manual, not Auto or
Manual. |
transition-timeout
|
seconds | Specifies the number of seconds the agent waits
before it performs auto-transition. This property is ignored when transition=manual.The value is
incremented by the sum of the |
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.