BI Publisher Performance Issue caused by ancestor-or-self tag

BI Publisher Report有很多性能问题是因为,rtf模板中含有大量的ancestor-or-self标签,在生成Output的时候,Report将会花很多时间来解析XML。

Solution:把ancestor-or-self标签转换成绝对路径。
比如: <?ancestor-or-self::*/LP_FROMDATE?>   改成     <?/INVARCLI/LP_FROMDATE?>

测试报表的改动,可以参考:Update Data Template(xml file) and RTF(rtf file) Template for BI Publisher Report

Reference: R12: Troubleshooting Known XML Publisher and E-Business Suite (EBS) Integration Issues [ID 1410160.1]

Common RTF Optimization issues
Please make sure that "ancestor-or-self" is not used in RTF Template as it is very costly and time consuming.


你可能感兴趣的:(BI Publisher Performance Issue caused by ancestor-or-self tag)