Skip to content

Perform an Event Trace for VT

Your Technical Support analyst may ask you to perform an event trace. An event trace "captures" all communications activity (except for modem commands), and all keystrokes, commands, and menu and dialog box selections. This data is saved in an event file.

To use the trace data, you will need to process it to create a report of the data or to create a file that "plays" the trace.

To perform an event trace

  1. With a VT session open in the workspace, open the Start Trace dialog box as follows:

    The steps depend on your user interface mode.

    User Interface Mode Steps
    Ribbon On the Tools tab, in the Tracing group, click Start Trace.
    Reflection Browser On the Browser Reflection menu, choose Tools, Trace and then Start Trace.
    TouchUx Tap the Wrench icon, and then under Trace, select Start Trace.
  2. In the Start Trace dialog box, enter a path and file name for the event ( .rev) file and click Save. (If you have spoken with a support technician, use your service request number as the name of your trace file.)

  3. Perform the actions required to demonstrate the problem.

  4. After the problem is demonstrated, click Stop Trace in the Tracing group (if using the Ribbon) or on the Tools, Trace menu (if using the Browser).

    The trace data is saved in the event file.

  5. Upload the trace file as a binary file to http://upload.attachmate.com. If the problem relates to a service request you are currently working on with a technician, include the Micro Focus service request number with the trace and let the technician know when the file is uploaded.

To process trace data

After creating the event file, follow these steps to create a report or a script that "plays" the trace.Open the Process Event Trace dialog box.

  1. With a VT session open in the workspace, open the Process Event Trace dialog box as follows:

    The steps depend on your user interface mode.

    User Interface Mode Steps
    Ribbon On the Tools tab, in the Tracing group, click Process Trace.
    Reflection Browser In the search box, enter P and then, under Actions, select Process Trace.
    TouchUx Tap the Wrench icon and then, under Trace, select Process Trace.
  2. Select how to process the trace:

    To Do this...
    Create a Reflection Basic script that you can use to play the trace. Select Generate script.
    Create a report in a text-based file format. Select Generate report and then select options to format the report under Report format. (See Process Event Trace Dialog Box (VT Sessions.)
  3. Click OK. The Open Events dialog box appears.

  4. In the File name box, select the event file to process, and click Open.

    • If you selected Generate script, the Save Event Commands dialog box opens.

    • If you selected Generate report, the Save Event Report dialog box opens.

  5. Enter the file name and click Save.

    Scripts are saved as Reflection Basic .rbs files.

    Reports are saved in .txt files. The report is automatically displayed after it is saved.

To play trace data

  1. Open the Play Trace dialog box. The steps depend on your user interface mode.

    User Interface Mode Steps
    Reflection Ribbon On the Tools ribbon, from the Tracing group, click Play Trace.
    Reflection Browser On the Reflection menu, choose Tools, Trace, and then Play Trace.
    TouchUx Tap the Wrench icon and then under Trace, select Play Trace.
  2. In the Play Trace dialog box, select an event trace .rbs file and click Open.

More information