Cancelling a scheduled concurrent request

Hi,
How can I cancel a request that has been scheduled to run once a day indefinitely?
Thanks,
Jose

just click on cancel botton.other wise fire this command
update fnd_concurrent_requests set phase_code = 'C',status_code = 'E' where request_id=613542;

Similar Messages

  • Schedule concurrent request in oracle apps R12

    Hi
    OS : RHEL 5.5
    Database : 11.1.0.7
    Applications R12.1.3
    Need to schedule concurrent request to run every sunday exactly at 12 midnight, how to acheive this ..?
    On Specific Days at schedule requests allows to select every sunday but not time.
    Rgrds,

    955685 wrote:
    Hi
    OS : RHEL 5.5
    Database : 11.1.0.7
    Applications R12.1.3
    Need to schedule concurrent request to run every sunday exactly at 12 midnight, how to acheive this ..?
    On Specific Days at schedule requests allows to select every sunday but not time.
    Rgrds,You can select the time in the same window -- (Start At) field. For example, (Start At: 17-FEB-2013 00:00:00)
    Please also see (How to Schedule a Concurrent Request to Run Periodically Only on Certain Days and Only During Certain Hours of the Day [ID 251639.1]).
    Thanks,
    Hussein

  • Disable the Advanced tab at user level while scheduling concurrent requests

    How can I disable the Advanced option at user level while scheduling concurrent requests ?
    In the Schedule Form you have:
    Run the Job...
    - AS soon as Possible
    - Once
    - Periodically
    - On Specific Days
    - Advanced
    Thank you.
    Edited by: user635184 on Jan 27, 2012 1:49 AM

    Hi,
    The steps are the same except that you need to do the personalization at the responsibility level (ie Condition Tab> Context>Level should be set to 'Responsibility')
    You have to apply the personalization for all responsibilities(except Sys Admin) individually.
    See the following Metalink notes for information on Form Personalization:
    279034.1: Information About the Oracle Applications Form Personalization Feature in 11i
    744069.1: Sample Testcase For Using Form Personalization In Oracle Applications
    1266606.1: OM: Sample Codes For Form Personalization In Order Management
    Regards,
    Sujoy

  • Scheduled concurrent requests/ request sets

    Can anyone please help me with a query for picking up list of scheduled concurrent programs and also list of scheduled request sets using backend database tables?
    Thanks,
    SK

    Thanks for your responses.
    The query is picking up the concurrent programs that are pending for normal execution. But my focus in on the below mentioned details:
    1) Concurrent programs that have been scheduled for future execution.
    2) Request Sets that have been scheduled for future execution
    It will be great if you provide me two different queries, one for concurrent programs and another for request sets
    Thanks,
    SK

  • REG:Scheduling concurrent requests

    HI ,
    I did a fresh R12 installation , what are list of concurrent requests i need to schedule ?
    Regards .

    Hi,
    Please see
    What Are Concurrent Reports That Should Be Scheduled Periodically [ID 1066117.1]
    Thanks

  • How does "concurrent request schedule" work in database layer?

    for the EBS concurrent request schedule, what triggers the schedule work? I find no related jobs in database,
    I don't know what others can realize the schedule of concurrrent requests without database job?
    thanks!
    Edited by: easonmy on 24-Apr-2012 20:02

    easonmy wrote:
    for the EBS concurrent request schedule, what triggers the schedule work? I find no related jobs in database,
    I don't know what others can realize the schedule of concurrrent requests without database job?The status of the concurrent requests in FND_CONCURRENT_REQUESTS table -- Concurrent Processing - How to Determine Scheduled Concurrent Requests [ID 170107.1]
    Concurrent Processing - What are the Meaning of the Codes in the STATUS_CODE and PHASE_CODE Columns of FND_CONCURRENT_REQUESTS Table? [ID 152209.1]
    TABLE: APPLSYS.FND_CONCURRENT_REQUESTS
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_CONCURRENT_REQUESTS&c_owner=APPLSYS&c_type=TABLE
    Thanks,
    Hussein

  • How to Transfer the Scheduled concurrent Programs

    Hi,
    I have Migrated the EBIZ instance from RHEL 32 bit to RHEL 64 bit with 10.2.0.4 DB & R12.0.6 Apps.
    But now i dont have the scheduled concurrent requests in the New instance since the system is migrated. Now is there any ways to bring the Scheduled concurrent req from Old server to New server.
    Or Do we have FNDLOAD scripts or Linux scripts to transfer the scheduled programs.
    Kindly suggest.
    Regards
    Karthik

    You should migrate the instance by implementing the steps in the following docs which should keep your scheduled concurrent requests (as is) in your target instance.
    Migrating Oracle E-Business Suite R12 from Linux 32-bit to Linux 64-bit (Doc ID 471566.1)
    Oracle E-Business Suite Upgrades and Platform Migration (Doc ID 1377213.1)
    If you haven't done so, then please follow the steps in the docs.
    Thanks,
    Hussein

  • How To Schedule a Concurrent Request on completion of a Spawned Request

    As soon as the concurrent request submitted through Oracle Form(Consolidation Transfer)is completed we need to schedule another Concurrent Request which had to be kicked off automatically on completion of the First concurrent request. Since, the First concurrent request of Consolidation Transfer is a Spawned Program, the request set could not be created, to kick off the second concurrent program.
    I would Appreciate if anyone can advise any solution to achieve this objective.

    Hi Harish,
    Doesn't matter what you need to do all you need is the hook!
    a) Nice. Force the request to print and use print driver to call CONCSUB to submit your new "child" request
    -- Since the Consolidation Trasnfer concurrent request could only be submitted through Consolidation Trasnfer Form only, I am not sure how we can do Force Print for this request.
    GR: Set printer and style on concurrent program definition. Set profile option "Concurrent:Report Copies" to 1 (even by Forms Personalization if you want to). Sorted. Still think this is the best option.
    c) Abstraction. Replace the C executable with a shell script that takes arguments and calls the C program and then submits new "child" request via CONCSUB
    -- Appreciate, if you can elaborate this option. I think we can try this, with the help of your detailed input.
    GR: Change the executable on the concurrent program to a host shell script under your mods application. Initially just get the shell script to capture program call and arguments. Run the program to get arguments. Next iteration, change shell script to call the C program from your shell script with correct arguments. Verify okay. Next iteration do the same plus call CONCSUB to submit request / set.
    d) Nasty. Trigger on fnd_concurrent_requests to call new "child" request via fnd_request.submit_request - NB: very unsupported! Make sure trigger doesn't raise an exception.
    -- On completion of the Consolidation Transfer concurrent request, we tried to submit the request set using the Trigger on Consolidation History table and/or fnd_concurrent_requests table. But it is entering into infinite loop.
    GR: Need to use trigger condition to capture update of status_code to C (Completed) and other codes e.g. Warning. Personally I'd avoid this option because you have others! Although once I did use this method when I wanted absolute transparency :-)
    Update: Changed "Print: Copies" to "Concurrent:Report Copies"
    Regards,
    Gareth
    Edited by: gareth.roberts on Dec 8, 2008 4:55 PM

  • 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.

  • Cancelling Concurrent Request hangs

    Hi Experts,
    Recently we upgrade the OS to solaris 5.8 to 5.10
    Concurrent request like Receipt Printing running more than 20 minutes and it completed with warning, the log file shows printer is not accepting. if we cancel these requests it hangs.
    Then we will cancel this concurrent request from OS level. we are facing this issue after upgrading the OS to Solaris 5.10.
    In Solaris 5.10 is there any new for printer configuration. Please help me to overcome this.
    Regards
    R.Sundaravel

    After the OS upgrade, did you relink all of the application binaries ? Pl see MOS Doc 209810.1 (How to Relink Oracle Applications 11i Programs After Upgrade or Patch of the UNIX Operating System)
    HTH
    Srini

  • Programatically cancel concurrent request

    Hi,
    How to cancel concurrent request from plsql ?
    Thanks a lot.

    Thanx,
    but it seems that it does not work in a trigger on fnd_concurrent_requests table.
    like this one:
    CREATE OR REPLACE TRIGGER aaaa
    after insert on apps.fnd_concurrent_requests
    for each row
    DECLARE
    pragma autonomous_transaction;
    req_id number;
    BEGIN
    if :NEW.concurrent_program_id = 11111
    THEN
    req_id := :NEW.request_id;
    update fnd_concurrent_requests
    set status_code = 'D', phase_code='C'
    where request_id = req_id;
    commit;
    ELSE null;
    END IF;
    END;
    trigger fires but update does not work when i exec the concurrent. Why ??
    if i manually execute this update it works.

  • How can i schedule concurrent program for every one hour from back end

    Hi ,
    I want to schedule concurrent program for every one hour from back end .
    Example
    1) xyz is the concurrent program that should run for every one hour with a parameter 111 and the SAME concurrent program that
    should run every 2 hours with a different parameter like 222.
    I mean Conc prog should run for different parametrs with a different scheduling..
    Please guide me to solve the issue.
    Thanks in advance...
    Regards
    Narender B

    Hi ,
    I have used following code for scheduling the concurrent program from backend.
    declare
    l_request_id NUMBER;
    l_return_code boolean := FALSE;
    BEGIN
    fnd_global.apps_initialize(62991,54477,20003);
    l_return_code := FND_REQUEST.SET_OPTIONS ('YES');
    l_return_code :=fnd_request.set_repeat_options('16:36:00','','DAYS','START','','Y');
    l_request_id:=fnd_request.submit_request(application => 'xbol',
    program => 'NAPP_START_GENERATE_CHART_DATA',
    description => 'Processing chart ',
    start_time => SYSDATE,
    sub_request => FALSE,
    argument1 =>4000130957231588,
    argument2 => null
    COMMIT;
    dbms_output.put_line('Program has been submited and request id is '||l_request_id);
    END;
    Here the issue was concurrent program is completing with a warning like
    Resubmission of request 75588551 has been cancelled.
    FND_RESUB_PRIVATE.PROCESS_INCREMENT EXCEPTION: ORA-01403: no data found
    Resubmission of request 75588551 has been cancelled.
    FND_RESUB_PRIVATE.PROCESS_INCREMENT EXCEPTION: ORA-01403: no data found
    so i could not find the solution for this issue,please anybody guide me to solve this issue.
    Regards
    Narender B

  • 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.

  • Submitting concurrent request from back end.

    Hi guys,
    I am submitting the concurrent request using fnd_request.submit_request ,passing start time as Sysdate.
    When i submit the program in scheduling section of concurrent program,the Requested start date defaults to current date but hours and minutes are 00:00:00.Can we make it to run AS soon as Possible?
    Thanks
    Edited by: 954506 on May 27, 2013 10:02 PM

    Hi,
    either you use fnd_request or concsub
    skip the parameter start time to submit the request immediately
    Regards,
    Haafiz

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

Maybe you are looking for