Changing source location within a single mapping

Is above possible in owb11g, please read the following example.
I have three source module and three source location defined DEV, TEST and PROD, there is a table oe_order_lines_all that exists in all three places.
I have defined a mapping m_load_order_line in WH_SALES module (Target Module).
I developed the mapping using source location DEV, I deployed the code and executed i
t successfully against DEV source.
Now I want to configure that same mapping to point to TEST, by changing the location information to TSET, but while configu
ring the mapping I see only one source location (DEV) in the drop down list box.
I am assuming that I should somehow see the TEST and PROD location too, so I the second time, I can change it to TEST and re deploy my code to, so I can no
w use the same mapping to pull data from TEST.
Hope the above example will give you better understanding of my issue.
Thanks,
Ravi

Hi David,
Some how the data locations tab is blanck in 11g, I have raised a ticket for Oracle support, they are still investigating why that is blanck, are you using 11g ? I can send you the screen shot if you want to have a look. Are you in US ?
Thanks,
Ravi

Similar Messages

  • TS1589 my airport stopped working when i changed its location within the same network (wired)

    Please help....I replaced my airport express with an apple tv and moved the airport to a different location within the same wired network and the light continues to flash amber. I know the ethernet connection is good and I have tried restarting the modem/router/airport with no change in status and when I look in the airport utility software, it reports that it cant see it. When I move back to its original location, the light goes green.  What happened and how can i correct this issue? Thanks very much for any assistance.

    the weird thing is that all Ive done is move its pysical location....my house has ethernet ports in every room all running through a common upstream router which in turn is connected to a dsl modem. At this point Ive hard reset the AX back to factory settings....now the AX utility sees the AX but shows me that it has a total of 3 problems. 1) Internet connection...2) no DNS servers...3) default settings. When I highlight "default settings" the info reads "this AX base station has default settings. You should configure it to connect to the internet, secure the wireless network, and provide a password. I assume that if I correct this, the other 2 troubles should take care of themselves.  At the bottom of the page there are buttons that say...help, revert, update and a drop down menu that says default settings, recovered settings, create profile, edit profiles. not sure where to go from here. thaks for taking the time to help me.

  • Changing source/target structure without recreating mapping

    Hi Experts,
    There is a requirement where we need to add one field in target structure of an interface. Based on my limited knowledge, I know that if source or target structures are changed then the entire mapping has to be recreated from scrach. Is my understanding correct? If not, how do I go about this change?
    Thanks,
    Dhawal

    In any version of XI/ PI you can insert the new fields/ nodes at the end of the parent segment....if done in this manner then the mapping wont be lost:
    Old:
    <SRC>
    <Name>
    <First>
    </Name>
    </SRC>
    New
    <SRC>
    <Name>
    <First>
    <Last>
    </Name>
    </SRC>
    In this case the mapping wont be lost....however if you add a new node somewhere in middle or at the top of the existsing nodes then mapping will be lost:
    <SRC>
    <Name>
    <Last>
    <First>
    </Name>
    </SRC>
    In short the sequencce of apperance of nodes should not change
    Regards,
    Abhishek.

  • Change source location in PKGBUILD

    Is there a way to change the PKGBUILD script to use the source file I have already downloaded?  This is for my son's computer that is not attached to the web.  I have tried changing the source line to /home/justin/builds/gcompris/gcompris.8.4.tar.gz.  Not luck.  Thanks.
    Justin

    try making the source 'gcompris.8.4.tar.gz' and make sure its in the same directory as the PKGBUILD file. This works when PKGBUILDs include shell scripts, patches, and the like, so it should work with other sources.  You shouldn't actually have to even change the download location, makepkg checks in the directory before it attempts to download the file.
    Dusty

  • How can we identify the location from which a map is run, in the map ?

    Hi,
    I have a map that moves data from source system into the target system.
    I have two locations in the project (PROD_SOURCE and PROD_TARGET).
    My map picks the source table from PROD_SOURCE location and inserts into the target table in PROD_TARGET location.
    Now, this map can be deployed by changing the source location.
    In my map, I want to find out the location and subsequently the source database from which the map was run. This has to be inserted into a table
    Any pointers?
    -Pushkala

    You can always query the data dictionary in a pre- or post- mapping procedure.
    e.g.:
    select dep.owner, dep.object_name
    FROM PUBLIC_DEPENDENCY pd,
    all_objects dep,
    all_objects src
    where pd.object_id = src.object_id
    and pd.referenced_object_id = dep.object_id
    and dep.object_Type = 'TABLE'
    and src.owner = 'ERS_CTRL3X'
    AND src.object_name = 'TEST_MAP'
    AND src.object_type = 'PACKAGE BODY'
    will give me the listed owner of all tables referenced in this mapping. Knowing the table name, I would have access to the owner name. Now, whether you also will need to query agains all_db_links to see where a given db link is pointing to resolve the owner etc, or all_synonyms to resolve local synonyms to the db_link that they operate against etc I do not know. But tracing the dependancy tree from the current runtime copy of the package will get you to what you need.

  • Issue in OWB mapping - when changing source and target database

    Hi,
    I need help for resolution of the issue I am facing when moving mapping from development environment to QA.
    Here is situation,
    We develop ETL using one source, one staging and one target database.
    In development we use one control_center for Source to staging and another control center staging to target.
    All works fine in development.
    Now I have created new runtime repository and imported all OWB projects (with full dependencies, exact replica of development). Now I need to change source and staging and target as different database.
    I have created new database location connections and defined/attached DB connectors with stage and target location.
    Now issues are
    1.     Two Staging mapping are not able to bound with source table (giving different error
    a.     One mapping show error for source synonym translation no longer valid when deploying this mapping , but validation comes without any issue)
    b.     Other mapping show error for source table/object not bound to repository
    2.     All the target mapping show validation successful, but when deploying says “table or view does not exist”. But tables are exists on source stage and target. (also permission are set correctly for target user to read from staging tables).
    Not sure how to proceed from here.
    I have recreated new repository and re-imported all project/mappings and defined all connection but still same issue.
    Thanks in advance,
    Vipin

    1. Two Staging mapping are not able to bound with source table (giving different error
    a. One mapping show error for source synonym translation no longer valid when deploying this mapping , but validation comes without any issue)
    b. Other mapping show error for source table/object not bound to repository
    The above error were resolved when re-synchronized the table (for few I have to reimport the table) and mapping.
    2. All the target mapping show validation successful, but when deploying says “table or view does not exist”. But tables are exists on source stage and target. (also permission are set correctly for target user to read from staging tables).
    The above error still pending. My target mapping are not able to deployed/compiled.
    For the above I have defined one Staging location to one target target location and target location have connector to staging (not sure if I have to define connector name same as staging location, as I have created DB connector with different name but reference database is same as staging location).
    Mapping are assoicated with desired data locatoin and meta data.
    control center is also have that data location.
    Mapping are configured for the desired location.

  • Specify field mapping when changing table location

    I want to change the tables in a report to refer to database tables with a different schema, and specify the mapping of fields in code.
    I already have code that changes table locations successfully when the schema does not differ, using the RAS API. As far as I can tell, the RAS API doesn't have a way of handling schema differences. Is that true?
    OTOH, the higher-level CR API does appear to have a mechanism to do field mapping, using the FieldMapping event in the ReportDocument class. I've been trying to use this API for the job, but I don't seem to be able to change the location of a table in the report.
    Here's an example scenario:
    The report was created using an ODBC data source Source1 that contains a table Table1
    I have an ODBC data source Source2 that contains Table1 as well as a table Table2 that is identical to Table1 except that the field names are all slightly different
    I want to change the report so that it uses Table2 in Source2
    I've managed to get the report switched to Source2 with code like this:
    report.DataSourceConnections[0].SetConnection("Source2", "", id, pwd);
    Here's the code I'm using to try to change the report table to refer to Table2:
                Table table = report.Database.Tables[0]; // only one table in the report
                TableLogOnInfo logOnInfo = table.LogOnInfo;
                logOnInfo.TableName = "Table2";
                table.ApplyLogOnInfo(logOnInfo);
                report.VerifyDatabase();
    I've also tried the simpler
    table.Location = "Table2";
    Neither approach changes the table location. I know this because when I preview the report I see data. Since the field names are all different, changing the location should have removed all the fields from the report. (Also, the event handler I have hooked up to the FieldMapping event is not called. Yes, I did enable the event in the ReportDocument.)
    So:
    How do you change the location of a table using the high-level API?
    If you change the location using the RAS API, is the FieldMapping event fired? (Haven't tried this, but somehow I doubt it.)
    Is there a way to do field mapping with the RAS API?
    Thanks!
    - rick cameron

    Hi Rick
    This is not considered a bug. It is a limitation that has been discusses extensively in many of our internal meetings. The implementation job proved to be much too massive and with highly limited ROI. E.g.; the number of requests for the feature is just not there...
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Crystal Report runtime error while changing Data Source Location

    Dear All
    We are using "Crystal reports for SAP Business one".The Crystal reports version is 12.1.
    We built a report in another database with another server.
    As we are importing the report in another database of another server,
    I am not able to change the Data Source location.
    When I am trying to change it,it gives Runtime error and closed automatically.
    How can i resolve and change the data source location?

    hi kambadasan,
    is your CR version the same from which you design the report and to the another server? also did you import your report directly to SBO without changing the data source first? in the case you should update first your Data Source in Crystal Report IDE before importing it to SBO.
    regards,
    Fidel

  • I went to silence my iPhone 5s and had a box pop up--looked like one of those boxes telling me turning on Location Services would help--telling me I needed to change my password within 60 minutes.....I turned the phone off.  Can anyone explain this to me?

    I went to silence my iPhone 5s and had a box pop up--looked like one of those boxes telling me turning on Location Services would help--telling me I needed to change my password within 60 minutes.....I turned the phone off.  Can anyone explain this to me?

    I went to silence my iPhone 5s and had a box pop up--looked like one of those boxes telling me turning on Location Services would help--telling me I needed to change my password within 60 minutes.....I turned the phone off.  Can anyone explain this to me?

  • Source table = Staging table = Cube in a single mapping?

    I want extract data from some source tables and load a staging table. Then, using the staging table as a source, I want to load a cube.
    I have tried doing all that in a single mapping, with the staging table operator in the middle of the mapping.
    Apparently, it does not work. Only the second part of the mapping is generated, that is, the merge statement that loads the cube using the staging table as the source.
    Of course, I can build two mappings, and execute one after the other.
    My question is: is the first approach feasible? Can I somehow load a staging table, and then use that as the source to load a cube, all in a single mapping?
    Best regards
    Juan Algaba

    Hi,
    doing all this in one mapping is bad very design - but possible. What says the runtime audit browser? How do you know that only the second part of the mapping is was executed?
    Regards,
    Detlef

  • How do I change incorrect locations in Photo Stream and Map?

    Have updated to iOS 7 and some photos, taken on the same day, and in the same location are said to be in another town. Clicking on the area name in Moments brings up a map, and the photos are shown in two different areas, three hours apart! Can I correct the title and/or map? Weird, and frustrating.........

    Hi,
    The location shown on the map is derived from the photo's metadata. There are apps out there that let you manually modify it.
    Here's a link for further reading:
    http://www.cultofmac.com/210251/view-and-edit-photo-metadata-on-your-iphone-with -exif-fi/
    Thanks,
    Ben

  • Mapping Warning as cause of changing database location

    hello group,
    i am new in working with owb 10.2, so please forgive me trivial questions.
    now to the problem:
    i set up a location for my database, created some mappings and deployed them successfully.
    yesterday i got new connection details for accessing the database, then i registered/unregistered the location in the control center manager (was that right?).
    then i created some new mappings which use tables of the database.
    when trying to deploy the new mappings (action:create) i get this error-message.
    None
    INFORMATIONAL
    ORA-04052: error occurred when looking up remote object [email protected]@SRC_domain
    ORA-00604: error occurred at recursive SQL level 1
    ORA-02019: connection description for remote database not found
    MY_FIRST_MAP_mytable
    Create
    Warning
    ORA-06550: line 0, column 0:
    ORA-04052: error occurred when looking up remote object [email protected]@SRC_domain
    ORA-00604: error occurred at recursive SQL level 1
    ORA-02019: connection description for remote database not found
    what does this mean?
    was the way to change the location settings for the database wrong? or can this be achieved?
    can you give me some hints?
    thanks in advance,
    sven

    When you deploy a Connector you are creating a Database Link in the schema you are deploying the connector.
    With the replace option, you drop the database link and create it again, so all the objects referring the database link will be in "invalid" status, and you'll have to deploy them again (normally all the mappings, procedures and functions using the connector-databaselink).
    If you change the location information, sometimes the name of the databaselink created when deploying the connector change, OWB creates the database link using not only the name of the connector, includes some information of the location properties, so the replace option partially fails, because the drop database link sentence fails, the create database link sentence works properly, though, and in the database you have two db-links: the old one and the new one, so if you aren't aware to deploy again the objects using the old db-link to refer to the new DB-Link, they will stay referring to the old one. For example:
    The old information of LOCATION_SOURCE:
    HOST: host1
    PORT: port1
    SID: sid1
    When you deploy the connector MY_CONNECTOR in location LOCATION_TARGET referring the schema SCHEMA_TARGET, you create a DB-Link in SCHEMA_TARGET named SID1@MY_CONNECTOR
    If you change the information of LOCATION_SOURCE:
    HOST: host2
    PORT: port2
    SID: sid2
    And then deploy MY_CONNECTOR again, you create a new DB-Link in SCHEMA_TARGET, named SID2@MY_CONNECTOR, and with the REPLACE option you don't drop the SID1@MY_CONNECTOR DB-Link so all the objects referring to this old DB-Link will be valid, but referring to an incorrect DB-Link.
    Hope I've been able to make myself understand, I've read what I have written and seems a bit confusing. Regards.
    ANA GH

  • NTFS source moving servers.  Can I change the location in the DB directly?

    It would be nice to manually change the location of a large group of files in the DB directly rather than having to re-crawl the new location from scratch and discard the old location.
    Is this feasible?

    Hi, I'm seeing the same issue. I have searched my address in the google search using the post code. This finds the address as Postcode, Town, England. I then rename the location to my street name or 'Home'. This works fine, but the pushpin is slightly incorrect and needs to be moved, and the radius is huge and spans two other streets so needs to be reduced.
    As soon as I re-size the radius circle or move the pin the location details drop to the name I give the location 'Home' and England. I'd really like to preserve the town data in the details.
    Regards,

  • How to change file location path at run time in OWB 10g

    Hello all,
    We want to load several files with the same name but from different folders into a single table.
    The information about the paths is stored in an oracle table.
    Is there any best practice to achieve this?
    Our approach is to loop on the number of sources and execute the mapping after changing the location path. We found how to make the loop, and have the apropriate OMB command to update the location path, but we are still looking for a way to call this OMB plus command in a process flow or a mapping. Any idea?
    We also succeeded in loading the file from an unregistered location, which is necessary to be able to update the path, but I'm not sure this is really the best approach. Any advise?
    Thanks in advance for your help!
    best regards
    Cedric.

    Hi,
    I can provide you with an idea on this, dont know if it will work or not.
    Suppose, you need to load 5 files in different folder locations into a single table. Call the mapping 5 times in a process flow. If you log in to the database, and go the table all_directories in your target schema, you will find an entry for the actual path of the file you are trying to laod. I think if this path is updated before each run of the mapping, you can load all files into the target table. Only thing you have to do is call a procedure which will update this record in all_directories table with the different locations each time you want and then plug in this procedure before each call to the mapping in a process flow and see if it works or not?
    Regards
    -AP

  • What is the best practice for package source locations?

    I have several remote servers (about 16) that are being utilized as file servers that have many binaries on them to be used by users and remote site admins for content. Can I have SCCM just use these pre-existing locations as package sources, or is this
    not considered best practice? 
    Or
    Should I create just one package source within close proximity to the Site Server, or on the Site Server itself?
    Thanks

    The primary site server is responsible for grabbing the source data and turning it into packages for Distribution points.  so while you can use ANY UNC to be a source location for content, you should be aware of where that content exists in regards
    to your primary site server.  If your source content is in Montana but your primary server is in California ... there's going to be a WAN hit ... even if the DP it's destined for is also in Montana.
    Second, I strongly recommend locking down your source UNC path so that only the servers and SCCM admins can access it.  This will prevent side-loading of content  as well as any "accidental changing" of folder structure that could cause
    your applications/packages to go crazy.
    Put the two together and I typically recommend you create a DSL (distributed source library) share and slowly migrate all your content into it as you create your packages/applications.  You can then safely create batch installers, manage content versions,
    and other things without fear of someone running something out of context.

Maybe you are looking for

  • Marketcaster on e-trade goes blank frequently

    The real time listing for stock quotes ( market caster on e-trade ) goes blank ( loses all info ) frequently. E-trade has been unable to solve the problem after numerous attempts. Have a desktop and router wireless connection to a laptop and printer.

  • Error in SAINT application of ST_SER_100_2008_1

    Good day, I hope this is the correct forum! When implementing ST_SER_700_2008_1 the transaction loads KB70014 as well as a number of other patches. The error then appears in the RDDEXECL joblog is that 'Function module IDENTITY_WRITE_DOCUMENT does no

  • Itunes burns all but purchased music

    I'm trying to burn a playlist of existing and purchased music, but each time it burns, it excludes the purchased music. I have never burned the purchased music before, so I haven't reached the 7 song limit, and I know I checked those boxes. The sugge

  • Firefox sync did not work as expected

    I set up both computers [actually in the same room on different desks]. Same Password, same secret phrase. It said it was working ON both computers. but nothing happened.

  • How do i get rid of firefox.exe bad image

    that is all the information i can give.