XML报表-One or more post-processing actions failed. Consult the OPP service log for details错误

错误现象:

解决办法:

SELECT fcpp.concurrent_request_id req_id
      ,fcp.node_name
      ,fcp.logfile_name
FROM   fnd_conc_pp_actions      fcpp
      ,fnd_concurrent_processes fcp
WHERE  fcpp.processor_id = fcp.concurrent_process_id
AND    fcpp.action_type = 6

AND    fcpp.concurrent_request_id = 584702 --请求编号

通过logfile_name 的文件路径去服务器找对应的log日志文件,根据日志文件查看具体错误消息原因。


猜你喜欢

转载自blog.csdn.net/f_zhangyu/article/details/80546176
今日推荐