LogParse Output Files for the Enterprise Server

The LogParse utility parses large jdedebug.log files that are generated on a JD Edwards EnterpriseOne Enterprise Server into manageable output files. This utility creates the output files in the Performance Results section with their respective file types:

  • Analysis Summary File (.html)
  • TBLE CSV (.csv)
  • Timing Gaps (.txt)
  • *USE CSV (.csv)
  • BSFN CSV (.csv)
  • Debug File (.txt)

For example:

The syntax of the output file names is:

  • Summary File

    <input log name>SUMMARY<ParseLevel>.html
    

    Where <ParseLevel> is a number from 1 to 5, specifying the level of detail in the summary file, and which matches the specified Parse Level when generated.

    For example:

    jde_9319_SUMMARY5.html
    
    
  • TBLE CSV and BSFN CSV

    <Input file>_BSFN<ParseLevel>.csv
    <Input file>_TBLE<ParseLevel>.csv

    Where <ParseLevel> is a number from 1 to 5, specifying the level of detail in the .csv file, and which matches the specified Parse Level when generated.

    For example:

    jde_9319_TBLE5.csv
    jde_9319_UBE5.txt

Important: These files are generated only when: ParseLevel >=2 and Timing Parse Level >=2.