OWB Run mapping of another project in the current project

I have to projects (one for the Phase 1 and one for the Phase 2 area).
In every project I have one process flow for each mapping.
Now I want to create a process flow in the first project which calls a process (contains a simple mapping)of the second project.
How can this be achieved?
Regards
Thanach

... we do a trick. We copy a mapping from project 1 and paste it to project 2. Than we edit it and delete all unnecessary operators exept the table we want to reuse in the project 2. After this we add the necessary operators and deploy this mapping into the same target as project 1.
I think this approach will work for processflows too. It'S a workaround because you can not choose an object from one project in another without this trick.
We have one project for each version, so project 2 should only includes the deltas to the version in project 1 and use the other objects from project 1.
Regards,
Detlef

Similar Messages

  • Why can't I open another tab in the current window anymore?

    I have not had an issue with this problem until today. I have had my laptop since May 2010 and I have been using firefox the whole time. Today, my roommate used my computer, but used internet explorer. Since then, I have not been able to open another tab on the current page.

    Perfect solution. The resolution was not letting me get past the user agreement and into the iPod settings.
    Really appreciate your taking time to respond. Thank you!

  • Calling another program from the current program

    Hi all,
    In our requirement we are calling another program from our current program .
    In the current program( from which we are calling ) we are giving file name in the selection screen
    and when we run the current program we are successfully going to other program but our main requirement is to higlight the file name which we had given earlier .
    Note :  The called program doesnt have any selection screen.

    HI
    use EXPORT and IMPORT key words for passing data from one program to another program.
    as the called program is available in the same session you can use above key words which means you are accessing ABAP MEMORY.
    You can also use SET and GET key words which means SAP memory
    take F1 help there are examples tooo and detailes explanation abou the same
    Regards
    Ramchander Rao.K
    Edited by: Ramchander Krishnamraju on Dec 24, 2008 7:05 AM

  • How do i transfer my bookmark toolbar from one computer on which i am running firefox to another computer of the same type that i am running firefox on?

    when i installed firefox on my new macbook pro the bookmarks that i had set up in firefox on my old mac book pro did not appear.
    How do i transfer these bookmarks to the new computer.

    Here's what I do when transferring from one profile to another, on the same computer.
    Go to "organize bookmarks", click on "bookmark toolbar", click on any bookmark in that category, click on menu "organize", click "select all", click on "organize" again, click "copy".
    Then close firefox, start it again with the other profile, go to "organize bookmarks", click on "bookmark toolbar", click "organize", click "paste".
    Now if you are moving to another computer, try save the copied content to a text file and move that text file to the other computer, then use "paste" inside firefox.
    Good luck.

  • The maps apps is not showing the ¨current location¨ (Buenos Aires,Argentina), actually it shows were I used to live 2 months ago (Bahia, Brasil). Can somebody tell me what is going on?

    I can not make the Ipod Touch to shw my current location. It looks like it got stucked were I used to live 2 month ago (I've moved from Brasil to Argentina)

    Try a hard reset.
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101
     In Memory of Steve Jobs 

  • Sharepoint Workflow to change another item in the same library

    Is it possible to change another item in the current library using a sharepoint workflow
    I currently has a customised approval workflow that approves procedures. I would like this workflow to set the status of the previous version to archive when the current procedure is approved.
    Jack

    Hi Jack,
    If the documents in your library are all word files and the names of the documents are named as"A001_Rev_+number", you take follow the steps below to update the status column.
    Create a 2013 workflow associated with the library, and start the workflow when an item is created.
    Select Start a task process.
    Select If any value equals value and set it to be: If Variable: Outcome equals Approved.
    Select Extract Substring of String from Index with Length, and set it to be:Copy from Current Item:Name, starting at 0 for 9 characters(Output to Variable: substring).
    Select Set Workflow Variable and set it to be:Set Variable: string to Current Item:Name.
    Select Replace Substring in String and set it to be:Replace Variable: substring with (space) in Variable: string(Output to Variable: output).
    Select Do Calculation and set it to be:Calculate Variable: output to minus 1(Output to Variable: calc).
    Select Update List Item to update the status column(refer to the picture below).
    Select Go to a stage and set it to be:Go to End of Workflow.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • I have a used mac computer. I want to sync and update my iphone. Currently itunes tells me that my iphone is connected to a different itunes account. How do I make itunes sync and update my phone without deleting all the current information on my phone?

    I have a used mac computer. I want to sync and update my iphone. Currently itunes tells me that my iphone is connected to a different itunes account and will sync, but delete everything from my phone. How do I make itunes sync and update my phone without deleting all the current information on my phone?

    Iphone will sync with one and only one cpomptuer at a time.  Syncing to another will erase the current content and replace with content from the new computer.  This is the design of the  iphone.
    It will erase the content when you sync.
    Why not update from the comptuer with which you normally sync?

  • How to lock the current tab

    Hi all,
      I have placed a tab control to the application, in one tab panel I am running a heavy code which takes couple minutes to be done. During the code running time, I want to lock the current tab so it can't switch to different tab. Is that any way to do that in CVI? Thanks.
    Solved!
    Go to Solution.

    Hi dragondriver,
      I don't think you can lock a tab, but you could programatically dim all the other tabs on the same event that starts your heavy processing and then undim them one it finished.
    Hope this helps,
    Bogdan

  • How to run another application in the project?

    Well, the title says it all really. I created a new
    application within my existing project but I can't get it to run as
    it always runs my main application (which has a little blue sphere
    on its icon).
    How can I get the other application to test and/or
    run?

    Managing launch configurations
    Launch configurations are used both to run and to debug
    applications. Flex Builder provides a default launch configuration
    for Flex and ActionScript applications. When you first run or debug
    a project, a project-specific launch
    configuration is created. You edit the launch configuration
    to change the default main application file. You can also
    modify the default launch path to run or debug in the
    stand-alone Flash Player rather than in a web browser.
    Creating or editing a launch configuration
    When you create and build a project, it is ready to be run or
    debugged. Both running and debugging of the applica-
    tions in your project are controlled by a launch
    configuration. By default, Flex Builder creates a launch
    configuration for each of the application files in your project the
    first time you run or debug them. The configurations are based on
    the default Flex application configuration, and you can edit them
    as necessary.
    Launch configurations are managed in the Create, Manage, and
    Run Configurations dialog box.
    using_fb_flex3.pdf
    Chapter 11: Running and Debugging Applications

  • OWB 10.1 get sid and serial from running mapping

    I have a mapping that's executing way to long.
    I know how to kill a kill a session with alter system kill session <psid>, <serial> immediate.
    In OWB 10.2 these parameters are visible when you look at running mappings, in 10.1 you don't see them .
    I can get some info on the running mapping from the table wb_rt_audit_executions but this does not contain sid nor serial.
    Does anybody know the link between this table and sid an serial or another way to get them so I can kill the session?

    I have no owb 10.1 at hand, but can you just stop the execution in the design center?
    Or I think you can get the job id of the execution, then you can just use "OMBSTOP <job_id>" to stop that...
    Thanks,
    Shawn

  • Exporting the Browse Sequence XML file for Use in Another Project

    When I generate a browse sequence based on the TOC using zero for the book level, instead of getting A, A1, A2, B, B1, B2, I get A, B, A1, A2, B1, B2.  The TOC runs through all 1st level items first, cycles back through all 2nd level item, then 3rd level, etc.
    My workaround was to auto-create the browse sequence at a 0 level and then manually manipulate it to output according to how my readers would actually read my online book (ie A Aa A1 A1a A1b A2 A2a A2b B B1 etc etc).
    Now that I have my browse sequence in the correct order for this project, I do not want to repeat these steps every time I create a new version of my OLH for the same guide after some minor updates have been made to the FM source.
    There is a file named whbrs.xml inside the output folder and it contains the browse sequence order I specified during my workaround steps.
    Is it possible to export this file to another location for use in another project referencing the same guide?
    This methodology is much preferred as I am working at an enterprise level with multiple documents (some numbering in the hundreds of pages) and do not want to have to manually use my workaround for each project I update over the next few years.

    Hi Kristopher
    You probably wouldn't want to use that particular file as it's an output file. You would likely have better luck using the ProjectName.BRS file as that one should be a source file.
    However, keep in mind that whether (or how well) this will work will entirely depend on having the recipient project using the same identical structure and identical file names.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Open Another Project - how do I set up the published files?

    I created a Menu project that launches (via buttons) two other projects. Each of these other projects has a button to return to the Menu. I copied the published set of files to each of the Callees folders. So, Menu\Callees has Run 1 and Run 2 folders (all the published files) Run 1 and Run 2\Callees each have Menu folder with all the published files. Menu launches Run 1 and Run 2 fine but the Menu button on Run 1 and 2 works once, then I get this:
    No webpage was found for the web address:file:///C:/Users/Jeff/Documents/My%20Adobe%20Captivate%20Projects/menu%20test/Menu/callees /Run_1/callees/Menu/callees/Run_1/callees/Menu/index.html
    Anyone have a simple explanation for how I should be setting up the published files?
    Thanks so much,
    Jeff

    Thanks Rob,
    Would running these from a web server resolve the file location problem I asked about? I tested the SWF version on my HD and got a similar error message (this time looking in the root directory, not the callees folder.) Can you point me to a reference re: how to set up files when running another project?
    Thanks,
    Jeff

  • Copy a mapping from one project to another project in same reepository.

    Hi All,
    I am using OWB 10GR2. I have two projects in this repository called dev_project and test_project. after completion of mappings development in dev_project, i want to move the mapping from dev_project to test_project. I was able to copy the mapping from dev_project to test_project.
    However, when i open the mapping in test_project project, I was able to see all mapping operators like sources, targets and all other operators. But filter operators, join operators and aggregator operators doesn't have its properties( means there are no filter condidtion, join condition).
    Please help me how to take those filter and join conditions also from dev_project to test_project.
    Thanks,
    pv

    There is a OWB bug 8267898 described as:
    COPYING MAPPING BETWEEN PROJECTS IN OWB LOOSES ALL THE OPERATOR PROPERTIES
    Try to apply patch:
    Patch 8289030 - PSE FOR BASE BUG 8267898 ON TOP OF 10.2.0.4 FOR WINDOWS 32BIT (215)

  • Jdeveloper runs another program as the selected one

    After selecting a program (from Java Examples) and trying it to
    run or debug, JDeveloper starts another program which runs
    before. This behaviour is independent of the entry in "Default
    Runable Class/File" in Project property, Run/Debug tab. If this
    entry is empty, the first try to run my program writes in this
    field the other program I don't want to execute. How works the
    program execution exactly? JDeveloper has to register somewhere
    the previous running program and overrule the standard
    (executing the selected program). Does anyone know this
    difficulty?
    Thanks for the hints.

    Georg,
    I have done some testing and am not having any problems with
    this.
    My suggestion is:
    Make sure the samples you want to run are in your project.
    Make sure Show enty points on classpath is not selected.
    Right-click the program (with a Main()), select Run from the
    context menu.
    The Run option from the top menu automatically selects (in this
    order) the selected program in the navigator, or if one is not
    selected, the first one in the project.
    The safest way is to right-click the one you want and run it
    from the context menu.
    Gary
    JDev Team

  • I can't download firefox. When I click on run, I get a window saying that the author is unknown. When I click on run in the new window, another window says the file is corrupt. What can I do about this?

    I want to have firefox as my default browser. As this is a new laptop, I hasve to download firefox. As per the instructions, I click on "run" to complete the download, but instead of completing the download, a window appears which says that the author is unknown. If I ignore the window and click on run, I get another window which says the file is corrupt and I can't finish the download and have firefox as my browser.
    I have windows 7 and explorer is the default browser and I want to change to firefox, but so far am being prevented from doing so. How can I successfully download firefox?

    It is possible that your anti-virus software is corrupting the downloaded files or otherwise interfering with downloading files by Firefox.
    Try to disable the real-time (live) scanning of files in your anti-virus software temporarily to see if that makes downloading work.
    See also:
    * http://kb.mozillazine.org/Unable_to_save_or_download_files

Maybe you are looking for