Migration of multiple concurrent programs

Hi
I am able to migrate single concurrent program from the test instances to prod instance using FNDLOAD
i need to migrate 10 concurrent program from test instances to prod instance using FNDLOAD, can you suggest me how to do it.
Regards
Yram

FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct file_name.ldt PROGRAM APPLICATION_SHORT_NAME="FND" CONCURRENT_PROGRAM_NAME="% "
you can use % in concurrent_program_name but limititation would be find common string for those 10 concurrent program otherwise 10 FNDLOAD download statements.
Regards
Prashant Pathak

Similar Messages

  • Can we use same data definition with multiple concurrent programs?

    Hi,
    My requirement is as below:
    I have two concurrent programs (say CP1 and CP2), both concurrent programs need to use same data definition (the same data template xml file) and same RTF layout template. However when registering data definition in the E-Biz, the data definition code must match concurrent program, hence I have to create two definitions (for the same data template xml file) and because layout template is attached with data definition I have to duplicate the layout definition also.
    In summary, i have to create two (duplicate) Data Definition and Layout Template for the same dataTemplate.xml and Layout.rtf files. Is there any way to avoid this duplication?
    The only issue with duplication is any change in xml or rtf needs to be updated in all the four definitions (2 data definitions and 2 layout definitions).
    Thanks
    Bhavik

    I found the resolution and thought of sharing
    you can see this post
    *[How to use same data definition/template between multiple concurrent programs? |http://techatwork.wordpress.com/2009/08/06/how-to-use-same-data-definitiontemplate-between-multiple-concurrent-programs/]*
    Thanks
    Bhavik

  • FNDLOAD: Downloading multiple concurrent programs at once

    Hi,
    Does anyone has the FNDLOAD syntax for downloading multiple concurrent programs at once into a single file in 11.5.10 tech stack.
    For e.g say I have programs p1 and pr2. I want to download p1 and pr2 into a single file say test.ldt which has both concurrent programs.
    Thanks in advance.

    Hi,
    I do not think this can be done in one step as you need to run the command twice (assuming you need to download two concurrent programs), then merge the ldt files before uploading it again (in a single file). If all the concurrent programs you want to download under the same application, you may try the following:
    FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct file_name.ldt PROGRAM APPLICATION_SHORT_NAME="<application_short_name>"
    Regards,
    Hussein

  • SQL query to assign multiple concurrent programs to concurrent manager.

    Hello,
    Do you have any script to assign a list of concurrent Program to distinct  Concurrent Managers . Actually there are more than 100 programs need to be assigned to manager.ut
    We can do it from front end,but it will take quite long time to finish this task.
    Could you please help me on this.
    Thanks & Regards,
    Saroj.

    What are the details do i need to check before assign them to Custom Managers.
    What do you mean by details you need to check?
    Kindly provide me a sql query to get all the details before proceeding to assigning managers.
    Concurrent programs definitions can be found in the following tables/views:
    FND_CONCURRENT_PROGRAMS
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_CONCURRENT_PROGRAMS&c_owner=APPLSYS&c_type=TABLE
    FND_CONCURRENT_PROGRAMS_TL
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_CONCURRENT_PROGRAMS_TL&c_owner=APPLSYS&c_type=TABLE
    FND_CONCURRENT_PROGRAMS_VL
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_CONCURRENT_PROGRAMS_VL&c_owner=APPS&c_type=VIEW
    Thanks,
    Hussein

  • How to migrate concurrent programs?

    Hi friends,
    I have used FNDLOAD for concurrent program migration.But the problem is that i can migrate only one concurrent program at a time.Is there any other way to migrate more than one concurrent program at a time?

    You could write a script to migrate multiple AOL objects but my understanding is that FNDLOAD will only work on one object at a time. For example, you would have the following in a single text file:
    FNDLOAD apps/apps O Y DOWNLOAD afffload.lct file1.ldt VALUE_SET FLEX_VALUE_SET_NAME="Mars"
    FNDLOAD apps/apps O Y DOWNLOAD afffload.lct file2.ldf VALUE_SET FLEX_VALUE_SET_NAME="Venus"
    FNDLOAD apps/apps O Y DOWNLOAD afcpprog.lct file3.ldt PROGRAM APPLICATION_SHORT_NAME="CUSTOM" CONCURRENT_PROGRAM_NAME="Galaxy"Then execute the file as a batch file to download the object data as files, FTP the files to the server with another db instance and execute this file to upload:
    FNDLOAD apps/apps O Y UPLOAD afffload.lct file1.ldt
    FNDLOAD apps/apps O Y UPLOAD afffload.lct file2.ldf
    FNDLOAD apps/apps O Y UPLOAD afcpprog.lct file3.ldtIf there's a better way to efficiently move multiple objects, I'd like to hear about it.

  • How to select multiple values from the Parameters in the concurrent program

    How to select multiple values from the Parameters defined in the concurrent program...and i believe multiple selection is not a direct feature of EBS, but is there any workaround solution to acheive mulitple selection?

    I think there's no way to do that using standard feature.
    Some workaround I use :
    1. If the number of selections are fixed, you could use multiple parameters for the same valueset. For example :
    Selection1 : <choose first selection>
    Selection2: <choose 2nd selection>
    ..etc.
    If you don't use it then leave it empty.
    2. Use text varchar valueset and enter it manually and separate by comma (or other value) , eg : selection1,selection2,selection3....etc.

  • Single concurrent program for multiple operating units

    HI
    I am working on XML/BI publisher to generate AR invoice reports.
    We have single rdf report using which rtf templates are generated.
    There are 10 operating units (10 ORG_ID's) and 10 rtf templates, one for each operating unit. There are 4 different responsibilities for each ORG_ID
    Eg: ORG_ID's = 11, 12, 13, 14..........etc
    Eg: Responsibility = xx, yy, zz...........etc
    I want to register a single concurrent program. When a user submits a request from "XX" responsibility, then the template associated with that org_id should be generated. Whichever responsibility the user is accessing from, that particular template must be shown as output.
    How can i register one concurrent program for multiple operating units.
    Thanks!
    Edited by: 994628 on Mar 18, 2013 4:39 PM
    Edited by: 994628 on Mar 18, 2013 4:42 PM

    >
    There are 10 operating units (10 ORG_ID's) and 10 rtf templates, one for each operating unit. There are 4 different responsibilities for each ORG_ID
    Eg: ORG_ID's = 11, 12, 13, 14..........etc
    Eg: Responsibility = xx, yy, zz...........etc
    I want to register a single concurrent program. When a user submits a request from "XX" responsibility, then the template associated with that org_id should be generated. Whichever responsibility the user is accessing from, that particular template must be shown as output.
    >
    interesting case for 10 OE set 10 template
    what is purpose? for each OE different requirements for layout?
    BTW
    if each Responsibility associated with one org_id then
    - you can get current org_id when you run concurrent program
    - create main template (will be #11) with condition like
    <?choose:?>
    <?when: ORG_ID=11?>
    <?import:xdo://FND.XX11_SUB.en.00/?>
    <?call:TEMPLATE11?>
    <?end when?>
    <?when: ORG_ID=12?>
    <?import:xdo://FND.XX12_SUB.en.00/?>
    <?call:TEMPLATE12?>
    <?end when?>
    <?otherwise:?>
    <?import:xdo://FND.XX21_SUB.en.00/?>
    <?call:TEMPLATE21?>
    <?end otherwise?>
    <?end choose?>so based on org_id will be import of needed subtemplate
    - re-register your "10 rtf templates" as subtemplates
    another way is substitution of template for concurrent then it running
    in before_report trigger set needed template
    l_conc_request_id := fnd_global.conc_request_id;
        if ORG_ID = 11 then
          UPDATE fnd_conc_pp_actions t
             SET t.argument2 = 'XX11'
           where t.concurrent_request_id = l_conc_request_id
             and t.action_type = 6;
      if ORG_ID = 21 then
          UPDATE fnd_conc_pp_actions t
             SET t.argument2 = 'XX21'
           where t.concurrent_request_id = l_conc_request_id
             and t.action_type = 6;

  • Multiple instances of Concurrent Program Being Submitted Diffrently

    h3. Hi Oracle Gurus,
    I am new here and was unable to find the correct category to post my thread into. So please if you know the right category please move it or let me know.
    I am having an issue with the order of submission of the same concurrent program with different responsibility.
    h4. Let me explain with an example:
    I have program CProg which is incompatible to itself in the present setting. There are multiple schedules running of the program with different responsibility. The problem arises when the schedules overlap.
    Now let's take 2 schedules:
    1. Runs daily at 2 PM. To identify name it as CProgSch1
    2. Runs the program every 3 hours. CProgSch2
    The priority of both requests is same.
    h4. Terms:
    Request_Date:+The time at which the parent program requested child program to be submitted.+
    Requested_Start_Date:+The time at which the program was meant to be run.+
    Actual_Start_Date:+Time when the program was actually run.+
    Actual_Completion_Date:+Time when the program finished execution.+
    h4. Now, the details are:
    Program________Request_Date_____________Requested_Start_Date________Actual_Start_Date________Actual_Completion_Date
    CProgSch1_________25 Dec 2012 2.20PM__________26 Dec 2012 2PM_____________26 Dec2012 2.02 PM________26 Dec 2012 2.22 PM
    CProgSch2_________ 26 Dec 2012 10.58AM________26 Dec 2012 1.55PM___________26 Dec 2012 2.23PM________26 Dec 2012 2.26 PM
    After I checked why not one but both programs missed to start at Requested_Start_Date( by 2 minutes and 23 minutes) I came to know that there was another program running which completed at 2.02PM.
    After its completion to my surprise CProgSch1 which was scheduled 5 Minutes later ran instead of CProgSch2.
    And as listed above, CProgSch2 which was scheduled to run at 1.55PM was actually run at 2.23 PM after completion of CProgSch1 at 2.22PM.
    It seems that Oracle prioritizes the programs based on Request_Date rather than Requested_Start_Date. Is this so? Can we do something so that oracle picks up programs based on Requested_Start_Date instead of Request_Date.

    ok, and can you please tell me how it doesn't follow those guidelines? If he where to make it shorter then it wouldn't be self contained. He showed us just the methods that where causing the problem. How would you present the problem "Hlpes prgrm no wrk!!!!!" and leave it at that? I'll just point this out before you say anything else:
    U nEd 2 b clearer bout wot d prob iz!_
    Fact is your not helping him at all.
    Now on to his question. I have run code similar to yours in my own sessions and everything turns works out fine.
    public class Monster{
         public int AC;
         public Monster(int a){
              AC = a;
    public class State{
         public State(){}
         public void h(Monster mon1, Monster mon2){
              System.out.println(mon1.AC+","+mon2.AC);
    public class Test{
         public static void main(String[] args){
              State h = new State();
              final Monster Goblin = new Monster(12);
              final Monster Pirate = new Monster(14);
              h.h(Goblin, Pirate);
    }That outputs "12,14". So the problem most be somewhere else in the code.

  • Sqlloader concurrent program with multiple data files

    I have a concurrent program with datafile_path/datafile_name as an input parameter registered for an Sql loader (ctl) program. My requirement is to add one more datafile_name to the control file. In that case what should be the syntax in control file? And can I just add one more datafile name to the concurrent program input? Will it pick from the control file.
    My current syntax is as follows in my .ctl file:
    LOAD DATA
    INFILE *
    APPEND
    INTO TABLE <table_name>
         abc_id     SEQUENCE(MAX,1),
         abc_type          CONSTANT 'CONSTANT_VALUE',
    Thanks,

    I have a concurrent program with datafile_path/datafile_name as an input parameter registered for an Sql loader (ctl) program. My requirement is to add one more datafile_name to the control file. In that case what should be the syntax in control file? And can I just add one more datafile name to the concurrent program input? Will it pick from the control file.
    My current syntax is as follows in my .ctl file:
    LOAD DATA
    INFILE *
    APPEND
    INTO TABLE <table_name>
         abc_id     SEQUENCE(MAX,1),
         abc_type          CONSTANT 'CONSTANT_VALUE',
    Thanks,

  • How to call a BPEL process from Oracle Apps Java Concurrent program

    Hello,
    I need to trigger a BPEL process from Oracle Apps. Can anybody tell me how to do that? I have two triggering option--
    1. On button click from a Form 6i screen
    2. Using Java Concurrent program.
    Thanks in advance.
    Debkanta

    I am not sure how concurrent program works, but may be one of the way might work out, let me know if Java Concurrent Program works a bit different way
    - [if async] Through concurrent program, you can insert message token to db or aq, and BPEL can be instantiated from there
    or
    - If it supports pure java call, then you can look at multiple documents (e.g. http://www.oracle.com/technology/products/ias/bpel/pdf/orabpel-Tutorial7-InvokingBPELProcesses.pdf) to invoke your process
    - You can also use oracle db utility to invoke soap operation and get the result back
    HTH,
    Chintan

  • How to Invoke Extensions in Java Concurrent Programs - Urgent

    hi all,
    can any one help me in understanding how to invoke Extensions (attached to Rules) in Java Concurrent Programs (part of autoconfig)
    it is migration task from FC to Extensions
    Please suggest
    thanks,
    Srikanth

    if you want to invoke the rule, that triggers the Extension, create a rule which invoke the rule, like "ALWAYS TRUE" REQ Extension. Then as soon as the Model in instaniated, the Extension will be executed.

  • Multi-selection of parameters in concurrent program

    Hello,
    I have a requirement wherein I should be able to select multiple employee numbers from employee_number parameter and the report should run for the selected employees. Please let me know how this can be achieved.
    Note:- I am making the concurrent program available from self-service screen by attaching the function 'Schedule Requests' (FNDCPSRSSSWA) to the responsibility. I would like to see this multi-selection option on the self-service screen.
    Regards
    Suresh

    Even if we say you were able to do it, you need to verify that the report logic and layout can stand multiple values to print out the report as intended.
    With EBS there is always more than one way to solve a problem.
    -AC

  • How to know whether a concurrent program (report, procedure) is ......

    Hi All,
    How to know whther a conurrent program (report or package) is "Single OU or Multiple OU".
    OU: Operating Unit
    Any advice appreciated.
    Thanks

    Are you asking how to tell whether a concurrent program can be run for a single Operating Unit in a multi-Operating Unit environment?
    If you are asking about standard Oracle concurrent programs, then I would say that they should all be capable of running for a single OU in a multi-OU environment WHERE the module relates to operating units. For example the HR/Payroll modules do not relate to operating units, but rather business groups and concurrent programs in these modules will be able to be run by business group.
    If you are asking about custom concurrent programs, then I would suggest the easiest way to tell would be to run them and see, although having an Org ID parameter would be a good indication.

  • Temporary table used in concurrent program

    Hi,
    I want temporary table information which stores the concurrent program information.
    Thanks

    One possible Solution is to include Request Monitoring to ur OA Page which is similar SRS Oracle Form, second thing is you need to show in OAF page there could be multiple approaches to this:
    1. Download Log file to client machine: article ia available on Mukul's Blog to download file from Server to client machine.
    2. Read the log file and display its content in multi line Text BOx.
    Regards,
    Reetesh Sharma.

  • IStore template mapping import concurrent program

    Hi there,
    I need to move template mapping from one instance to another. I did export the xml file and I have it. I am struggling to find where should I place this xml from source instance to target instance so that when I run the template mapping import concurrent program, it should pick the XML.
    I looked the documentation but can not find default folder to pick up XML for template mapping import concurrent program.
    Thanks.

    We have multiple apps servers per instance so we might be slightly different than you - this is what worked for me though.
    You'll want to install on the Concurrent Manager server for the instance - when you get to the Parameters form of the iStore Template Mapping Import job - you should enter the full path of where you uploaded your .out file - it should look something like this...
    /apps*inst*/*inst*comn/admin/out/*INST*serverName/o6504233.out
    Hope that helps

Maybe you are looking for

  • ISE 1.1.1 login not working after install on VMWare on ESX 5.0

                       I did an ISE 1.1.1 installation on a VMWare with ESX 5.0. After installation I am not able to login with my credentials(username admin, password XXXX) I can ping my ISE server after initial installation but  I can not ping my ISE s

  • Use Adobe dialog

    in my Illustrator cs4 there is no button "use adobe dialog" in "file -> Open" dialog how can i use "Adobe dialog" window? thanks a lot!

  • Photoshop CS3 Exten text tool cant work~~!

    when i click the text tool it will be hang or ready!? May i know adobe have redeem this error problem or not?

  • Can I create report in anyway without using reporting studio client

    Hi All, I am using hyperion 11.1.1.1.0.0. I am creating reports from hyperion reporting and anlysis. I want to know, is there anyway of creating reports from workspace? If not then how can I create reports without accessing report studio client. Than

  • Datasource for HR 0JOB_ATTR

    Hi All, I am activating the datasource 0JOB_ATTR in R/3 and when checking in RSA3, its giving error stating " The application program for the extraction of data was called up using the invalid InfoSource/invalid InfoObject 0JOB_ATTR." Please help me