How to resolve piled-up Pending Concurrent Requests in Output Post Processor (OPP) and Standard Manager in Oracle EBS 12.2

In Oracle E-Business Suite, one of the issues faced by EBS administrators is pending concurrent requests stuck in the Output Post Processor (OPP) or Standard Manager.

Recently, I encountered a situation where both the OPP and Standard Manager were showing a high number of pending requests, even though the system appeared otherwise healthy.

In this blog, I’ll walk you through the step-by-step troubleshooting process and the exact solution that resolved the issue.

ISSUE

  • Output Post Processor ( OPP ) was showing 31 pending requests.
  • Standard Manager was showing a high number of pending requests ( initially 85+ ).
  • Many requests were stuck in pending phase with Pending OPP status.
  • The Help Reports program was completing normally, indicating that the issue was not with the application tier or database connectivity.

INVESTIGATION

  1. Checked Concurrent Processes for OPP
    I opened the Processes screen for the Output Post Processor and observed that 10 processes were active and running.
  1. Checked Pending Requests
    I navigated to Concurrent > Requests and used the Find Requests window to filter requests submitted by me at that moment..
  1. Reviewed a Sample Request
    Help Reports was running normally and produced output successfully.
  1. Key Observation
    Most of the pending requests belonged to a single user (AHSAN) and were related to the Create Accounting program.

Root Cause Analysis

The root cause was identified as the “Concurrent: Active Request Limit” profile option.

  • This profile limitis the maximum number of simulteneous active concurrent requests a user can submit.
  • The user AHSAN had this limit to 12.
  • The user had submitted more than 12 requests in a short period, causing requests to queue up and remain in pending status.

SOLUTION

I increased the Concurrent:Active Request Limit profile option for the specific user AHSAN from 12 to 20.

Steps to Change the Profile:

  1. Log in as System Administrator.
  2. Navigate to System Administrator > Profile > System.
  3. Search for profile: Concurrent: Acive Request limit.
  4. Set the value at user level for AHSAN to 20 ( or a higher appropriate value ).
  5. Save the changes.

After updating the profile, the pending requests started processing immediately. The number of pending requests in both Standard Manager and OPP began to drop.

Key Learnings & Best Practices

  • The Concurrent: Active Request Limit profile is often overlooked but can cause major queuing issues when users submit bulk requests.
  • Always check who is submitting the requests and how many are pending against the user.
  • For users who frequently run heavy programs like Create Accounting, GL Posting, or mass updates, consider increasing this limit selectively.
  • Monitor OPP regularly. it is a critical manager for PDF/XML reports and post-processing.
  • keep the number of OPP processes ( TARGET ) sufficient for your workload.

Quick Troubleshooting Checklist for Pending OPP / Standard Manager Issues

StepActionWhat to Check
1Check Manager StatusActual vs Target processes
2View Pending RequestsFilter by User, Program, Date
3Check User ProfileConcurrent:Active Request Limit
4Review OPP ProcessesEnsure processes are Active
5Check Request LogsLook for errors in post-processing

Conclusion

this issue was resolved by adjusting a profile option for the specific user. What looked like a serious concurrent manager problem was actually a user-level concurrency limit restriction.

Always investigate the user and profile settings before restarting managers or making major configuration changes.

This entry was posted in Uncategorised. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *