Paramètre SAP rdisp/softcancel_sequence - Sequence of delays for the signals sent at a softcancel

Parameter
rdisp/softcancel_sequence

Short text
Sequence of delays for the signals sent at asoftcancelThis parameter specifies the steps in which a running session iscanceled if a soft cancel is triggered (for example, by "StopTransaction" in SAP GUI).
The steps are predefinedexecution of an ABAP program)processing of database queries)The parameter specifies the time delays between the steps in seconds(separated by commas).
The following values have special meanings.

  • The value 0 means no delay

  • The value -1 means that the next step (and all following steps)
  • are not executed.
    If a session has still not been canceled after the specified time,the next step is executed. The dispatcher controls this.
    Example
    The default setting rdisp/softcancel_sequence = 0,5,-1 means:The dispatcher immediately sends a soft cancel signal (SIGUSR2) tothe work process in which the user session is running.If the session is still running 5 seconds later, the dispatcherthe SIGTERM signal.
    No further automatic actions are then performed.If the session is still running at this point, you need to terminatethe work process manually.

    Work area
    Dispatcher

    Parameter unit
    charater string

    Default value
    0,5,-1

    Who is allowed
    Only with support from SAP

    Limitation for os
    None

    Limitation for db
    None

    Valid_values
    see above