微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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 issuesPlease make sure that "ancestor-or-self" is not used in RTF Template as it is very costly and time consuming.

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