Table 5–3: Agent properties
Property name
|
Value
|
Description
|
|
|
Specifies how many seconds the OpenEdge Replication agent will wait for connection from the OpenEdge Replication server before the replication agent shuts itself down.
seconds is an integer >= 120 and <= 86,400.
Using this property means you do not have to do a forced shutdown on your target database. If the OpenEdge Replication agent does not receive a connection attempt from the OpenEdge Replication server before the number of seconds specified have elapsed, the OpenEdge Replication agent will terminate and allow some limited system-level target database connections.
|
|
|
Specifies the source database name.
|
|
|
Specifies to the server which host the agent will start on.
|
|
|
Specifies whether to use TCP/IP IPv4 or TCP/IP IPv6 between the Replication server and the Replication agent. If the target database broker is using TCP/IP IPv6, OpenEdge Replication must also use IPv6.
|
|
|
Specifies the maximum TCP port number for the agent.
port-number must be > listener-minport+1 and < the maximum allowable port number on the system.
For UNIX the maximum port number is 65534. For Windows the maximum port number is 32765.
|
|
|
Specifies the minimum TCP port number. The agent selects a port in a range between the values specified by listener-minport and listener-maxport .
port-number must be > 1024 and < listener-maxport .
|
|
|
Specifies the maximum value, in milliseconds, for a polling delay.
By default, the polling delay starts at 5 ms and automatically increases during periods of inactivity to a maximum of 500 ms.
milliseconds is a value >500 and <1000.
|
|
|
Specifies the minimum value, in milliseconds, for a polling delay.
By default, the polling delay starts at 5 ms and automatically increases during periods of inactivity to a maximum of 500 ms.
milliseconds is a value >=1 and <=10.
|
|
|
Specifies the OpenEdge Replication agent name. By convention, the agent-name should match the name specified in the source database properties file. This directive is used only by Progress Explorer.
ALL is not allowed as an agent name. Each agent must have a unique name.
|