Debug Settings - trillium_discovery - trillium_quality - 17.1

Trillium Control Center

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Discovery
Trillium > Trillium Quality
Version
17.1
Language
English
Product name
Trillium Quality and Discovery
Title
Trillium Control Center
Topic type
Overview
Administration
Configuration
Installation
Reference
How Do I
First publish date
2008

You can specify the debug option and view the debug information for each process. The debug files are created in a folder called repository\EN, where repository is the name of your repository and N is the number of the output entity for the process that you are debugging.

For example, if you specify C:\Debug as the destination, your repository is called "Test", and the number of the output entity is 36, then the debug files will be copied to C:\Debug\Test\E36.

Note: You must first turn on the debug option before you can export and view the debug file.
Note: The maximum size of debug file is 2GB by default. You can modify this limit by setting the TSQ_MAX_DEBUG environment variable in your batch script. The unit is in bytes. For example, if you want to limit the debug file to a maximum of 1000 bytes, set the variable as follows:Set TSQ_MAX_DEBUG=1000.
To set the debug option
  1. From the Navigation or Project View, right-click the process and select Edit Process
  2. Click the Output Settings tab.
  3. Select a Debug Option based on the following table:
Option Description
Off Turn debugging mode off.
Normal Turn debugging mode on. Simple debug information such as stack trace is written out.
Extended Turn debugging mode on. Detailed debug information such as dumping variables is written out.
Verbose (CDP only) Turn debugging mode on. Token detail is written out.
Note: There are more debug options for the Relationship Linker and Reference Matcher processes. See Debug Settings for Linking for details.

To view the debug file

  1. After running the process, from the Navigation or Project View right-click the process and select Debug... > Copy debug files to client.

    The Browse for Folder window opens.

  2. Select a destination folder where you want to export the debug file to.
  3. Click OK.

    The window closes and the Debug File is exported to the folder you specified.

  4. Navigate to the folder and view the debug file.