忙裏偷閑

很多事情很多心情寫了也就記下了; 不寫,以後可能就忘了.
個人資料
正文

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)
評論
目前還沒有任何評論
登錄後才可評論.