Can't generate BI Publisher debugging info
Hi,
I am on oracle apps version R12.2.6 and BIP version 10.1.3.4.2.
I am having issues with a BI report and want to get the sql its running when generating the output file.
In order to generate the debug logs I've performed following steps.
1. created log directory as /tmp/xdodebug
2. created file xdodebug.cfg under $OA_JRE_TOP and $XDO_TOP/resource directories
3. added below lines in xdodebug.cfg
logLevel=STATEMENT
logDir=/tmp/xdodebug
4. restarted app server
After performing the above steps, when I run my report, its not generating anything in the log directory.
Please can someone help with this issue?