Using same Context for different phy. environments

Hi,
i have a small question regarding contexts in ODI. Hope someone can help me.
Following situation:
We have 3 databases with same db object structure on three different servers and want to integrate them into one target structure.
Step1: Initialize target structure (truncate table etc.)
Step2: Load data from first Database
Step3: Load data from second Database
Step4: Load data from third Database
We want to use the same interface for all of them in order to keep it simple and avoiding duplicate interfaces. So i think we need something like a context/server change during execution. Is this possible to use the same interface for serveral environments and how?
thx, for your help
best regards,
Kai

Hi Kai,
Please, take a look into the post http://odiexperts.com/?p=652 maybe it can help you a little....
And the answer to you questio is YES. That is one of the context functions.
Just create one context to each database and execute the same interface, but at each context...
Does it help you?
Cezar Santos
http://odiexperts.com

Similar Messages

  • Using same POV for different grids

    Hi,
    I have a report with 4 grids using 3 different cubes in total.
    The different grids are attached to one cube only.
    In the main grid i have defined the POV of the entity.
    I want the other grids to use this same POV.
    In these other 3 grid I have placed the entity in the pages using "Current Point of View for Entity".
    I have deselected the grid POV for these grids.
    However when I run the report I still get differnet entity values in the grids.
    Thanks.

    In the Workspace preferences, there is an option for Merge Equivalent Prompts (under File/Preferences).
    You need to set the dimensions to "Current User Point of View" then make sure the Grid Point of View check box is not ticked, in the Grid Properties panel (You will need to select the grid for this to show).
    I can't remember if you also need to log out of workspace, once you have changed the user preferences.
    Cheers
    Iain

  • HT204053 how to use same id for different stores

    How can i use the same apple id to access apps on different apple stores (in different regions)?

    You can only buy content from your own country's store, if you want to but from a different country's store then you will need a valid billing address in that other country, and be in that country when buying from it.
    Otherwise you can try requesting that the app that you want to buy be added to your country's store, though ultimately it's the developers of those apps that will have to grant Apple a license to sell them there : http://www.apple.com/feedback/itunes.html

  • In Bte can i use same Product for 2 different process

    in Bte can i use same Product for 2 different process

    hi
    as per i know yes but since there r two type of interface behaviour is defferent .
    For
    Publish & Subscribe interfaces 
    if any event occur in this type both the process can work simultaneously and they will not intervene each other
    whereas in
    Process interfaces
    at an time any one process can be active.
    Reward if usefull
    Cheers
    Snehi

  • SAP XI 3.0 Same source for different target in std Value mapping function

    Hi,
    We have replicated 4 value mapping entries from R3 to XI having the same Context , Agency , Schema and value for source, but each of the 4 values has the same Context and Agency but different Schema and Value respectively.
    To illusstate :
    Source                             |Target
    Context Agency Schema    Value -----Context Agency   Schema     Value
    CS1      AS1      SS1      1        CT1       AT1      ST1       A
    CS1      AS1      SS1      1        CT1       AT1      ST2       A
    CS1      AS1      SS1      1        CT1       AT1      ST3       B
    This value mapping is not working and we always get the source value as the result.
    We are wondering if the reason for this is that we use the same source for different targets. But we are not 100 % sure of it.
    When I read the documentation on Value mapping or when we use the value mapping standard function in graphical mapping, we pass the context , agency and schema of the source and target respectively and the source value to get the target value, and this combination is always unique in our case as seen in the above example.
    Has anyone faced this kind of an issue, if yes I would appreciate if anyone could help us resolve this problem.
    Thanks in advance.
    regards,
    Advait

    Hi Advait,
    From the below what I understand is that you are not able to do value mapping for the follwoing
    1     A
    2     A
    3     B
    As value mapping allow one to one mapping only. Please do it like as mentioned below
    1     1*A
    2     2*A
    3     3*B
    Then in the graphical mapping of Integration Repository do the mapping for the same as shown below
    source field > VALUEMAPPING> UDF--> TARGET Field
    In UDF suppress the value of  1* , 2* , 3* which can be done as follows
    create one UDF with one input field
    //write the code as below to suppress the field
    return input.substring(2);
    Here the davantage of using 1* , 2* , 3* etc is that you have the option to use value mapping for 100 values which I think is not normally the case for any Interface.
    If you have same source you can do the same thing for that.
    Hope this helps you to resolve your query.
    Thanks & Regards
    Prabhat

  • How to use same actions for differ pop-up

    Hi gurus,
    I am using 2 popup in a view.same popup's having same buttons 'Yes', 'No'.when i use 1st one i have to create an action for that Yes button where i put my code for that particular Action.
    But when i used 2nd one the action define for that is not acceptable with differ name.it takes only standard one.
    Now my Query is : How to use same actions for differ pop-up buttons with in a similar view?Where i put my code.
    Plz sugges me.
    <b>Points will be sured.</b>
    Sanket sethi

    Hi,
    Take one integer value attribute in the context of view
    when you r performing action on POP1 set it's value to 1
    when you r performing action on POP2 set it's value to 2
    create one method which receives integer argument, say diaplay(int a)
    In the action call display(wdContext.currentContextElement().get<intvariable>()) by passing the value in the context attribute
    in display() method, Check the value of integer variable..
    if it is 1 then perform action related to POP1
    if it is 2 then perform action related to POP2
    Regards
    LakshmiNarayana

  • How to Use Same Models in Different DC's.

    Hi Experts,
                   I want to use same Models in Different DC's. How I achieve it by adding Model to Public parts.
    With Regards,
    Roop Kumar.

    Hi Roop,
    It's enough to reimport Only Parent DC. No need to change in Child DC
    This depends on scenario according to my experience.
    Changes to the model definition can be three ways
    1)Addition: Adding new fields or structures to your model.
    In this case "It's enough to reimport Only Parent DC. No need to change in Child DC", if you are not using the new fields or structures in child DC. 
    2)Modification: Modifying existing fields or structures (e.g. data types) in your model.
    In this case "It's enough to reimport Only Parent DC. No need to change in Child DC", because fields or structures in child DC are reference to the Parent DC.
    3)Deletion:Deleting fields or structures in your model.
    In this case,  "It's enough to reimport Only Parent DC. No need to change in Child DC", if you are not using the deleted fields or structures in child DC.
    But this holds if you make your DC as a public part but not the model and the parent DC's Interface Controller must have the context that you are going to use in child DC.  You will find more help [here |/docs/DOC-8661#section5]
    Regards,
    Siva

  • Can I use same account for android and PC and how ...

    Can I use same account for android tablet and PC and how do I link both?

    You can use the same Apple ID for both phones, you would then be able to use the purchased Apps/Content on both phones without having to pay again.

  • I have two iphone one is iphone 5 and othere is iphone 4 . can i use same id for both ? And do i have to purchase the application again for iphone 4 which i have buyed for iphone 5.??

    i have two iphone one is iphone 5 and othere is iphone 4 . can i use same id for both ? And do i have to purchase the application again for iphone 4 which i have buyed for iphone 5.??

    You can use the same Apple ID for both phones, you would then be able to use the purchased Apps/Content on both phones without having to pay again.

  • How to use same actions for differ pop-up buttons

    Hi gurus,
    I am using 2 popup in a view.same popup's having same buttons 'Yes', 'No'.when i use 1st one i have to create an action for that Yes button where i put my code for that particular Action.
    But when i used 2nd one the action define for that is not acceptable with differ name.it takes only standard one.
    Now my Query is : How to use same actions for differ pop-up buttons with in a similar view?Where i put my code.
    Plz sugges me.
    <b>Points will be sured.</b>
    Sanket sethi

    Hi ,
    u can use the method SUBSCRIBE_TO_BUTTON_EVENT of the IF_WD_WINDOW interface ... to handle the event fired by the popup .....used this method after creating the popup window ...
    regards
    Yash

  • HT204053 How do you change apple id for icloud if phone is already set up. Need to give each phone in my account their own apple id for icloud so that we dont receive each others messages but can still all use same id for purchases.

    How do you change apple id for icloud if phone is already set up. Need to give each phone in my account their own apple id for icloud so that we dont receive each others messages but can still all use same id for purchases.

    Settings-icloud-scroll to the bottom, select delete, if you want to keep the content select keep, otherwise it'll remove it. Then once it is done add the account information for the account you want on that phone.  Your apple ID in settings-store will remain the same and each device can still purchase/use content from that account.

  • Using Yosemite - cannot project screen onto TV.  Get bits and pieces or black screen.  Have been using same setup for years.

    Using Yosemite - cannot project PC screen onto TV.  Can get a black screen or bits and pieces of a screen ( not always the one displayed on PC).  Have been using same setup for years.
    Thanks for any help

    Hi, edward.  
    Thank you for visiting Apple Support Communities.  
    I understand that you are having a display issue with your MacBook Pro on your TV.  I would need a little more information regarding how you are connecting your device and what content is being displayed to provide a better answer.  However, here is the best troubleshooting resource to go through when experiencing these symptoms.  
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/HT201177
    Cheers, 
    Jason H.

  • HT201320 I let my students use my IPAD for different Apps. I was wondering if there was any way to lock my email app or sign into it before it opens. Suggestions?

    I let my students use my IPAD for different Apps. I was wondering if there was any way to lock my email app or sign into it before it opens. Suggestions?

    There is no way to lock the built-in email app. You can remove the password from the Mail, Calendars, Contacts settings, but you'd have to readd and remove that every time, probably not very practical. There are third-party apps that have a login feature within the app, so one of those might work for you. Or you can just use a web interface to your email, if your provider offers that, though many web interfaces don't work very well with mobile web browsers.
    Alternatively, if your students just use a single app at any given time, you can lock the iPad to that app via Guided Access:
    http://support.apple.com/kb/HT5509
    Regards.

  • Can i use same licence for after effects 7 on multiple computers

    can i use same licence for after effects 7 on multiple computers

    you can install on any number of computers, but you can activate on, at most, two computers concurrently with a single user license.

  • PPOME - Can't insert the SAME task for different organization unit

    Hi all,
    I have a doubt; in SAP 46C, it seems that is impossible to insert in PPOME, Detailed window, Tasks tab the same task for different organization unit. The only way to do this is in PP01 - General management, where you can explicitely create a [B-007] relations with the same "T" Object. Now, it is a little bit difficult for a user to switch from PPOME ad PP01 when defining new organizational structure.
    The question: is there any way to insert the <b>SAME</b> task directly in PPOME, overwriting the standard behaviour of the system that by default create a new task for each new insertion?
    Thanks all
    Paolo

    Hi Naveen
    thank you for your prompt reply.
    The issue that I want to solve is that some organization unit (not all) must be flagged for an external export to another system, depending on some characteristic of each org unit. I didn't find a similar attribute on standard field, so I thought to insert a common task to all the org units to export, so that this relation can serve as the missing attribute on org unit definition.
    PP01 let me insert a task (type T, and not TS) on an org unit directly, so I want to know if I'm going to break some standard behaviour of SAP if I insert a task on OU.
    Thank you
    Paolo

