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.