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
- From the Navigation or Project View, right-click the process and select Edit Process
- Click the Output Settings tab.
- 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