Pages

Recently Viewed

Saturday, October 22, 2011

OPP Service Failure - Output Post Processing

Concurrent program for XML reports very often ends in warning with below message -

“Beginning post-processing of request $REQUEST_ID on node $APP_HOST at 13-OCT-2011 17:21:02.
 Post-processing of request $REQUEST_ID failed at 13-OCT-2011 17:21:04 with the error message:
 One or more post-processing actions failed. Consult the OPP service log for details.”

Cause - This issue can occur because of either opp service failure or custom xml template.

Fix 1- Check with DBA about opp service status and ask if it is not active.
Fix 2- If opp service is running, it can be issue with our custom xml template. Analyze the opp service log to catch the root cause.


To get opp service log - go to 
1) System administrator >>> Oracle Applications Manager >>concurrent Managers 
2) Select “output post processor” and click  “View Details”
3) Click on the output post processor to display all process running for OPP
4) Click on the log button  - to see the OPP request log


Go through the log file and get the error point. It have some keyword  which is causing issue.
Now check the properties of data field on template, Bad keyword will be available at some places.
correct it and save the template.

Run the program again..It shall complete normal and you can see your expected output file. 

4 comments:

  1. Hi,

    I am facing the same exact issue but i'm not able to sort out the Error. Please give me solution on through my mail id sekarcse4017@gmail.com

    ReplyDelete
  2. sent you an email. Please search your request id in OPP log file and go through till get some exception/error.

    OPP issue is mostly enviornment issue and any DBA can quickly check and update. OPP log will give clarity on categorization.Some time issue can be from any of our tag (used in XML) and any such indication requird a through debugging of your XML tags and correct.

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete