Performance Issue with BI Publisher report
Hi,
I am having performance issue with Vendor liability Aging (APX1408) BI Publisher report. We are using the report as delivered, the process is taking 1:30 hours to process 80k rows.
We enabled the peoplecode trace and found that the process is taking most of the time in the below code:
2155 05.08.41 0.000000 23: &bRet = &oFOPocessor.generateOutput(&sXSLTemplateFile, &sXMLDataFile, &sXliffFile, &sOutputFile, &iOutputFormat);
2156 06.42.57 5655.876000 24: If Not &bRet Then
I also enabled the xdo debug trace and found that the below message repeatedly in xdo log file.
[022515_071426002][oracle.xdo.template.fo.elements.FormattingEngine][STATEMENT] Continue rendering page [1]
Any inputs on the root cause of this issue ?