忙里偷闲

很多事情很多心情写了也就记下了; 不写,以后可能就忘了.
个人资料
正文

Post-processing action failure

(2009-02-17 04:42:59) 下一个
There are many cases that the request failed with the following error message:One or more post-processing action failed. Consult the OPP service log for details.

In this case, we need to know the log file and the location of the log file.

There are two ways we can use.

1) Run the below query:

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

2) Use Concurrent Manager

Log in as System Administrator, Nevigate Concurrent -> Manager ->  Administer

Do a search  on ‘Output%’. If there are more than two node displayed. Click on the right node, then ‘Processes’ tab, choose the right Concurrent, then click on ‘Manager Log’ tab.

                                                                                         
                                                                                                                 

[ 打印 ]
阅读 ()评论 (0)
评论
目前还没有任何评论
登录后才可评论.