Show TOC

Adapting Data Collection MethodsLocate this document in the navigation structure

Context

The SAPconnect data collection method is started by default for all clients in an SAP system. However, it is possible to restrict the number of queried clients. You can also specify additional optional parameters that control the behavior of the data collection method.

Parameter

Possible Values

Description

Default

CLIENT

Client, for example 000, 101

Restriction to individual clients.

All clients

MONITOR

Combination of E,T, and W (for example EWT)

Specifies what is to be monitored. The letters stand for:

W (Waiting) - waiting send requests

E (Error) - send requests with errors

T (Transfer) - send requests with status 'Sent'

W

STARTDAY E

Any number (for example 1)

Specifies the number of days before the current day on which the selection of send requests with errors is to be started. If, for example, you enter the value 1, the selection of send requests with errors will start the day before the current day.

Starts on the current day

ENDDAY E

Any number (for example 1)

Selection criterion: Specifies the number of days before the current day on which the selection is to end.

Ends on the current day

STARTDAY T

Any number (for example 1)

As for STARTDAY E, but for send requests with status 'Sent'.

Starts on the current day

ENDDAY T

Any number (for example 1)

As for ENDDAY E, but for send requests with status 'Sent'.

Ends on the current day

ADDR TYPES

Combination of FAX, INT, PAG (for example FAX, INT)

Restriction to individual address types.

All address types

Note

Since you can create your own monitors by combining individual monitor elements in the monitoring environment (RZ20), it is not mandatory to set restrictions for the MONITOR and ADDR TYPES parameters.

If, however, you only select send requests with errors, for example, this means that only the corresponding requests are selected when the data collection method runs. This improves the performance of the data collection runs.

Procedure


  1. Choose Start of the navigation path Administration Next navigation step CCMS Next navigation step Configuration Next navigation step Alert monitor End of the navigation path (transaction RZ21).

    A list of the existing monitors (MTE classes) is displayed.

  2. Select SAPconnect by double-clicking it.

  3. In the Methods frame, select Method Definitions.

  4. In the Methods frame, choose Display Overview.

    A list of all method definitions is displayed.

  5. Select the method name SAPconnect by double-clicking it.

  6. Switch from display to change mode.

  7. On the Parameters tab page, specify which clients are to be monitored.

    Example

    You want to monitor the number of waiting send requests to ensure the performance of the send process. You also want to monitor send requests with errors for the current day and the previous day, for faxes and e-mails of clients 000 and 010. Enter the following values:

    Parameter

    Value

    CLIENT

    000

    CLIENT

    010

    MONITOR

    EW

    STARTDAY E

    1

    ADDR TYPES

    FAX, INT

    In the default setting, no client is entered. This means that all clients are monitored.

  8. Save your entries.

Results

The data collection method determines the number of waiting send requests and requests with errors in clients 000 and 010 for the current day and the previous day for address types FAX and INT.