Siebel Reports Guide > Troubleshooting Siebel Reports > Enabling and Disabling Logging for Siebel Reports >

Enabling and Disabling Debugging in Disconnected Clients


You can configure the Oracle BI Publisher XDO Engine to create log files that collect detailed information about errors that occur when the user runs a report in a disconnected client. You can use the log files to identify problems that occur with the JAR (Java ARchive) files or the Oracle BI Publisher report template files.

Enabling Debugging in Disconnected Clients

Use the following procedure to enable debugging for the Oracle BI Publisher XDO Engine.

To enable debugging in disconnected clients

  1. Use a text editor to create a file named xdodebug.cfg.
  2. Add the following code to the file you created in Step 1:

    LogLevel=STATEMENT
    LogDir=path to logging folder

  3. Place the file you created in Step 1 in the jre\lib folder that the Siebel client uses.

    For example:

    C:\Program Files\Java\jre1.6.0_07\lib

  4. Make sure the folder that the LogDir parameter specifies exists.

    Siebel CRM saves the log files that it creates in this folder. If an error occurs when the user runs a report in a disconnected client, then Siebel CRM creates an xdo.log file and saves it in the directory that the .cfg file specifies. You can use this log file to troubleshoot the problem.

Disabling Debugging in Disconnected Clients

You can disable debugging for the Oracle BI Publisher XDO Engine to optimize Siebel Reports performance in a disconnected client.

To disable debugging in disconnected clients

  1. Back up the xdo.cfg file:
    1. Access the computer where the Siebel Developer Web Client is installed.
    2. Copy the xdo.cfg that resides in the jre\lib installation folder to another computer.
  2. Remove or rename the xdo.cfg that resides in the jre\lib folder.
Siebel Reports Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.