Wednesday, February 23, 2011

BI Publisher Debugging

OPTIONS:

1. Add "debug" in the xmlp-config file -- restarting the app server (oc4j or tomcat).
For Enterprise Release the debug level can be set from Admin > Server Configuration UI. Setting value as “Debug” from the LOV turns on the debug mode. Restart the Application to make this change effective. This change sets the DEBUG_LEVEL property to “debug” in xmlp-server-config.xml configuration file. The location of xmlp-server-config.xml is under Repository (./XMLP/Admin/Configuration).  The debug log will be available in server log.

2. Create file xdodebug.cfg and save under c:\program files\java\jdk\jre\lib
content of file:
LogLevel=STATEMENT
LogDir=c:\temp

No comments:

Post a Comment