Log Files

The log files are stored in specific locations:

  • On the IBM i, the naming convention is JDE_<IBM i Job Number>.LOG and JDEDEBUG_<IBM i Job Number>.LOG. The logs are stored in /JDE920.

  • On all platforms, the conversion logs are stored in the print queue directory. The naming convention is <Report>_<Version>_D<Date>_T<Time>_J<JobNumber>.log

The print queue folder is /E920SYS/PrintQueue The JDE.INI settings for logging are shown in this example:

[DEBUG]

;Turn off JDEDEBUG.LOG, set to FILE to turn on JDEDEBUG.LOG Output=NONE

;Turn on JDE.LOG, set to 0 to turn off JDE.LOG LogErrors=1

;Do not send logging info to client, set to 1 to send logging info to client (not recommended)

ClientLog=0

[JDENET]

;Turn off JDENET tracing. Set to 1 to turn on JDENET tracing. netTrace=0

[TCENGINE]

;Turn on minimal table conversion tracing. Set to 0 to turn off tracing (not recommended). Set to 10 for maximum tracing (useful for troubleshooting).

TraceLevel=1

Note:

If you are having problems running TCs on the server, the IBM joblog can be helpful. Set up the logging with these settings in the JDE.INI file:

PrintUBEJoblog=TRUE

PrintUBEJoblogOnError=TRUE

When you are finished, change the PrintUBEJoblog to FALSE.

Note:

There is a possibility that there might be invalid errors in the JDE.LOG. Ignore any errors similar to “No rounding record found in table < tablename> – <datasource>."