ORACLE EBS 问题 -One or more post-processing action failed. Consult the OPP service log for details.

对于出现“One or more post-processing action failed. Consult the OPP service log for details.”一般有三种原因。
1.字符集不对。即encoding设为“UTF-8”.
2.报表和模板的加载有误。form中的fnd_request.add_layout中的模板名要和报表的代码相对应。
3.报表自身有问题。可以用log的方式逐行检查。
4.检查是否打印输出XML文件格式的时候,出现了空行,或者多余空格,如有,则删除即可。

posted @ 2012-07-09 10:54  杨志威  Views(3468)  Comments(0Edit  收藏  举报