Server retry interval
The srvretryinterval parameter specifies the time between attempts made by the Client daemon to reconnect to a CICS® server.
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 inactive, an attempt is made to
reconnect one second after the CICS server
becomes inactive. If the connection attempt fails, additional attempts
are made to connect at the interval specified by the srvretryinterval parameter.
Set the value to 0 to prevent automatic connection attempts. This means that you must control the server connection using the cicscli command with the -s=<server> and -x=<server> options.
This parameter is in the CLIENT section of the configuration file.
- Default value
- If this parameter is not specified, the default value is 60 seconds.
- Configuration Tool
- In the Configuration Tool, you can set the value of srvretryinterval in the Server retry interval (sec) field on the Resourses tab in the Client daemon configuration page.