Working With Table Conversion Log Files
The log files are stored in these specific locations:
The
jde_ProcessId.logandjdedebug_ProcessId.logare stored inJDEdwardsE920\Logs/JDEdwards/E920/logswhile the conversion is running.Once the conversion has finished, the logs are moved to
JDEdwardsE920\PrintQueue/JDEdwards/E920/printqueueand renamed to these names:R98405A_XJDE0001_EnterpriseOne_Job_Number_PDF.jde.logR98405A_XJDE0001_EnterpriseOne_Job_Number_PDF.jdedebug.logThe
JDE_IBM i_Job_Number.LOGandJDEDEBUG_IBM i_Job_Number.LOGare stored in\E920.The conversion logs are stored in the
Printqueuedirectory. The log will be named one of the following:Report_Version_Ddate_Ttime_Jjob_number.logTable_ALTERTABLE_Ddate_Ttime_Jjob_number.logTable_MERGETABLE_Ddate_Ttime_Jjob_number.log
The directory for the printqueue is
Oracle\E920\PrintQueueOracle/E920/printqueue\E920SYS\PrintQueue
INI Settings
[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
There is a possibility that there may be invalid errors in the JDE.log. You can ignore any error along the lines that read:
No rounding record found in table tablename - datasource
where tablename is the name of the table and datasource is the name of the datasource.
You can run the TC verification report prior to running spec merge to ensure tables are in the correct format. Refer to Compare Tables and Indexes Against Central Objects or TAM Specifications (R9698711) in the chapter entitled: Working with Reports.