Can I retain my concurrent program schedule During R12 Upgrade ?

Hi,
We are approaching Oracle R12 Upgrade go live. We have large number of concurrent programs scheduled by various users. We are planning to put these programs on hold before upgrade. When we upgrade, do upgrade driver removes all schedules from concurrent program schedules? Is it wise to cancel all scheduled programs and reschedule them after upgrade?
Please help!
Best Regards,
Dhaval Khamar

When we upgrade, do upgrade driver removes all schedules from concurrent program schedules? No.
Is it wise to cancel all scheduled programs and reschedule them after upgrade?No, just put them on hold before the upgrade then resume those jobs after the upgrade.
Thanks,
Hussein

Similar Messages

  • Oracle Apps -Concurrent program schedule details

    From which table that I can find concurrent program schedule details .
    NB:-
    I know select RESUBMIT_TIME, RESUBMIT_INTERVAL from FND_CONCURRENT_REQUESTS ,
    RESUBMIT_TIME, RESUBMIT_INTERVAL will be the schedule details .
    But the table FND_CONCURRENT_REQUESTS is get purged periodically , how can i find the master details of scheduling the concurrent.
    Thanks in advance,
    Arya Sreedhar.

    Give this a whirl ...
    Regards,
    Jon
    SELECT req.request_id
    , decode (prg.user_concurrent_program_name, 'Report Set', 'Report Set:' || req.description, prg.user_concurrent_program_name) AS name
    , argument_text as parameters
    , req.resubmit_interval
    , nvl2 (req.resubmit_interval, 'Periodically', nvl2 (req.release_class_id, 'On specific days', 'Once')) AS schedule_type
    , decode (nvl2 (req.resubmit_interval, 'Periodically', nvl2 (req.release_class_id, 'On specific days', 'Once')),
    'Periodically', 'Every ' || req.resubmit_interval || ' ' || lower(req.resubmit_interval_unit_code) || ' from ' || lower(req.resubmit_interval_type_code) || ' of previous run',
    'Once', 'At :' || to_char (req.requested_start_date, 'DD-MON-RR HH24:MI'), 'Every: ' || crc.class_info) as schedule
    , fus.user_name as owner
    , to_char(requested_start_date,'DD-MON-YYYY HH24:MI:SS') as next_submission
    FROM
    apps.fnd_concurrent_programs_tl prg
    , apps.fnd_concurrent_requests req
    , apps.fnd_user fus
    , apps.fnd_conc_release_classes crc
    WHERE 1=1
    AND prg.application_id = req.program_application_id
    AND prg.concurrent_program_id = req.concurrent_program_id
    AND req.requested_by = fus.user_id
    AND req.phase_code = 'P'
    AND req.requested_start_date > sysdate
    AND prg.language = 'US'
    AND crc.release_class_id(+) = req.release_class_id
    AND crc.application_id(+) = req.release_class_app_id
    ORDER BY name

  • How to increment GL Period using Oracle Application concurrent program scheduler

    Hi All,
    In R12, I came to know that we can increment GL Period also using Oracle Application Concurrent Program scheduler.
    We have a requirement to schedule 'Account Analysis Report' for different legal entities. We would need to increment GL Periof for each department.
    In 11i, we can not increment GL Period.
    Is there a way, to increment GL Period to schedule 'Account Analysis Report'
    Please advise.
    Appreciate your time and help.
    Oracle Application Version: R12.1.2
    thanks in advance,
    Ganesh

    Hi,
    could you please help me?
    thanks.

  • Concurrent programs schedule ended in error or fails

    Gooday All,
    As a system Administrator,how can you be notified if any concurrent programs schedule ended in error or fails?. Does Oracle have that capabilities. Is there any mechanism that need to be turn on.

    Hi;
    Please check below thread:
    concurrent ouput to email
    concurrent ouput to email
    Also see:
    Note: 730657.1 - How To Send A Notification For A Failed Concurrent Request
    Note: 466935.1 - How To Setup System Alerts That Show Each Cost Worker Where Transaction(s) Failed Costing
    How to send R12 apps services errors and alerts into Email via OAM?
    Regard
    Helios

  • Reg. Concurrent Program Scheduling

    Hi,
    I am having a small doubt regarding concurrent program scheduling, we are having a concurrent program which is scheduled.But for some code changes we re-created the same concurrent program.
    The question here is, does the concurrent program will be already in schedule mode or again we should schedule it.
    Thanks in advance.

    we re-created the same concurrent programWhat do you mean by recreated? If you have updated the code, then you do not need to schedule it again. You can also check the status of the concurrent program from the backend to verify.

  • How Can I Submit A Concurrent Program Using Form Personalizaton?

    How can I submit a concurrent program? Please help!
    Thanks in advance
    PhuTri

    I think the problem in your case coould be that the Concurrent Program you are trying to run has not been registered in the responsibility from which you are runnig it.
    For eg. You are trying to run a program from Inventory Super User responsibility and the request group attached to the responsibility is say 'RG Inventory', but the concurrent program which you are trying to run from your inventory super user responsibility is registered under some other request group say 'RG Order Mangement' which is not attached to the nventory responsibility.
    So register the program under correct request group and see if this helps you.
    Other possibility is that check if you have permission to submit request from that responsibility. You can check this by going to the Menu ->View If the Request menu is disabled then you cannot submit the request.

  • EBusiness Suite Adapter - Can we trigger unix Concurrent Program

    Hi,
    Using E-Business Suite Adapter, can we trigger a concurrent program with Unix Script as the Execution method in 11.5.9 Oracle Applications
    Thanks
    Sachin Sutar

    If you are using jDev 10.1.2.0.2 BPEL designer and your eBiz is 11i.10 then you should be able to. I don't think Integration Repo is available in 11i.9 which the eBiz adapter application explorer relies on.
    But nevertheless, it's not that hard to trigger the concurrent program using DB adapter. Remember good old FND_REQUEST pl/sql api?
    HTH
    Rajesh

  • During R12 upgrade adworker for patch u6678700.drv fails for afopp002.sql

    Hi Experts,
    During R12.1.1 upgrade from 11.5.10.2 adworker for patch u6678700.drv fails for afopp002.sql
    The exact error being faced is
    sqlplus -s APPS/***** @/u03/oracle/CRP1PROD/apps/apps_st/appl/fnd/12.0.0/patch/115/sql/afopp002.sql &un_fnd &pw_fnd
    Connected.
    declare
    ERROR at line 1:
    ORA-20000: Oracle Error Mkr1= -24018 - ORA-24018: STOP_QUEUE on
    APPLSYS.FND_CP_GSM_OPP_AQ failed, outstanding transactions found
    ORA-06512: at line 15
    I even tried restarting the worker,bounced the database and even tried running u03/oracle/CRP1PROD/apps/apps_st/appl/fnd/12.0.0/patch/115/sql/afopp002.sql manually which hangs for indefinitely.
    Any suggestion.

    Hi Srini,
    Let me walk you through briefly regarding the upgrade process:
    Initially the existing instance was 11.5.10.2 with 9.2.0.6 database.Last year the database was upgraded to 11.2.0.1 and configured with 11.5.10.2
    However the 11g database upgrade steps specifically for EBS 11i(interoperatibility notes for 11i with 11g database) was not followed properly.
    And one of the major key issue identified was the 11g Example CD was not installed on top of 11g software during database upgrade.Which is the pre-req for 11g upgrade in EBS
    And as per my experience it creates issues during R12 upgrade (patch u6678700) and giving errors pertaining to oracle text error.
    SR was raised for the same and was suggested, since there is no other option kindly install the Oracle 11g software and on top of that 11g Example CD and map the 11g database and go ahead with the R12 upgrade.
    Now coming back to the core issue being faced, Pre-req followed properly.No errors in alert logs.
    Can missing the Example CD installtion be the issue?
    Regards,
    Aman Vats

  • Concurrent Program Schedule

    Hi,
    I wanted to schedule a Concurrent Program to run every hour from 8AM to 6PM, only on Weekdays.
    I can schedule it to run every workingday for every 1 Hr, but unable to constrain it from 8AM to 6PM, I am doing the schedule in the application.
    Can someone please help me on this.
    Thanks,
    Kiran

    Thanks for your reply , where could i get this doc .. from metalink ha?
    Note: 189616.1 - How to Schedule a Concurrent Request to Run Periodically Only on Certain Days and Only During Certain Hours of the DayCorrect, which is called "My Oracle Support" now -- https://support.oracle.com
    Thanks,
    Hussein

  • Concurrent program schedule details?

    Which view/table can I query to find the schedule details for a concurrent request that is set to run at a specific interval ?
    I've discovered how to set the interval using;
    fnd_request.set_repeat_optionsand now would like to view the schedule information much the same as one is able to view the schedule information for dba_scheduler .
    Is that possible?

    Hi bluefrog,
    I don't think it's possible to modify an existing request using it. You could try updating directly the concurrent request table but it's neither recommended nor supported, and you could get unexpected results.
    If you want to unschedule the request programatically, maybe you could use fnd_concurrent.cancel_request (selecting the appropriate request id, because everytime one scheduled request is executed, it creates a new one with same repeat options and new start date). If you want to schedule it again, just submit again fnd_request.set_repeat_options with selected options + fnd_request.submit_request.
    Hope it helps.

  • My itunes program died during ipad upgrade. Ipad now locked at apple screen. Cannot turn off or connect to pc

    I attempted to upgrade my Ipad 2 from ios 7.2 to 7.4.
    During the upgrade, the Itunes on my PC was prematurely terminated by a failed IE application.
    the end result is that my Ipad is now stuck at the Apple screen, cannot be switched off, will not be recognised by the Itunes application running on the PC and is generally a brick.
    Any suggestions? Please.

    FORCE IPAD INTO RECOVERY MODE
    1. Hold Sleep/Wake button down and slide to turn off iPad
    2. Turn on computer and launch iTune (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port. Do not release button until you see picture of iTune and plug.
    5. Release Home button.
    ON COMPUTER
    6. iTune has detected iPad in recovery mode. You must restore this iPad before it can be used with iTune.
    7. Select "Restore iPad"...

  • Business Event during R12 upgrade (11.5.10.2 - 12.1.3)

    Best practices for R12 upgrade says to disable custom tiggers and business events.
    Disabling custom Triggers is fine , understood it.
    However the phrase "and business events." is a bit confusing for my customer.
    Though IMO ,it means disabling custom business events and not all ,however he is keen to know whether this means
    disabling standard business events as well.
    Also since we are bringing down all the services including WF services ,how can Business events be processed ?
    Moreover as far as I know ,enabling maintenance mode shuts down the Workflow Business Events System which means no business event will be processed.
    Thus why it is written in most of the Best Practices documents to disable business events ?
    thanks for your help.
    -SK

    I have never needed to disable business events in all the upgrades I did from 11.5.10.2 to 12.1.3 and I believe it is not mentioned in these docs (I understand it is mentioned in the best practices, but I believe it is not required).
    Oracle E-Business Suite Upgrade Guide Release 11i to 12.1.1 [ID 1082375.1]
    Oracle E-Business Suite Upgrade Guide, Release 11i to 12.1.3
    http://docs.oracle.com/cd/B53825_08/current/acrobat/121upgrade.pdf
    Thanks,
    Hussein

  • Why does NFS umounts itself during R12 upgrade

    Dears,
    We have a problem in NFS. When our oracle team in upgrading the oracle to R12, after a certain step the NFS umounts, from the client side the error as below,
    Jun 23 10:16:53 bananadev01 nfs: [ID 733954 kern.info] NOTICE: [NFS4][Server: appledev01][Mntpt: /u02]NFS server appledev01 not responding; still trying
    Jun 23 10:19:57 bananadev01 nfs: [ID 559769 kern.info] NOTICE: [NFS4][Server: appledev01][Mntpt: /u02]NFS server appledev01 ok
    Jun 23 10:22:57 bananadev01 nfs: [ID 733954 kern.info] NOTICE: [NFS4][Server: appledev01][Mntpt: /u02]NFS server appledev01 not responding; still trying
    On the server, there aint any error related to NFS.
    Any help ?

    Hi Murali,
    We have a 11.5.10.2 instance with 10.2.0.5 database and we are Planning to upgrade the database to 11.2.0.3 during our upgrade R12.1.1, as per the note 761570.1, we have the Patch C and Path D available to us. We have decided to use the path C i.e upgrade the database to 11.2.0.3 during the R12 upgrade itself and no two downtime windows. As per this note 761570.1, in path c If the database upgrade is part of the R12 upgrade, perform all the steps in the Interoperabity Notes except the following steps:
    Verify software versions
    Run adgrants.sql
    Implement and run Autoconfig
    Re-create grants and synonyms
    Restart Applications server processes
    Apply Oracle Human Resources (HRMS) patch 7721754
    so does that mean we don't have to apply any patches mentioned under Verify software versions like Interoperability patch , ATG Patch 7456837 etc.. on 11i ?
    If you are planning to upgrade the database in the same downtime window of R12 upgrade, then you do not need to apply the patches under "verify software versions" section in the 11i doc. However, you need to consider applying the patches under the same section in (Interoperability Notes EBS R12 with Database 11gR2 [ID 1058763.1]). Those patches should be applied before you release the R12 instance to the users.
    Thanks,
    Hussein

  • Concurrent Program Scheduled change

    Guru,
    We have scheduled some Concurrent Job daily 01:00 AM with following option,
    *** Run the Job ***
    Periodically 1 Day
    Starttime : <DATE> 01:00
    *** Apply the Interval ***
    From the Completion of the prior Run
    Increment Date parameters each run
    Daily Basis its running without any issues ,
    During Maintenanace Window ( donwtime ) , We use to keep scheduled program on Hold and release it later.
    But recently we observed that schedule time chnaged, If we release the job @ 06:00AM then onwards its rescheduled for 06:00 AM daily
    so we are rescheduoing everytime manually after maintenanace.
    Kindly share your tips to make this job rescheduled always 01:00 AM
    Thanks,
    Raju

    The phrase "start of the prior Run" is indeed a bit confusing, i think it's formulated more clearly in How To Submit A Concurrent Request Using CONCSUB Syntax (Doc ID 457519.1) :
    <REPEAT_INTERVAL_TYPE> Optional. Whether to time the resubmission interval from the requested start time of the request or from its completion. Set this parameter either to START or END. The default value is START.
    The key here is "requested start time",  the actual start time.
    So if the request cannot run for some reason at the requested start time (say 1 AM in your case) but instead only runs at 6 AM, the next one will still be scheduled at 1 AM (so based on the requested start time of the latest run)
    Kind regards,
    Thierry

  • Custom Reports migration during R12 upgrade

    During upgrade from 11i to R12, how do I understand from RD50s as to what would change in my custom reports in Financial, OM and SC modules? Is there a metalink document which can help me in making changes to my new data warehouse and ETLs? Please advise! Thanks - Singh

    user8599185 wrote:
    During upgrade from 11i to R12, how do I understand from RD50s as to what would change in my custom reports in Financial, OM and SC modules? Is there a metalink document which can help me in making changes to my new data warehouse and ETLs? Please advise! Thanks - SinghYou need to visit your custom objects definition/code and make sure all are valid. Oracle provide tools for seeded objects for which ones are obsolete (or not used) in R12
    Preparing Custom Development for Next Oracle E-Business Suite Release [ID 374398.1]
    EBS File Comparison Report Now Available
    https://blogs.oracle.com/stevenChan/entry/ebs_file_comparison_report_now
    Identifying Data Model Changes Between EBS 12.1.3 and Prior EBS Releases
    https://blogs.oracle.com/stevenChan/entry/ebs_data_model_1213
    https://blogs.oracle.com/stevenChan/tags/upgrades
    eTRM
    http://etrm.oracle.com/
    Thanks,
    Hussein

Maybe you are looking for

  • Strange issue in ListBox - Showing the 'id' contents and not from 'Values'.

    Hi, I have created a custom table control that looks exactly like in 'Partner Tab' of Sales Order. It has Partner type, Partner, Name etc columns. For 'Partner type' column, I am calling function module 'VRM_SET_VALUES' so it shows as 'Sold-to party'

  • How to display the values in the form based on another form option?

    Hi, I have two forms. Based on form 1 option the form 2 should display. Form 2 values are stored in a separate table consists of step_id and step_name For example: In a Procedure there are multiple steps(step1, step2... step n). If procedure 1 is cho

  • Pivot Table page-item as a multi select

    Can this be done? When placign an item in the "page" shelf of the pivot table, the default is to allow a single valeu selection, but can we allow multiple selections. For instance, if I place region in the Page item area, can I allow the user to sele

  • Server returned HTTP response code: 500.. i need help

    i have this applet that communicates with a servlet.. when the applet connects to the servlet, i get the Server returned HTTP response code: 500 error.. when i am testing in my own pc, everything is fine.. when i tried deploying it in a server, the e

  • Powershell import-spweb fails with "parent does not exist" error.

    So, I have a sp 2010 site at http://myfarm/sites/it/d22 and I want to copy the contents to http://myfarm/sites/bb/d62 . I perform Export-SPWeb -Identity  http://myfarm/sites/it/d22  -Path d:\temp\d22  -IncludeUserSecurity –IncludeVersions All  -NoFil