Pending conc Request

Hi,
How can i find out what are the pending concurrent request ?
How to troubleshoot the, Sudden icrease of Pending concurrent requests ?

How can i find out what are the pending concurrent request ?- Login to System Administrator
- Navigate to Request > View
- Find Requests, Specific Requests, Phase: Pending
- Click Find
- This will list all pending concurrent requests you have in the system
How to troubleshoot the, Sudden icrease of Pending concurrent requests ?Check Note: 213021.1 - Concurrent Processing (CP) / APPS Reporting Scripts
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=213021.1
ANALYZEPENDING.sql --> Script for diagnosing Pending Concurrent Requests (For all Releases of Apps)

Similar Messages

  • When submitting a conc. request from ebs

    When i am trying to submit any conc. request be it a process of a report it completes successfully, but the completed show in yellow color and warning. In the log file it says :
    Printing output file.
    Request ID : 603033      
    Number of copies : 1      
    Printer : noprint
    lp: unable to print file: client-error-not-found
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. Program exited with status 1
    Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. Program exited with status 1.
    Action: Review your concurrent request log file for more detailed information.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 23-APR-2010 12:17:50
    I tried setting the print option to zero when ever i submit a request then it completes without any warnings , but this is a cumbersome exercise can some one tell me where can i set this print copies = 0 permanently so that i do not have to do it again and again for every request that i submit in my responsibility.
    Please help!

    That's a system setting. Default value is set using system profile value Concurrent:Report Copies under responsibility Sys Admin. Setting it there sets it for ALL programs. Just set it for the responsibiliy you want.
    Evita

  • How to get details of Pending Approval request in OIM 11g R2?

    Hi,
    We need to find out following details from Pending Approval Request in OIM 11g R2 -
    Request ID,Assignees,Requested Resource Name, Title of Request, Beneficiary, Status of Request.
    Out of above attributes we could find out Assignees, Title of Request, Status of Request, Beneficiary, etc. But we are not getting Request ID and Requested Resource Name.
    We have used API - 'IworkflowServiceClient'
    If we use API - 'RequestService' then we are not getting Assignees and Resource name from Pending approval request.
    Can any one suggeste how can we get these details? Do we need to use other API or other alternative to get all of attributes from Pending Approval Request.
    Thanks.

    Thanks Kevin for your suggestion.
    In OIM 11g R2 I tried task.getIdentificationKey() to get Request ID and task.getSystemMessageAttributes().getTextAttribute6() to get requested resource name but I am getting null values out of it. Is there something I am missing?
    Which common thing I can use to retrieve data from both OIM and SOAINFRA? As I am not getting Request ID from 'IworkflowServiceClient' API so I could not use it to earch request in OIM using 'RequestService'. Even if I have to use query what will be common thing I can use to fetch data from both tablespaces?
    Thanks.

  • Friends Suddenly Became Pending Contact Request

    A friend of mine who had appeared "online" earlier tonight suddenly became "pending contact request". What does this mean? Am I deleted or blocked by him? How can I solve this problem?
    Thanks!

    I have just had the same issue whereby many contacts became "request pending" most of whom would not disconnect me! I think skype has been comprised? I suggest that the forum managers escalate this issue....!
    MyGloria wrote:
    A friend of mine who had appeared "online" earlier tonight suddenly became "pending contact request". What does this mean? Am I deleted or blocked by him? How can I solve this problem?
    Thanks!
    MyGloria wrote:
    A friend of mine who had appeared "online" earlier tonight suddenly became "pending contact request". What does this mean? Am I deleted or blocked by him? How can I solve this problem?
    Thanks!

  • List of long running Conc Requests required for last 6 days

    Hi All,
    I need List of long running Conc Requests required for last 6 days.But somewhat my query is not working and giving me the output.
    Could anyone please let me know what is wrong in the query which gives me the output for 60 mins but not for the last 6 days as required.
    Query:
    set echo off
    set feedback off
    set linesize 97
    set verify off
    col request_id format 9999999999 heading "Request ID"
    col exec_time format 999999999 heading "Exec Time|(Minutes)"
    col start_date format a10 heading "Start Date"
    col conc_prog format a20 heading "Conc Program Name"
    col user_conc_prog format a40 trunc heading "User Program Name"
    spool long_running_cr.lst
    SELECT
    fcr.request_id request_id,
    TRUNC(((fcr.actual_completion_date-fcr.actual_start_date)/(1/24))*60) exec_time,
    fcr.actual_start_date start_date,
    fcp.concurrent_program_name conc_prog,
    fcpt.user_concurrent_program_name user_conc_prog
    FROM
    fnd_concurrent_programs fcp,
    fnd_concurrent_programs_tl fcpt,
    fnd_concurrent_requests fcr
    WHERE
    TRUNC(((fcr.actual_completion_date-fcr.actual_start_date)/(1/24))*60) > NVL('&min',45)
    and
    TRUNC(((fcr.actual_completion_date-fcr.actual_start_date)/(1/30))*6) > NVL('&days',5)
    and
    fcr.concurrent_program_id = fcp.concurrent_program_id
    and
    fcr.program_application_id = fcp.application_id
    and
    fcr.concurrent_program_id = fcpt.concurrent_program_id
    and
    fcr.program_application_id = fcpt.application_id
    and
    fcpt.language = USERENV('Lang')
    ORDER BY
    TRUNC(((fcr.actual_completion_date-fcr.actual_start_date)/(1/24))*60) desc,
    TRUNC(((fcr.actual_completion_date-fcr.actual_start_date)/(1/30))*6) desc;
    spool off
    Thanks for your time!
    Regards,

    Hi,
    I suggest that you look at this line in particular:
    TRUNC(((fcr.actual_completion_date-fcr.actual_start_date)/(1/30))*6) > NVL('&days',5)and consider whether it is asking the question that you want it to ask.
    Furthermore, it looks like you are expecting to get time in minute from the following line, and this definitely does not return minutes:
    TRUNC(((fcr.actual_completion_date-fcr.actual_start_date)/(1/24))*60) I recommend finding one or two IDs for concurrent requests that you know are running for a long time, comparing the start and end times, testing that information against the output of the above functions, and adjusting your query accordingly.
    Regards,
    John P.
    http://only4left.jpiwowar.com

  • Conc Request to check the functionality

    Hello ,
    Is there any conc request which checks out the functionality of the whole application(All the implemented modules) post patching?
    I believe i heard about this conc request in a webinar by oracle corp.
    Regards,
    SRK

    After applying family packs for any module , is there any conc request which will check the functionality of the application?No.
    for e.g after applying the FIN.G family pack, we do have some test cases which will ensure the functionality of the application.we do test each and every test case manually.is there any conc request available in 11.5.10.2 to check the application's functionality automatically?This testing has to be done by the Functional Analysts.
    You could also run the diagnostics scripts -- E-Business Suite Diagnostics 11i Test Catalog [ID 179661.1].
    Thanks,
    Hussein

  • Conc request still running

    Hi Hussen,
    One conc request is still running, it should be in completed in couple minutes.
    When i checked it's parent request, it is in Phase:Running Status:Paused state.
    Any help?

    Hi,
    Please mention the application release along with the database version and OS.
    One conc request is still running, it should be in completed in couple minutes. Is this a standard or custom concurrent program? Has this ever worked? If yes, any changes have been done recently?
    Please verify that there are no locks in the database from the backend.
    When i checked it's parent request, it is in Phase:Running Status:Paused state. This is an expected behavior if the child process is still running.
    Regards,
    Hussein

  • Query to find pending concurrent requests

    Hi All,
    Please provide query to find pending concurrent requests?
    Thanks & Regards
    Tharun

    Hi,
    Check this
    select COUNT (distinct cwr.request_id) Peding_Requests FROM apps.fnd_concurrent_worker_requests cwr, apps.fnd_concurrent_queues_tl cq, apps.fnd_user fu WHERE (cwr.phase_code = 'P' OR cwr.phase_code = 'R') AND cwr.hold_flag != 'Y' AND cwr.requested_start_date <= SYSDATE AND cwr.concurrent_queue_id = cq.concurrent_queue_id AND cwr.queue_application_id = cq.application_id and cq.LANGUAGE='US'
    AND cwr.requested_by = fu.user_id and cq.user_concurrent_queue_name
    in ( select unique user_concurrent_queue_name from apps.fnd_concurrent_queues_tl);
    http://4uappsdba.wordpress.com/2011/11/19/sql-to-find-pending-concurrent-requests/
    Regards
    Sri

  • Conc request taking very very long time

    Hi,
    OS: AIX 5.3
    E-Biz Version: 11.5.10.2
    I have a conc request running for around 5 hours, and still it is running. Earlier it never use to take so much of time.
    Using Toad I traced the request id, which statement is it running, and the output is..
    BEGIN
    fnd_cp_opp_req.postprocess (:reqid, :groupid, :flag, :errmsg);
    END;
    no locks in the database, neither any blocking sessions.
    No errors in : $APPLCSF/$APPLLOG/FNDOPP* logfile.\
    regards,

    Do you have the statistics collected up to date?
    Have you enabled trace and generate the TKPROF file then submitted the request again? If not, then please do and check then (tracing an already running concurrent request would not give much details).
    Thanks,
    Hussein

  • Pending friend request glitch

    when i went on my skype most of the people are offline or online or do not desturb and stuff like that but a freind was online and then it switch to pending freind request because i know i'm there freind on skype but the only thing is that i go on almost every time to talk to my freinds but i can't and i can't send messages to them ether can you help fix it please before this glitch gets out of hand

    mont348 wrote:
    The message will be visibly clear depending on system or Playstation App the message is received on,you will get a header or part of the message until the message is fully opened. It is good practice to send a little message because many don't like to receive or totally ignore blank friend requests.Yup, if its a name I don't recognise, I check to see if they may be on the forums, if not I delete it If it's someone I recognise from here I don't mind I hate the default message, "will you be my friend please" or something along those lines isn't it ??? sounds desperate

  • XML output from conc request too large

    We are running an AP trial balance conc request with output type of XML. Once the parameters are entered for this report, it is only a couple page report when running output as text. But when it's run as XML output for the same params, I get over 10K+ pages in the output, too much that I cannot export it. I've tried several different parameters to make the report even shorter but the XML output is always over 10K pages. Is there a way to limit what comes out in the XML or not include DFF's in it? That's what seems to be taking up most of the space.
    Thanks,
    TSM

    Check for any format trigger, which restrict the data when you execute the report int text mode.
    -Ashish

  • Question about pending friend request.

    I just wanted to know if you can send messages/chat to pending friend requests or people who have deleted you (but didn't block you). I'm trying to chat with someone who deleted me by accident and it doesn't say pending or loading message or anything, as if they blocked me or went offline, it appears to have been sent. Has the message been sent? That's all I'd like to know.

    If you have configure the request based provisioning,
    check the Auto Save, auto prepop.
    Root cause for this, may be after requst there is is some task that is not successfully completed. So make sure about post process after request completed.
    -kuldeep

  • Details of Conc Requests for which a Program ran for Specific Template

    We have a Concurrent Program and associated Data definition for XML report.
    We have TWO Templates attached to the Data Definition.
    We would like to know the Concurrent Reuqest ID of the CONC Program which ran for a Specific TEMPLATE.
    We are using the version Oracle Applications : 11.5.10.2
    TEMPLATE_CODE column in FND_CONCURRENT_PROGRAMS Table is not populated with data.
    CONC Program Name = 'ABC'
    Data Definition = 'ABC'
    Template 1     = 'TEMP1'
    Template 2     = 'TEMP2'
    How can we get the details of Concurrent Program which was submitted with Template "TEMP2".
    Conc Program Name and Template are Paramters.
    I am using the following SQL and not getting the desired results.
    SELECT g.user_concurrent_program_name,fcr.request_id, e.template_id,
    e.template_code,fcr.*,
    a.data_source_name,
    a.data_source_code,
    a.description,
    b.application_short_name,
    b.DATA_SOURCE_STATUS,
    f.application_id,
    c.executable_name
    FROM xdo_ds_definitions_tl a,
    xdo_ds_definitions_b b,
    xdo_templates_b e,
    fnd_application f,
    fnd_executables c,
    fnd_concurrent_programs d,
    fnd_concurrent_programs_tl g,
    fnd_concurrent_requests fcr
    WHERE a.data_source_code = b.data_source_code
    and e.template_code = 'TEMP1'
    AND a.data_source_code = e.data_source_code
    AND a.application_short_name = f.application_short_name
    AND c.application_id = f.application_id
    AND a.data_source_code = c.executable_name
    AND c.application_id = d.application_id
    AND a.data_source_code = d.concurrent_program_name
    AND d.concurrent_program_id = g.concurrent_program_id
    AND fcr.concurrent_program_id = g.concurrent_program_id
    and d.concurrent_program_name ='ABC'
    Edited by: gopichandm on May 1, 2009 8:58 AM

    Hi Anindya,
      Thanks for providing the suggestion. That was indeed very helpful. I had followed the steps given by you from which i was able to find out all the logs which also contained the logs for requests deleted from PSA.
    the next steps followed to solve my problem were:
    1) I had checked for any of the requests in the target for which the data was deleted from PSA but the request was still present in the target. From there by checking the monitor i was able to find the request id of the request in PSA from which the data was extracted.
    2) Next step was to find out that request in the logs generated in SLG1.
    I was able to trace out the user who deleted the request from PSA. This answered my 1st question.
    Still the answer for second question is pending that how to delete the red request from PSA? Can you please help me with in finding out that information as well.
    Thanks
    Pawan

  • Report for Pending Leave requests

    Hi,
    We are trying to use existing transaction codes which would give details of all ess leave requests submitted by employees in the portal during a certain timeframe and which are still pending action by managers (whether to reject or accept).
    The R3 report needs to include the following information:
    Leave Requestor - Name / ID
    Type of Leave Request
    Date Submitted in ESS
    From date of Leave
    To Date of Leave
    No. Hours of Leave
    Current Status of Leave Request
    Leave Approver - Name /ID
    Can anyone suggest if there is any Tcode ( apart from SWIA, SWI5, SWI6 etc..) which could be helpful to get information on whose side the action is pending.
    Regards
    Murali.

    Hi,
    you can use Tcode se38for running this report .
    Or else give a Tcode - PTARQ
    It gives you the total functionalities of Leave Requests.
    Its the sap standard interface provided to test the functionalities in R/3 side .
    Hope this helps .
    Reward if found useful .
    regards
    SureshP.

  • 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()

Maybe you are looking for

  • New hard drive, restored with time capsule -- safari won't open

    Just successfuly replaced my crashed 500gb hard drive with a 2TB drive. Used time capsule to restore the system (what a godsend), but now programs on the computer arent working. I tunes opens, then crashes, the app store just bounces down in the appl

  • I am installing ERP ECC6.0 error occured in"ABAP Import"

    Installation log file follows:SAPAPPLO_2.log D:\usr\sap\MNJ\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP D:\usr\sap\MNJ\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE] Compiled Jul 17 200

  • My ipad2 is frozen and shows as an iphone in recovery mode in itunes..pls help

    My iPad 2 is frozen and keeps showing as an iphone in recovery mode in itunes... does anyone know what to do?

  • Zen micro suggesti

    so i just got a new zen micro becuase my other one was freezing. so i want to know what i should do to make it stay healthy and stuff. like, which programs i should and shouldnt use, which firmware to put on it, and so on. any suggestions would be fi

  • IN UPDATE TASK

    Hi experts, I am calling a FM in update task from an enhancement for the transaction WRF_AL. Whenever I am creating new node and article list in that tcode, it is not calling the FM. But if am changing the FM call as a normal  one, it is getting into