Understanding Logs for Batch Jobs
When you submit batch versions, you can specify whether you want to generate logs. The logs available are the JDE.log and the JDEDEBUG.log. These logs enable you to review the processing of the report. You can generate the logs on the server where the report is processed.
You can override the report processing location to process the report locally and generate the logs on the workstation. In this case, the logs are written to the print queue directory on the workstation where the PDF files reside.
The server logs reside in a specific directory on the server. The jde.ini settings determine the location of this directory. Also, depending on the platform that you use, the jde.ini setting differs slightly. This list provides sample jde.ini settings for the directory where the report logs reside:
IBM i
[INSTALL] DefaultSystem=E812SYS
Example path: E812SYS\PRINTQUEUE
UNIX
[INSTALL] E812=/usr/JDEdwards/output
Example path: /usr/JDEdwards/E812/output/PrintQueue
Microsoft Windows NT Server
[INSTALL] E812=d:\JDEdwards\output
Example path: d:\JDEdwards\E812\output\PrintQueue
PrintQueue is the default directory for the UBE log files, which is a subdirectory of the directory that you define in the jde.ini. You can change the location of this directory as necessary.