Maybe you are looking for

  • Reporting Agent - Print Layout - Issue in Displaying Key Figures in Rows

    Hi, We have issue while printing reports using Reporting Agent. As part of Query Definition we have Structure of key figures in Rows. But while creating Reporting Agent , in Print Layout option – Under Table – Rows – we are not able to drag Structure

  • Multiple good IPOD's show as corrupt in itunes, error 1439

    I have multiple IPOD's that test out fine at the Apple store (i.e. they will sync promptly and undergo a successful restore on a windows based computer) but they show as "corrupt" in iTunes at home. When I use the restore function in iTunes I get an

  • Upgrading from Premiere Pro CS5.5 to CS6

    I have Premiere Pro CS5.5 as part of Adobe Creative Suite 5.5 Production Premium.  I just purchased Premiere Pro CS6 upgrade but when I try to register I select Premiere Pro CS5.5 as my qualifying product upgrade and enter the SN from Creative Suite

  • Illustrator CC crashes on launch in Windows 8 w/ no wacom drivers installed

    Oddly enough, Illustrator CC is crashing about 5 seconds after I launch it, around the time that the little trial window pops up. Obviously I can't see if I even like the software if the darn thing doesn't work. I have no wacom drivers installed whic

  • Crash on save

    Hi, I have Logic Pro 7 running on a dual G5 2 GHz with 2 Mb of RAM. Logic sometimes crashes when I perform a "Save as" function or simply a "Save" function. Does anyone have the same problem? Maybe it's because I'm running on Mas OSX tiger 10.4.10 an