Pending requests

Hi
Iam getting lot of complaints that the requests were in peniding state for long time and because of pending requests other requests were getting stuck and unable to process
iam getting such issues in production how to troubleshoot such issues ?
Need your help on this
aram

When you speak of the concurrent request which is making the request to get stuck you can use the below suggestions to find this :
1. Locate which request is running for a long time ?
2.Check the sid of request and see if its creating lock in the database :
SELECT a.request_id, d.sid, d.serial# ,d.osuser,d.process , c.SPID
FROM apps.fnd_concurrent_requests a,
apps.fnd_concurrent_processes b,
v$process c,
v$session d
WHERE a.controlling_manager = b.concurrent_process_id
AND c.pid = b.oracle_process_id
AND b.session_id=d.audsid
AND a.request_id = &Request_ID
AND a.phase_code = 'R';Then see if this sid is causing locks in the database :
select * from v$lock where block<>0;Also :
1. to see the managers :
login to application -> sysadministrator -> concurrent:Manager -> administer
see the acual target , they should be equal. and the Internal Manager should be up.
Also check the spaces in the $APPL_TOP and the database Archive. that also slows down the application.

Similar Messages

  • Pending requests in the Standard Manager queue

    We are currently facing a situation in one of our Oracle EBS R12 instances, the current number of Standard Manager processes is set to 20, cache size 20 and sleep time 15 . We frequently observe that the concurrent requests get queued up in the Standard Manager queue (Concurrent->Manager->Administer).We have observed that the request queue gets cleared out when we temporarily increase the Standard Manager process to 30/40.But, the issue occurs again after some time, when we reset Standard manager process to 20.
    Any help in this regard will be highly helpful.
    OS: OEL 5.5 (x86)
    EBS: 12.1.1
    DB: 11.1.0.7
    Install type: Multi-Node
    Regards,
    Rupdipt

    Please see the docs referenced in your other thread -- Pending requests in the Standard Manager queue
    Also, see old threads which discuss the same topic.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Concurrent+AND+Manager+AND+Performance&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Concurrent+AND+Manager+AND+Tuning&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Concurrent+AND+Manager+AND+Processes&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Concurrent+AND+Manager+AND+Pending&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • How to monior phase of pending request through alert

    we,
    want to monitor the status of pending request in erp through an alert mail . please suggest
    regards

    What you mean by monitor? Do you want to see the status of concurrent requests frequently? If so, create an alert to run every N hours based on your need and notify concerned people. You can write the sql based on table fnd_concurrent_requests with desired conditions (phase code, request start date etc) and schedule the alert.
    Thanks
    Shree

  • Hangs when Tried to navigate while there is a pending request to change a web page

    Very often when I try to connect to a new web page, when I have made a old pending request, firefox hangs.

    One sure fireway to invite problems on a Mac is to install a/v software.
    Barry and rkaufmann87  are trying to give you excellent advice.
    If it were me, I'd backup my important files then erase the drive and start over. Anti virus software on a Mac is invasive and hard to uninstall properly.
    Since you are running v10.5, an Archive & Install won't do the job. You'll still have the previous System Folder on the drive. Clean install only.
    See: Erase & Install here > Installing Mac OS X 10.5 Leopard

  • Scheduled Request VS Pending Request

    Hi,
    How i can find scheduled requests,pending requests among all requests from fnd_concurrent_requests,Fnd_concurrent_programs tables. I am using status code and phase code.But both are coming as same for scheduled, pending requests.with those two fields i am not able to distinguish .
    What actually my requirement is....
    i will give a request id
    suppose if that request is not scheduled and in the pending phase ...i want to delete that request from the table .
    if that is scheduled and in the pending state... i dnt want to delete that
    Please help me

    How i can find scheduled requests,pending requests among all requests from fnd_concurrent_requests,Fnd_concurrent_programs tables. .Merge fnd_concurrent_requests
    fnd_concurrent_programs_tl
    and give proper phase dna status code as explained below.
    Also you will find exact query, just google it.
    I am using status code and phase code.But both are coming as same for scheduled, pending requests.with those two fields i am not able to distinguish.Use below query to distinguish them
    select lookup_type,lookup_code,meaning
    from fnd_lookups
    where lookup_type in ('CP_STATUS_CODE','CP_PHASE_CODE')
    To analyze a concurrent request:-
    ANALYZEREQ.SQL - Detailed Analysis of One Concurrent Request (Release 11 and up)(Note 134035.1)
    suppose if that request is not scheduled and in the pending phase ...i want to delete that request from the table .Schedules is 'status' whereas pending is 'Phase'. i think you mixing two things.
    Thanks,
    JD

  • SBS2011 failed to accept SSL certificate, now lost pending request

    Hello, i just this afternoon made a request for a new cert using the SBS2011 wizard. After going through the initial steps I eventually received an email from GeoTrust with the certificate to paste back into the SBS2011 console. However when i pasted it, SBS2011 threw a wobbler, and told me there was an error importing the certificate.
    There appeared to be two certs on my email, they were labelled rather rubbishly, and i may well have tried to paste the wrong one, but i seem to have lost my pending request now, to which i could add the new certificate to.
    I looked in the certificate authority snap-in, I can't see any pending requests or anything i could re-ignite my certificate renewal process :(
    What should i do next? hopefully without having to buy another certificate :/
    Thanks!
    This topic first appeared in the Spiceworks Community

    Alright I figured it out.  Basically I had this SSL cert already imported on another server.  What I had to do is export it as a PFX with a private key password
    from the MMC console of the server I was already using it on.  Completing the request on IIS didnt work I had to then open MMC on the server I was trying to use the cert go to the Web Hosting directory in the cert path --> import it, type in the key,
    then bam it showed up in IIS under SSL certs and then I set the bindings for HTTPS.  

  • Workload Monitoring "Pending Requests"

    I was monitoring a load test of my app under Workload Monitoring and noticed the "Pending Requests" column. I know this doesn't mean anything to anybody, but they averaged in the 90's...for a "light" load test.
    What should this be? How do I tune? Are there OS parameters that would help? WebLogic configuration? I can't find much on it and I don't know what good or bad is...
    Thanks...
    Chuck

    <Chuck Heinle> wrote in message news:[email protected]..
    I was monitoring a load test of my app under Workload Monitoring and noticed the "Pending Requests" column. I know this doesn'tmean anything to anybody, but they averaged in the 90's...for a "light" load test.
    >
    What should this be? How do I tune? Are there OS parameters that would help? WebLogic configuration? I can't find much on itand I don't know what good or bad is...
    Generally this happens when the number of requests exceeds the
    number of available execute threads.
    You may consider increasing number of the execute threads in WebLogic
    if your load tests shows that the server CPU utilization is under 90% when
    the requests begin piling up.
    You might want to run the application under a profiler to see if it is possible
    to reduce request processing time by removing bottlenecks in the application.
    Hope this helps.
    Regards,
    Slava Imeshev

  • Leave Request - can't change the time of pending request

    Hello,
    We are trying to change the time of a pending leave request and when entering  a new time in the duration field, the original time still shows up on the Review and Send screen. The leave request is for one day and for 5 hours - we are trying to change to 2 hours and 5 hours still shows up.
    Is this an issue with the code or config? Any help is appreciated.
    Thanks

    is the note 1238028 implemented in your system?
    have you done any modification
    Depeding on your requirement you can decide how to use
    PT_ARQ_REQUEST_CHECK ie hours field or the clock times.
    That means you need to clear the time fields which are derived
    from the work schedule and keep it empty since these fields
    are hidden in your front end and no option for the pernr to modify
    or correct the times.

  • HT1918 how can i cancel one pending request of add money

    i put some money in my credit card. im in china. but the softwear of the bank of china is all in chinese so i didnt succed in finishing the request to add money. now i have 4 requested to add money in pendinng. i arange whit one friend of mine to help my whit his account to by one application, but i have to change the country from china, that was automatic selection when i made id, to my country romania. pls cant you delete this 4 request???

    i contact the bank. they say no bank order was rich untill them. but i have some bank oredrs in pending and i dont now how to get ridd of them in oreder to change the country or region. other posibility is not existing??? plss

  • SMQ1 - Pending Requests - NOSEND Status - BW User Requests

    Dear Support,
    In our SAP ERP2005 system, under transaction code SMQ1, we are seeing 3 QRFC Outbound queues. In each of these queues, there are several hundreds of user requests. The line items were suppose to processed around 2 to 3 months back. Unfortunately, we don't why these requets were pending with the status NOSEND.
    Here my questions are:
    > Do we need to process these requets or delete these requests? If so, what might be the reason behind it...
    > How can we avoid these pending queues moving further?
    Thnak you,
    Nikee

    Nikke,
    If its your PRD system dont delete anything its a loss of data.
    If you find QRFC in nosend mode try to activate them again. You can also try tcode SMQR or SMQS for inbound, outbound queues.
    QRFC are configured with DIA work process, so it might possible all work process got occupied at that time.
    To find out cause check SM50,SM66 for status of Work Processes ,SM21,ST22, DB01,SM12,SM37 for any long running job.

  • Pending Requests BAPI

    Hi all,
    I'm developing a application (Java) and i need to get the all Requests pending to transport. Have some BAPI to this?
    Best regards

    E070 , E071 could be checked.
    BAPI_REQUEST_CREATE. create req.
    BAPI_CTREQUEST_CREATE_TASKS Request in Change & Transport System

  • How to delete i.e. clear the pending access requests list from Access request page in SharePoint 2013

    Hi Team,
    I am site collection admin of a SP13 site. The issue is we have added some of the users manually after we got requests from them for site access. But this has left those users as pending on Access requests page. We don't want that list to stack up.
    I can not decline those requests as those users will be notified with declined mail. I searched for clearing the list of those pending requests but did't find any guidelines for this. 
    Is there any way I can do this. Any help is appreciated thanks in advance  

    You might consider using PowerShell to remove unwanted items from the "Access Requests" list of the web site.  This list holds all of the access requests including pending, declined and approved.  The following example demonstrates removing
    the first item from the list.  Please note, I'm not aware whether or not there are any negative side effects to removing items from this list so doing so would be at your own risk.
    $web = get-spweb https://yoursharepointsite
    $list = $web.lists["Access Requests"]
    $list.items[0].delete()

  • Standard manager is not picking up new requests 1533 requests are pending

    Hi all,
    Currently we are in R12.1.3 with DB 11.1.0.7 on RHEL 5
    Suddenly Standard manager is not picking up any new requests actual and target are same but pending requests count reaches 1533 also conflict resolution manager actual & count is same but pending requests count is 219.
    We can find some error messages as follows in the manager logfile of Internal manager log file as
    "Found dead process: spid=(32711), cpid=(64450), ORA pid=(17), manager=(0/1)" apart from this message there is nothing error in standard manger log file as well as cCRM logfile.
    even we checked alertlog file also nothing error message all mount points having free space,Please help us it is on PROD Instance
    Thanks in Advance

    "Found dead process: spid=(32711), cpid=(64450), ORA pid=(17), manager=(0/1)" apart from this message there is nothing error in standard manger log file as well as cCRM logfile.Please check if you have any errors in the database log file.
    Concurrent Processing - Service Manager Processes Are Not Starting After System Restart - usdsop cannot redirect standard output [ID 733901.1]
    Many Defunct Processes Created on System [ID 461684.1]
    Concurrent Processing - CCM.sql Diagnostic Script to Diagnose Common Concurrent Manager Issues [ID 171855.1]
    Concurrent Managers Will Not Start ORACLE error 60 in insert_fcp [ID 1256084.1]
    Why Are Dead Process Found In The Standard Manager Log File? [ID 246584.1]
    even we checked alertlog file also nothing error message all mount points having free space,Please help us it is on PROD InstancePlease stop the CM, run cmclean.sql script, start the CM and check then -- Concurrent Processing - CMCLEAN.SQL - Non Destructive Script to Clean Concurrent Manager Tables [ID 134007.1]
    Thanks,
    Hussein

  • Request Approved Fulfillment Pending status not changing

    Hi All,
    I am assigning an application instance to the user and the request enters into waiting stage after all approval with the status "Request Approved Fulfillment Pending". As the application is dependent on other application I assigned the other required application to the user as well but even after that the pending request remains in the same status.
    Please suggest
    Env: OIM 11g R2
    Thanks
    Vikas Garg

    Hi All,
    I am assigning an application instance to the user and the request enters into waiting stage after all approval with the status "Request Approved Fulfillment Pending". As the application is dependent on other application I assigned the other required application to the user as well but even after that the pending request remains in the same status.
    Please suggest
    Env: OIM 11g R2
    Thanks
    Vikas Garg

  • Exchange 2013 request certificate remain pending after complete

    Hi Folks
    I have installed a standalone CA Windows 2008r2 on server joined to AD. Also I have installed Exchange 2013 SP1.
    After Exchange request certificate, I have submitted request to my standalone CA. Downloaded certificate on Exchange 2013 and then I have imported it (I have done complete from Exchange 2013 console) but certificate remain pending.
    I have seen using get-exchangecertificate, thumbprint are different. I mean from Exchange command I receive a thumbprint, but if i see thumbprint from certificate imported the two thumbprint are different.
    Any ideas?
    Many thanks
    Maximilian

    There is a separate section for pending requests. 
    if you look further down, there is a separate bit - including an example here::
    Cheers,
    Rhoderick
    Microsoft Senior Exchange PFE
    Blog:
    http://blogs.technet.com/rmilne 
    Twitter:   LinkedIn:
      Facebook:
      XING:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

