Enabling studio calls in the Server Trace results

To include studio trace calls in your Server Trace results, enable the DV Data Enable Server Tracing of Studio Calls preference.

Before you begin

You must be able to connect to the Data Virtualization Manager server from which you want to collect trace information.

Procedure

  1. From the Window menu, select Open Preferences > DV Data.
  2. To enable tracing, select the Enable Server Tracing of Studio Calls check box. Enable Server Tracing of Studio Calls is enabled by default.
  3. In the studio HTTP Debug Option drop-down list, select one of the following HTTP debug options:
    Field Action
    Off Do not collect HTTP messages. All trace activities are deactivated, including interactive tracing.
    Normal Commands that complete with a failure status are traced after execution, including the return codes.
    All All instructions are traced before execution.
    Commands All commands are traced before execution. Return codes are also traced for commands that complete with an error or failure status.
    Error Commands that complete with error status are traced after execution, including the return codes.
    Failure Commands that complete with a failure status are traced after execution, including the return codes.
    Intermediates All instructions are traced before execution. All terms, intermediate results, and substituted variable names are traced during expression evaluation. The final results of any expression that is evaluated also displays. Values assigned by arg, parse, or pull instructions are also traced.
    Labels Shows all labels when executed.
    Results All instructions are traced before execution. The final result of any expression that is evaluated also displays. Values assigned by arg, parse, or pull instructions are also traced.