This Natural profile parameter specifies the number of attempts for
an RPC server to connect/reconnect (REGISTER
) to an EntireX Broker
that is not active, and the wait time between two successive attempts.
Possible settings | See SRVRTRY Parameter Syntax. | |
---|---|---|
Default setting | 0,60 |
No attempts. |
Dynamic specification | yes | |
Specification within session | no |
Note:SRVRTRY
is specified on the server side
only.
The SRVRTRY
parameter syntax is as follows:
SRVRTRY=(attempts,wait-time) |
Or:
SRVRTRY=attempts |
Note:
If only a value for
attempts
is specified, the parentheses
may be omitted.
Where:
RPC=(SRVRTRY=(20,10))
Or:
NTRPC SRVRTRY=(20,10)
20 attempts with a wait time of 10 seconds between two successive attempts.
RPC=(SRVRTRY=500)
Or:
NTRPC SRVRTRY=500
500 attempts with a wait time of 60 seconds between two successive attempts.
Note:
For further information, see the Natural
Natural RPC (Remote
Procedure Call) documentation, and especially
Considerations for Mainframe Natural RPC Servers with
Replicas.