Server retry interval
The srvretryinterval parameter specifies the time, in seconds, between attempts made by the Gateway daemon to reconnect to a CICS® server over an IPIC connection.
srvretryinterval=<number>
- Description
- Set the value in the range 0 - 3600 to specify the time interval
in seconds. If the CICS server
that is currently connected becomes disconnected, an attempt is made
to reconnect one second after the CICS server
becomes disconnected. If the connection attempt fails, additional
attempts are made to connect at the interval specified by the srvretryinterval parameter.
If you specify a value of 0, connection attempts are only initiated
if an ECI request is directed at the CICS server
and no connection attempt is already in progress. If you specify a
value greater than 0, connection attempts are only initiated at the
interval specified by the srvretryinterval parameter.
This parameter is in the IPICSERVER section of the configuration file.
- Default value
- If this parameter is not specified, the default value is 60 seconds.