Understanding Enterprise Server Troubleshooting
Using these techniques, you can troubleshoot batch applications and business functions that process on the Oracle JD Edwards EnterpriseOne enterprise server. Platform-specific procedures are presented in other sections of this guide.
You might encounter these types of general problems on a JD Edwards EnterpriseOne enterprise server. The information presented applies to all operating systems:
Communication failure when submitting a UBE or when trying to run business function logic on the server.
Error message appearing at the bottom of a form (press F8 or click Bitmap to view an error description).
You should be familiar with the various logs used to troubleshoot problems on the server. Using these logs, you can troubleshoot batch applications and business functions that are executing on the enterprise server.
Types of Enterprise Server Log Files
In general, logs on JD Edwards EnterpriseOne enterprise servers are classified as either logic processing logs or batch processing logs.
Logic Processing Logs
You can use these two major log file sources for troubleshooting processing faults on the enterprise server:
jde.log
This log displays fatal errors. It can track any fault that might occur within JD Edwards EnterpriseOne.
jdedebug.log
This log tracks API calls and SQL statements as well as other messages. You can use this file to determine the point in time when normal execution stopped. The system does not use jdedebug.log to track errors; instead, this log is used to track the timing of JD Edwards EnterpriseOne processes.
Batch Processing Logs
You can use the batch process log to identify faults in JD Edwards EnterpriseOne processing related to batch processes. This log can contain event rule (ER) references, batch application process flow, and SQL statements, as well as other messages.