Cannot run a concurrent request.

Hi everyone.
I've been trying to execute a concurrent request, with no luck.
It's a concurrent request that calls a procedure within a package and then
that called procedure will execute itself two more concurrent request.
First 'child' request runs well and ends as Completed Normal.
and the second one is just not executed.
I have isolated these two concurrent request and both ran well.
The following is an abstract of my code.
PROCEDURE extraccion_factura_ar ( ....) IS ....
-- conc_genera_xml is a procedure which in it assigns a layout and submits the request,
conc_genera_xml
(v_errbuf,
v_retcode,
v_request_id_2,
v_comp_seq,
v_folio,
Fnd_File.put_line (Fnd_File.LOG,
'Concurrente de Generacion XML: '
|| vcomprobantes.trx_number
|| ' Request Id XML: '
|| v_request_id_2
Fnd_Concurrent.wait_for_request (v_request_id_2,
10,
0,
v_phase,
v_status,
v_dev_phase,
v_dev_status,
v_message
-- conc_pagare works similarly asconc_genera_xml procedure.
               conc_pagare
(v_errbuf,
v_retcode,
v_request_id_3,
v_comp_seq,
v_folio
Fnd_File.put_line (Fnd_File.LOG,
'Concurrente de Pagare: '
|| vcomprobantes.trx_number
|| ' Request Id XML: '
|| v_request_id_3
     v_resultado :=
Fnd_Concurrent.wait_for_request (v_request_id_3,
10,
0,
v_phase,
v_status,
v_dev_phase,
v_dev_status,
v_message
For additional info: This procedure was woking fine, only thing I added was the procedure calling to conc_pagare
Thanks in advance.

First of anything thanks for replying.
Excuse me for not posting in the right place.
Well, the OPP showed 'Start of root element expected'.
I just wanted to share my solution, according to the piece of code
i posted above, I just took out the second wait for request sequence
and it worked beautifully.
Thank you all.

Similar Messages

  • How to run all Concurrent Requests in a single node in a multi node env

    DB;11.1.0.7
    Oracle Apps:12.1.1
    OS:Linux 86x64 Red Hat
    PCP setting is enabled.
    Load Balancer is enabled.
    APPLDCP=ON
    Could anyone please share - How to run all Concurrent Requests in a single node in a multi node env where there are 3 web tier nodes?
    Thanks for your time!
    Regards,

    PCP setting is enabled.
    Load Balancer is enabled.
    APPLDCP=ON
    Could anyone please share - How to run all Concurrent Requests in a single node in a multi node env where there are 3 web tier nodes?Concurrent requests will be processed by the CM nodes and it has nothing to do with the 3 web tier nodes you have.
    If you mean the database instance, then please see these docs.
    How to run a concurrent program against a specific RAC instance with PCP/RAC setup? [ID 1129203.1]
    In A PCP/RAC Configuration, How To Find Out On Which RAC Instance FNDSM Is Currently Running? [ID 1089396.1]
    Thanks,
    Hussein

  • Rwrun.exe - Application Error while running Concurrent Requests in R12(Win)

    Hi Gurus,
    I am getting the Rwrun.exe Application error, whenever i am running a concurrent request. The thing, that i feel is: Probably, The concurrent requests that has the output file associated with them are the one that are running into error.
    The following is the description of the error popup:
    rwrun.exe - Application Error
    The instruction at "0x663ed168" referenced memory at "0x00000004". The memory could not be "read".
    Click OK to terminate the program.
    Click CANCEL to debug the program.
    Due to this, am not able to submit any of the Reports.
    Details of My installation:
    Apps Version: Release 12
    Platform: Windows XP SP2
    Installed on: External HDD of 250GB
    Addon Patches after install: None.
    Has anybody faced this problem earlier?
    Please help me out gurus..
    Thanks in advance.
    Regards,
    Ajit

    Check the Event Viewer to see if there is more information about the error that can help.

  • Error when Trying to Run Concurrent Request on ASCP Instance

    Hi Experts,
    I have an issue when trying to run custom concurrent program in ASCP production.
    The error message is:
    oracle error 20001
    ORA-20001: APP-FND-02901
    You do not have access privilege to any operating unit. Please check if your profile option MO: Security Profile includes any operating unit or the profile option MO: Operating Unit is set has been detected in MO_GLOBAL.INIT
    I have searched through metalink regarding this issue and the solution is I should define the "MO: Security Profile" and "MO: Operating Unit" profiles.
    But the problem is my ASCP instance is not have any OU, it just defined for Inv Orgs. So, when I tried to define the profile, the LOV is empty.
    FYI, in my ASCP dev instance is working fine. I can run my concurrent request into it.
    In this instance, the profiles of "MO: Security Profile" and "MO: Operating Unit" are blank too.
    From this node:
    XLAACCPB - Create Accounting Program fails with Oracle error -20001: ORA-20001: APP-FND-02901: You do not have access privilege to any operating unit [ID 753824.1]
    It provided 2 actions, and when I tried to run query in the 2nd action, the result is:
    /* $Header: AFPFPROB.pls 120.18.12010000.10 2009/04/24 19:33:53 pdeluna ship $ */
    Any help would be really appreciated.
    Thanks & Regards,
    Rheza

    Hello Rheza,
    We are also facing the same issue in Self Service HR, We also do not have any Operating Unit setup.
    We are trying to run seeded "Active Users" concurrent program. Are you sure without setup of MO: Security Profile / MO: Operating Unit, It will work?
    Regards,
    Saurabh

  • Error while running through concurrent programme

    Hi Everyone,
    I have a report in report builder which is based on a View.
    Its working fine in report builder but when i register the report and try to run
    using Concurrent request,
    Its throwing an error saying
    "View Does Not Exist"
    Any suggestions?
    Thanks
    --Kumar                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Thank you u were right.That issue resolved.
    But now i have one more problem.
    As my report has 18 columns in the output, i have increased the width and height of the report to 180 and 50 and section width and height to 18 and 10 and set the orientation to LandScape.
    Its working fine in the report builder but when i run it in the application, its giving me an error saying that
    "REP-1212: Object Body is not fully enclosed by its enclosing object."
    Any suggestion on this.
    Thanks in advance.
    --Kumar                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Receive warning on Concurrent request

    Hi All,
    I am running the preliminary payment register while creating a payment batch but receive a warning message.
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. An error occurred while AOL tried to spawn the print process
    Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. An error occurred while AOL tried to spawn the print process.
    Please give me any suggestions to how to fix this.
    Thanks in advance,

    Hi,
    What is the application release?
    Do you get this warning with all concurrent requests or just with this specific one?
    Please go through the following documents and see if it helps in resolving the issue.
    Note: 1018291.102 - APP-00500 Or APP-FND-00500 Error When Printing A Report
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=1018291.102
    Note: 156570.1 - APP-FND-00500 When Running a Concurrent Request
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=156570.1
    Note: 371350.1 - Some Concurrent Requests Error Out With Fduprn App-Fnd-500
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=371350.1
    Regards,
    Hussein

  • How to acquire the concurrent request id in data template?

    Hi all,
    I want to know how to acquire the concurrent request from my report data template. I've created a placeholder for my parameter +<parameter name="p_conc_request_id" dataType = "number" defaultValue="0"></parameter>+ and for nothing ... i've got the 0 value.
    I need the concurrent request id in order to detect the user who launched the report. Is there other way on getting the user ??
    Thank you!
    All the best,
    Laurentiu
    Edited by: laurentiu on Jul 8, 2009 5:29 PM

    Hi,
    I read your previous post about this solution but i was not able to retrieve it. Here is step by step what i've done:
    - added the parameter to my data template
    - added the parameter to my concurrent program
    - added the parameter in my pl/sql package
    - i've run my concurrent request and the value returned in my xml is 0 for the concurrent request id parameter
    I don't know where i'am getting wrong ?!?
    Thank you!
    All the best,
    Laurentiu
    Edited by: laurentiu on Jul 8, 2009 6:47 PM

  • How to increase the column width when viewing a spreadsheet created by a concurrent request

    I have created a BI Publisher template to display the output from scheduled discoverer reports. It contains sixty three columns and the heading for each one is a variable but, in order to fit these on the page, each column is about a half a centimeter wide.
    When I use the Preview Template option from the RTF file and select Excel the columns are automatically sized to accommodate the data (which is what is required). However, when I upload the template and run a concurrent request and view the output, each column is shown as half a centimetre in width so the user can see very little of the data without resizing all columns. We do not think that this will be acceptable to our users.
    We are using Excel 2010 in both cases.
    I have looked at this forum and tried a few things without success so any help will be gratefully received.

    for ebs 12.1.3 you can create excel template by bip desktop 11
    i used bip desktop 11.1.1.5 with ms office 2010 for create excel template for ebs 12.1.2 and 12.1.3
    using excel template based on what do you want to do - if report contains complex visualization or many merging of cell and etc
    for starting
    https://blogs.oracle.com/xmlpublisher/entry/real_excel_templates_i
    Creating Excel Templates - 11g Release 1 (11.1.1)

  • Concurrent Request Output show in XML format

    Hi 2 all
    I have developed XML report and also registered with predefine procedure but when i run respective concurrent request it display in XML format instead of PDF/RTF.
    Following procedure follow for XML report registration.
    http://youritbox.wordpress.com/2011/08/22/create-xml-publisher-report-using-oracle-reports-rdf/#respond
    Regards ,
    Zulqarnain

    did you have a template?
    plz post short name of concurrent + application and short name of xml template and definotion+application

  • Concurrent request taking more time than usual

    HI,
    I am running a concurrent request : Payables transfer to general Ledger
    which was usually getting completed within 5 minutes....but now it is taking hours to complete....Log file not showing any errors as such...
    I increased the standard mangers processes and bounce the Concurrent managers n Database as well...i also ran cmclean.sql, but no luck..
    Can anybody suggest me the approach for this problem...
    thanks n regards,
    Sajad

    Check the enable trace option in the concurrent program definitions.
    After that run the concurrent request and get the trace file in udump directory and tkprof it, and analyze which is the query that is causing the issue.

  • Delete Concurrent Requests on Concurrent node

    After cloning
    is there any way to delete all Concurrent requests on Concurrent Node ?
    Thanks in Advance

    You can run "Purge Concurrent Request and/or Manager Data" concurrent program on the cloned instance to clean up all concurrent request and concurrent manager log files, output files and associated concurrent request/manager database records (count = 1 parameter).

  • Submit concurrent request for cost transaction workers

    Is it possible to submit a concurrent request to run one of the cost transaction workers using submit_request
    Resource Cost Worker (CMCCTW)
    Overhead Cost Worker (CMCOCW)
    these are normally submitted by Cost Manager (CMCTCM)

    By modifying the concurrent program for "Overhead Cost Worker". Set SRS on. Added the parameters it uses (group_id, transaction_type, Org_id) I was able to run the concurrent request successfully from Submit Request Form. It still gets an error when you try to submit it using submit_request. I'm more courious thqan anything at this point. I'm sure Oracle would not be happy for me to make these sorts of changes to a production system.

  • Concurrent requests failing due to Linux CUPS service

    Dear all,
    We have a customer running their production instance on e-business suite -11.5.10.1 with Rdbms - 10.2.0.3. It is a single-node, single-tier installation running on Redhat Linux 3 (Update-8)
    Whenever, concurrent programs are submitted with Print option, the concurrent requests keep hanging and never complete. At this time, the CUPS service uses 25% of the CPU time. If we restart the CUPS service, all requests complete with warning -
    lpr: unable to print file: server-error-service-unavailable
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. An error occurred while AOL tried
    to spawn the print process
    Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. An error occurred while AOL tried to spawn the
    print process.
    The only workaround, is to run the concurrent request, without print option. But, this is not an option.
    Please suggest a fix for this CUPS issue.
    Thanks

    Check Note: 359890.1 - Apps Print Requests Fail with lp: unable to print file: client-error-not-found (Or lp: unable to print file: server-error-service-unavailable)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=359890.1

  • Either there is no default mail client or the current mail client cannot fulfill the messaging request. Please run ...

    Lync 2013 generates repeated messages stating “Either there is no default mail client or the current mail client cannot fulfill the messaging request. Please run Microsoft Outlook and set it as the default mail client.”. Events that
    seem to generate messages is disconnecting and re-connecting to a network but it also happens randomly and the messages will stack up during a working day. Everything seem to work OK but it is an annoyance.  The computer is upgraded (uninstalled first)
    from Office 2013 ProPlus to Office 365 ProPlus. Outlook (Desktop) is default mail client. 64-bit Windows 8.1 Enterprise, 64-bit Office (both before upgrade and after).  
    (Links removed to remediations I've tried)
    Made no difference what so ever and the messages continue. What's next? 
    I posted the above to the Office 2013 forum (unfortunately I'm not allowed yet to post a link to that posting) but due to the fact that the computer affected by this is a networked domain computer I've been redirected to this group instead.  I
    was asked some additional questions ing the other forum regarding the problem: 
    Are you able to send mails from other applications like Word or Excel?
    NO
    Is the PC connected to any Domain/Server? YES
    Is this an issue with one PC only. NO - affects all computers that once had Office 2013 Pro Plus installed and now has Office 365 Pro Plus (Originally I posted this question in the Office 365 community but was directed to first the Office
    2013 forum and now this forum)
    Right click on any file and Click on Send to-> Mail Recipient and check if you are able to send mails using Outlook.
    NO
    Also check if the Lync add-in is enabled in Outlook.
    Start Outlook
    Click the File tab.
    Go to Options.
    Click Add-ins.
    Check if the Lync add-in is enabled. YES
    My last posting in the other forum contained the following additional information regarding our problem: 
    As far as we can see installing 32-bit Office 365 Pro Plus using click to run makes no difference. 
    We do not send any mails from Lync, Lync is however the process that generates the message most frequently (as Lync seem to react upon network events).
    Other processes that have Outlook plugins may also be the parent of the message popup (third party applications). 
    Yes the Lync add-in is enabled. Lync functionality in/from Outlook seem unaffected. 
    It is not possible to send emails from other applications (explorer, word, excel etc.) ie. right clicking and send to generates the messages and
    a follow up error message concerning lack of MAPI enabled e-mail. 

    Hi,
    I'm marking the reply as answer as there has been no update for a couple of days.
    If you come back to find it doesn't work for you, please reply to us and unmark the answer.
    Best Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • How to schedule a concurrent request to run at a specified time/day?

    Hi All,
    How to schedule a concurrent request to run at a specified time/day (ex: Sunday 12pm)?
    Thanks,
    Chiru
    Message was edited by:
    Megastar_Chiru

    Is this to run periodically ?
    During the request submission, click schedule, choose the specific days, and click on S = Sunday.
    Change the start date on the date of the sunday you want to run, eg : 15-JUL-07 14:00:00, change the end date as well.

Maybe you are looking for

  • CJ88 Posting in G/L account

    Hi All,     Query: When we execute CJ88 using WBS element, the Posting is happening into 1(One) G/L account, one SAP Standard FM is returning the G/L account number.    Problem: as per WBS element ID and PSPID(Project ID), the requirement is to posti

  • How to show all the rows in a report

    I have a report, and i want to show all the rows in a page, how to do it. Currently, i just show part of rows. Thanks, Jen

  • How to test if field on form is displayed?

    I want to do the following... IF :P75_ATTRIBUTE1Displayed = TRUE THEN vCol := vCol + 1; vField1Col := vCol; END IF; Can anyone tell me if there is an apex function which will let me check if a text field is displayed or hidden on a form, without reso

  • When we create a program from se38

    We are provided to choose one of the values such as 'Executable Program', 'Module Pool' etc. Here is the question is that I, up to this time, coded just executable program. I wonder how and why we could use 'Module Pool'. What can we do with module p

  • Windows explorer 7 crashes after itunes update to 12.1.x

    I upgraded today 2/1/15 to the new iTunes.  It asked me to restart my computer and I cannot get beyond the Welcome screen.  I opened in safe mode and started iTunes.  I saw that 3 components had been updated including ITunes.  I tried to repair each