Upgrade Guide for UNIX > Upgrading the Siebel eBusiness Application > Reviewing the Upgrade Log Files >

Summarizing the Log Files


Use the log parse utility to create summary.txt, a summary of all files in the log output directory. Use the summary file to review database process log files, verify parameters, review errors, and identify costly SQL and DDL steps.

NOTE:  If you are upgrading from Release 7.5.2 and you plan to use database utilities to synchronize DDL or migrate a repository from development to production, rerun the Database Server Configuration Utility to create a new version of the UCF file. Save this UCF file to use when you run database utilities.

This step avoids encountering an error message when you run the logparse.exe utility that the UCF file is not compatible.

To execute the log parse utility

The log parse utility creates summary.txt in the following directory: $SIEBEL_ROOT/siebsrvr/log/PROCESS.

To review the summary.txt file

  1. Open summary.txt from $SIEBEL_ROOT/siebsrvr/log/PROCESS, where PROCESS is the database process you want to review.
  2. Review the parameters to make sure they are correct.

    NOTE:  Passwords are encrypted.

  3. Review the step details for errors.
    • If no errors occurred for a step, then the step detail displays Errors:None.
    • If more than five errors occurred for a step, you need to manually review the log files.

      NOTE:  Summary.txt only identifies errors encountered by the ODBC driver for the database.

  4. For every error found, determine whether it is an acceptable error by following the procedure,.
  5. Review longest-running queries (based on the criteria you defined using the /t command line option).
  6. Review queries that returned zero rows (based on the criteria you defined using the /n command line option).
  7. Review the performance impact caused by table and index creation.

    If no information is available, then the process did not execute DDL.

  8. Resolve any errors that occurred and, if necessary, restart the upgrade.

 Upgrade Guide for UNIX
 Published: 20 October 2003