Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

TRACE: TASK SPECIFIC TRACES

TRACE lists can be created for a more precise analysis of the execution of a UTM application. This list contains all UTM calls for the individual UTM processes in chronological order.

The TRACE list only ever contains the data for the first 6 processes. If data from more than 6 processes exists for the evaluation period, the TRACE2 table should be used for evaluation.

The list is sorted in chronological order.

The TIME STAMP column contains the time stamp of the corresponding call that was logged (to the nearest millisecond).

The TRACE list records the following events and data:

  • The transaction code called (TAC).

  • The transaction ID. In openUTM, a unique transaction ID is assigned to each transaction. This identifier is also transferred to the attached databases on the UTM-DB interface. In this way, it is possible to link database traces with these UTM traces and establish relationships between UTM and DB processes. The transaction ID is made up of four parts:

    SC

    Session counter: This numbers the application runs. The number is 1 after a regeneration, and is incremented by 1 each time the application starts.

    VC

    Service counter: This numbers the services within the application run and runs up to 16 777 216 (224).

    TC

    Transaction counter: This numbers the transactions within a service and runs up to 32 768 (215).

    VN

    Conversation number: This is the number of an internal UTM table for service administration.

    These four parts are logged after the KDCS call INIT.
    The VC and TC specifications are of interest to the user.

    • All UTM calls with operation modifications. Internal UTM calls (WAIT, CONT, ...) are also listed. See the KCOP list.

      The following are also logged:

      • KCMF for KCMF-relevant calls

      • KCRN for KCRN-relevant calls

      • KCLT for PADM/DADM calls

      • In the event of an abort with PEND ER/ FR as diagnostic information:

        • the TAC of the program unit that caused the abort

        • the return codes KCRCDC and KCRRCC

        • VC and TC for the assignment to the aborted service

      • With a PEND RS as diagnostic information:

        • the TAC of the current program unit

        • VC and TC for the assignment to the aborted service

    As long as no process switch takes place, all calls for processing a dialog step are listed in succession in the same PID column. Following a PEND PA/PR/SP, a process switch can only occur with a change of TAC class. The interruption of a process by the operating system can be seen by the fact that the calls are continued in another process column midway through the processing of a dialog step.

    Example

      TIME STAMP|  PID :9144        |  PID :9217        |  PID :9250        |  PID :9253        |  PID :      ...
    09:39:11.454+-                 -+-                 -+-                 -|          CVARL1   +-            ...
    09:39:11.454|                   |                   |                   |  INIT             |             ...
    09:39:11.454|                   |                   |                   |   SC :          1 |             ...
    09:39:11.454|                   |                   |                   |   VC :      97829 |             ...
    09:39:11.454|                   |                   |                   |   TC :          3 |             ...
    09:39:11.454+-                 -+-                 -+-                 -|   VN :       1052 +-            ...
    09:39:11.454|                   |                   |                   |  MGET @@          |             ...
    09:39:11.454|  CONT             |                   |                   |                   |             ...
    09:39:11.454|                   |                   |                   |  MPUT NT          |             ...
    09:39:11.457+-                 -+-                 -+-                 -|  PEND RE CVARL1   +-            ...
    09:39:11.462|                   |                   |                   |  WAIT             |             ...
    09:39:11.463|          GTDA     |                   |                   |                   |             ...
    09:39:11.463|  INIT             |                   |                   |                   |             ...
    09:39:11.463|   SC :          1 +-                 -+-                 -+-                 -+-            ...
    09:39:11.463|   VC :      97925 |                   |                   |                   |             ...
    09:39:11.463|   TC :          1 |                   |                   |                   |             ...
    09:39:11.463|   VN :        149 |                   |                   |                   |             ...
    09:39:11.463|                   |                   |  CONT             |                   |             ...
    09:39:11.463|  MGET @@          +-                 -+-                 -+-                 -+-            ...
    09:39:11.463|  FPUT NE GTDAA    |                   |                   |                   |             ...
    09:39:11.463|  MPUT NT          |                   |                   |                   |             ...
    09:39:11.465|  PEND FI          |                   |                   |                   |             ...
    09:39:12.471|  WAIT             +-                 -+-                 -+-                 -+-            ...
    09:39:12.472|                   |                   |          CVARL1   |                   |             ...
    09:39:12.472|                   |                   |  INIT             |                   |             ...
    09:39:12.472|                   |                   |   SC :          1 |                   |             ...
    09:39:12.472+-                 -+-                 -|   VC :      97829 +-                 -+-            ...
    09:39:12.472|                   |                   |   TC :          4 |                   |             ...
    09:39:12.472|                   |                   |   VN :       1052 |                   |             ...
    09:39:12.472|                   |                   |  MGET @@          |                   |             ...
    09:39:12.472|  CONT             |                   |                   |                   |             ...
    09:39:12.472+-                 -+-                 -|  MPUT NT          +-                 -+-            ...
    09:39:12.474|                   |                   |  PEND RE CVARL1   |                   |             ...
    09:39:12.479|                   |                   |  WAIT             |                   |             ...
    09:39:12.480|          GTDA     +-                 -+-                 -+-                 -+-            ...
    09:39:12.480|  INIT             |                   |                   |                   |             ...
    09:39:12.480|   SC :          1 |                   |                   |                   |             ...
    09:39:12.480|   VC :      97957 |                   |                   |                   |             ...
    09:39:12.480|   TC :          1 |                   |                   |                   |             ...
    09:39:12.480|   VN :        149 +-                 -+-                 -+-                 -+-            ...
    09:39:12.480|                   |                   |                   |  CONT             |             ...
    09:39:12.480|  MGET @@          |                   |                   |                   |             ...
    09:39:12.480|  FPUT NE GTDAA    |                   |                   |                   |             ...
    09:39:12.480|  MPUT NT          |                   |                   |                   |             ...
    09:39:12.480|                   |                   |                   |                   |             ...
    09:39:12.482|  PEND FI          +-                 -+-                 -+-                 -+-            ...
    09:39:13.488|  WAIT             |                   |                   |                   |             ...