Parameter: DISPATCHER_STARTING_TIMEOUT

Definition

The starting timeout for the dispatcher instances (in millisecond)

Description

This system parameter specifies the waiting period before that the dispatcher is up and running and can handle incoming connections. This system parameter is defined in milliseconds (ms). When the timeout occurs, the already running dispatchers lock the incoming connections. Then each dispatcher looks at the ordered list of dispatchers to find if an already running dispatcher is placed before it. If a dispatcher does not find any running dispatcher better placed in the list, it self-claims master dispatcher. So, if the first is not available or fails, the second becomes the master. The previous master is placed at the end of the list, marked as unavailable and so on.

Detailed Information

Name DISPATCHER_STARTING_TIMEOUT

The starting timeout for the dispatcher instances (in millisecond)

Category Parameter
Type Integer
Access (RO/RW)

RW(-): Dynamic Read / Static Write

An immediate change is not possible. For a deferred and permanent change, use the set command of the Admin+ user interface to change the parameter value for a specific type of instance in the SAP CC system. A restart is needed for permanent changes.

Group(s) System: Network and Communication
System Instance This system parameter is only available in the following type of instances in a running SAP CC system: dispatcher
Default Value (Factory Settings)
dispatcher 6000
Constraint(s)

The SAP CC system checks the following constraints:

dispatcher The parameter must be greater than or equal to 1000