Setting Up the <batch process>.log File

To set up the <batch_process>.log file:

  1. Locate the workstation jde.ini file.

    The JD Edwards EnterpriseOne setup program places this file in the working Windows directory (for example, c:\WINNT40\jde.ini). If you are unsure of the workstation's working Microsoft Windows directory, use the Find command to locate the jde.ini file.

  2. Use an ASCII editor (such as Microsoft Notepad or Microsoft Wordpad) to open the file.

  3. Set the level of batch report debugging information that you want written to the batch process log file and whether you want the file to be saved.

    These settings are controlled by these parameters in the [UBE] section:

    Setting

    Purpose

    UBEDebugLevel=

    A parameter that specifies the level of UBE debug logging. Valid values are:

    • 0 (default): No error messages.

    • 1: Warnings and high-level information.

    • 2: Section-level messages (plus Level 1 messages)

    • 3: ER messages and database mapping messages (plus Level 1-2 messages)

    • 4: SQL statements (plus Level 1-3 messages)

    • 5: Database output (plus Level 1-4 messages)

    • 6: Batch process function calls and printed output values (plus Level 1-5 messages)

    UBESaveLogFile=

    A parameter that specifies whether the batch_report.log file will be saved. Valid values are:

    • 0: The batch_report.log file is not saved.

    • 1: The batch_report.log file is saved in the workstation's JD Edwards EnterpriseOne print queue directory (E920\PrintQueue).

  4. Save the changes and close the jde.ini file.