Maybe you are looking for

  • Can I use the HDMI Out on my macbook pro retina for audio without connecting a video device?

    While the MBP has TOSLINK output from the headphone jack, TOSLINK does not have the bandwidth to carry the high resolution audio from many blu-rays and DVD-Audio disks. I would like to hook my MBP to an audio-only HDMI sink so I can pipe the multicha

  • "The iPod '...' cannot be synced. The disk is locked and cannot be written to."

    Hello. I keep getting this "The iPod '...' cannot be synced. The disk is locked and cannot be written to." error when I try to sync my 11 GB of music from my very old, updated Windows XP Pro SP3 machine to an old iPod Touch 1G (iOS v3.1.3). It has a

  • Can any body tell me why this program works?!! It shouldn't work!

    I wrote this program in a different long way, but it worked...I got the code i just posted below, it works well as well, but i dont know how this works. It seems more effeciant as well.....Q: Write a program to read lines of text containing names and

  • I need information on Appraisals

    Hi Experts, Can any one can provide information on followings APPCHANGE APPCREATE APPDELETE APPDISPLAY APPSEARCH APPTAKEBACK PPAD PPUP Please its very urgent.Correct answer will be rewarded Edited by: Zsolt Markus on Jan 4, 2008 11:02 AM

  • Choppy Sound

    Hi, I am having a problem with importing sound from my JVC camera. I can view it on the camera and it is fine but as soon as I begin to import the sound goes completly choppy. If I leave it for a few hours and come back I can import about 2 minutes b