Trace Levels

You can define a trace level for debug logging either on a workstation or on a server, depending on where you run the table conversion.

This table describes the logging information for each trace level:

Trace Level

Logging Information

Level 1

Logs general information about the conversion, such as name, inputs, outputs, event rule logic, and how many rows were inserted.

Level 2

Logs function call traces, such as starting conversion, ending conversion, and inserting rows. Also includes all level 1 information.

Level 3

Logs the points at which event rules are processed. Also includes all level 1 and level 2 information.

Level 4

Not applicable.

Level 5

Logs the points at which jdeCallObject is processed, such as calls to business functions from event rules. Also includes all level 1, level 2, and level 3 information.

Levels 6-8

Not applicable.

Level 9

Logs the content of columns during input, the processing of event rules, and the content before output. Also includes all level 1, level 2, level 3, and level 5 information.

Level 10

Logs all information for all applicable levels.

Note: Do not set the trace level at 10 when running a table conversion on tables that contain large amounts of data. The system writes the data to the server, and large amounts of data can cause the server to run out of disk space. You can, however, specify the number of rows to process on the batch version properties form.