Importing relationship data

Hello,
  Any one could explain me steps for importing relationship data,  pre-requisites, source file structure.
  I am very much confused about field mapping. It always give me error Failed to find the aggregation record from its field values.
Any one having document related to this plz send at
abhijeet.more_at_yahoo.co.in

Hi Mircea,
It worked fine for me when i import Relationship Data of Type Parent/Child  either using Data Manager or using Import Manager.
But the Problem is that if i create relationship of Type Sibling say relationship name "Related_Item" then during Import using Import Manager this "Related_Item" relationship is not enabled when i select into Destination Table. So how to enable this as it is enabled for Parent/Child relationship during Import Manager.
So, i m able to import relationships of Type Parent/Child when created into relationship table of MDM Console. But Relationship of Type Sibling Created in MDM console is not imported using MDM Import Manager but sucessfully exported and imported Relationship of  Type Sibling using MDM Data Manager.
So, Could you please check and tell how to import this Relationship of Type Sibling when created into Relationship table of MDM Console using MDM Import Manager.
Thanks,
Mandeep Saini

Similar Messages

  • How to import Relationship

    we are having large data nearly about 10k so it is very tedious to create relationships in data manager. can anyone please tell us the proper way of importing relationships through data manger and also specify the changes we are suppose to make in the console manager, if any.
    please provide us with a simple example so that we can apply it on a broader scale.
    help required urgently
    thanks in advance
    swapnil

    Hi Prasad,
    for your given example, you want to import the record into hierarchy:
    your source will be like this:
    common group;computer related;hard ware;Soft ware.
    then you can import this in a hierarchy and follow these steps.
    1. select the category and right click, in the context menu set the split delimeter, in that choose split hierarchy.
    2. select the category and right click, from the context menu select split into hierarchy.
    3. In Map fields/values tab, in source fields you will see new split hierachy field, map this field to corresponding destination cateory field.
    4. in values pane, you can see the source values in a hierarchy.
    5. Map these values to the corresponding destination values, other wise you can add to the destination in a new category, ( select the source values node and click on add button and you can selcect Add branch as child Or Add branch as sibling)
    6. Once value mapping is over, do the importing and you can see these results in Data manager Taxonomy mode.
    hope this may help You,
    Regards,
    srinivas

  • Importing auxilary data to a FDM custom dimension not to be exported

    Hi all,
    we want to import some data to a FDM dimension (UD5) that does not need to be mapped and neither exported?
    How should we configure this dimension in the HFM Adapter?
    9.3.1
    Thanks

    Long story short, out of the box you could re-use existing columns in the databases or other fields perhaps; however, if you've already looked at that and nothing works how you want it, your options are going to require customization.....
    Doing this would be pretty straight forward, although you might incur minor wrath from Oracle support depending on how you implement it. Basically you'd need to do a couple things that come to mind ......
    #1 - Create a data storage area
    #2 - Recognize the data on the import
    #3 - Store the data in the storage area
    #4 - Make a retrieval mechanism for this info (Why would you store it if you can't ever view it?)
    For #1 - Assuming you can't make use of any of the existing database columns (I think you could...) I would just add another table in the FDM database that will contain the info you want. Considering we're talking about loading data, you'd probably want to add a foreign key and create a relationship with the relevant existing tables/columns such as tDataSegxx (Columns DataKey or PartitionKey/CatKey/PeriodKey). I'd also make sure that I enable referential integrity and have the actions be to remove/update data so that you don't orphan data in this new table at a later date.
    For #2 - Update your import format to have another column which will be your text and then I guess you have some choices. For the column you could instruct it to execute a script and just have that do the work to put the data into a database column; however.... I'd probably handle this in the AftValidate as at that point you should have all the info you need to get at the relationship data you would want. Bottom line is that there are options to this.
    For #3 - Similar to point #2, there are plenty of options for how to store this. Assuming you are storing in a separate table and not repurposing an existing database column in FDM, I would just use ADO via scripting to do the inserts/updates/deletes.
    For #4 - Not sure what you want to do with this information, but you should be able to get to it with an FDM report, or you could get to it on the export stage via script, etc, etc.

  • Importing Live Data from Onedrive for Business

    I have a number of excel spreadsheets sitting in one drive for business. These spreadsheets are updated on a daily basis by a number of people (all using excel online).
    What I need to do is bring this data from the individual spreadsheets into one place so that I can create a dashboard that updates in real time based on the data in the individual sheets. I understand that it is not possible to create this directly using
    excel (i.e. excel to excel). And that is probably not ideal anyway as the relationships will not be linear.
    So, I am trying to find the best way to do this. Would it be best to create an access database for each of the excel sheets? Or can I import the data from the various excel sheets to a database, and then create the dashboard from the database?
    Is anybody able to help me with the best and easiest way to do this?
    Thanks,

    Hi, Sam.
    Is this still an issue?
    Thank you!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Not enough space on my new SSD drive to import my data from time machine backup, how can I import my latest backup minus some big files?

    I just got a new 256GB SSD drive for my mac, I want to import my data from time machine backup, but its larger than 256GB since it used to be on my old optical drive. How can I import my latest backup keeping out some big files on the external drive?

    Hello Salemr,
    When you restore from a Time Machine back up, you can tell it to not transfer folders like Desktop, Documents. Downloads, Movies, Music, Pictures and Public. Take a look at the article below for the steps to restore from your back up.  
    Move your data to a new Mac
    http://support.apple.com/en-us/ht5872
    Regards,
    -Norm G. 

  • Comments not imported from Data Dictionary of SQL Server. SDDM 3.3.0.747

    Hi,
    SDDM 3.3.0.747 32-bit on Windows 7 64-bit.
    Comments are not imported from Data Dictionary of SQL Server 2008. Connection through Microsoft JDBC Driver 4.0 for SQL Server or jTDS 1.2.7
    What I have tried? In SDDM DDL generation, Comments in DBRMS for SQL Server are generated with "EXEC sp_addextendedproperty 'MS_Description' , 'Test Comment' ..." so I added extended property named "MS_Description" into SQL Server database, both on table and column. None of them were imported from Data Dictionary into SSDM. I have tried both drivers stated above. Is it a bug or am I missing something?
    I've found similar question thread Re: Data dictionary import doesn't import column comments for SDDM 3.0.0.665, so I guess it is a bug when importing with JDBC drivers.
    MiGli
    Edited by: MiGli_1006342 on May 25, 2013 8:32 AM
    Edited by: MiGli_1006342 on May 25, 2013 9:02 AM

    Extended properties were not imported correctly from SQLServer databases at DM 3.3.0.747.
    Calls to sp_addextendedproperty and fn_listextendedproperty have been modified.
    I don't think it is a problem with JDBC drivers.
    A bug fix should be available in the next release of DM.

  • SQL modeler can not import from data dictionary

    It was very frustruted to see that the SQL Modeler hang in import from data dictionary of a database as part of revise engineering. I have to question myself if sql modeler is a serious tool and should I give up.

    I am not sure if Data Modeller is still in Beta./Production. First couple off initial versions of a new product are normally buggy.
    Regards
    Alternatively, If this product is still in Beta, then you can contact the development team or report the issue so that they can take care of this issue in next beta release.
    Edited by: skvaish1 on Mar 30, 2010 3:18 PM
    Edited by: skvaish1 on Mar 30, 2010 3:26 PM

  • IP - characteristic relationship/ data slices

    Hi Guys,
    I am very new to IP and would like to have some help regarding the following with some simple example
    1) characteristic relationship
    2) data slices
    3) locking
    Some examples with the above is much appreciated.
    where can i get some good document explaining this ?
    Thanks in advance...

    Hi,
      Please find below the examples for characteristic relationship and data slice,
    1. Characteristic relationship:
                 Consider that you have characteristics called "Country" and "Continent" in your report (also in aggreagtion level).
    You cannot always expect the end user to enter the correct continent for a country. In this case, you can create a char rel
    based on the relastionship between these two characteristics (attribute, hierarchy or relationship data loaded to a DSO),where the source is "Country" and the target is "Continent". So when ever the user enters country and continent the char rel validates the entry based on the reference data (master data, hierrarchy or DSO data) and throws error if it s wrong. Apart from this by creating "With derivation" char rel, you can even derive continent value from country with out the user even entering the value in thye report.
    2. Data Slice:
              Consider that your planning requirement is you need to plan on a monthly basis which is like during current month you caa plan for the next month. In this case all other months except the next month should not be available for planning. In this case you can create a daat slice of type "Selection" where in you select '0CALMNONTH' and then filter it to the variable '0CMONTH' +1
    where in you "Exclude" this selection. So now all the other months except next month at any point of time will be disabled for planning.
    You can go through the following links for your reference,
    Char rel - [http://help.sap.com/SAPHELP_NW04s/helpdata/EN/43/1c3d0f31b70701e10000000a422035/frameset.htm]
    Data slice - [http://help.sap.com/SAPHELP_NW04s/helpdata/EN/43/1c3d0f31b70701e10000000a422035/frameset.htm]
    Hope this solves your doubt.
    Regards,
    Balajee

  • Import XML data to textfields in a PDF file

    Can I use LiveCycle Designer 8.2 to auto populate textfields in a PDF-file with data from a XML-file when the user opens the PDF-file? If so, how will I do it? Is there any guide?
    It works fine in the Livecycle Designer preview but when I open the PDF-file all textfields are empty. It also works fine if I import data from a OLEDB-connection.
    Regards
    Mikael Forssell

    I'm looking for a solution for the same thing. I have a pdf form with fields bound to an xml file, but Acrobat will only import the data manually (Forms / Manage Form Data / Import Data) and Reader doesn't work at all.
    Tech Support says that when in Livecycle, you're working in an xml environment, so the 'Preview PDF' works. Acrobat and Reader aren't xml environments, so they won't display the data.
    What we need is a javascript programmer who can figure this out. Possibly using the remerge function. Anyone???
    Don.

  • How to import the data in a .xls or .xlsx file into a oracle database table

    Hi,
    Please tell me how to import the data in a .xls or .xlsx file into a oracle database table in Oracle 10gR2 using Oracle Warehouse Builder 10gR2.

    ....can we do something through Non-Oracle->ODBC?Yes, it is possible, look at this thread
    [SQLServer access from AIX Warehouse builder|http://forums.oracle.com/forums/thread.jspa?messageID=2502982]
    If your server (with target DB and OWB runtime) is on Windows OS this configuration will be simpler - you can use single server.
    And additional link on OWB blog (with 11g transparent gateway)
    [http://blogs.oracle.com/warehousebuilder/2008/01/11g_heterogeneous_agent.html]
    (configuring nonoracle connection with 10g generic connectivity very similar to 11g gateway)
    Also look at
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:4406709207206#18830681837358
    Regards,
    Oleg

  • How to import/export data in pl/sql developer

    how to import/export data,table script in pl/sql developer.
    By using the export functionality i am getting the dump file.I want a sql file.How do i do it?
    And i want the data in csv file and table script in a sep sql file.How do i do it?

    <li>run your query in "Query Builder"
    <li>Right-Click on the Query-Results
    <li>Click "Export"
    <li>Click on the "Drop-Down" in front of "Format" and choose "insert"
    <li>Provide the location and name of ther "sql" file.
    If you want output in CSV format, choose "csv" from the "format" drop-down.
    HTH

  • Can't import ical dates into iphoto calendar

    Hi all,
    I'm trying to make an iphoto calendar for a friend and I'm running into a frustrating problelm. My friend emailed me an ical birthday calendar which he would like to have included in the iphoto calendar. I imported the ical calendar into my own ical as a new calendar. I have created my calendar in iphoto but I cannot import these dates into it. When I go to settings and click the calendar tab I am given the option of which ical calendars I would like to import to my calendar. I see two, one is my own normal calendar and the other is the birthday calendar sent to me by my friend. I check the birthday calendar and then click ok and ical appears to be importing the dates but when I look at my calendar the dates have not imported. If I try importing my normal calendar I have no problem. What's going on here??? Please help I am getting really frustrated.

    There are many video formats. iPhoto can't read all of them; in fact, it can't read most of them. Here's something that can:
    VideoLAN - Download official VLC media player for Mac OS X
    On the other hand, the videos are just files. You can copy them anywhere you want in the Finder.

  • Importing iCal dates into Address book

    I have a calendar in iCal that stored severyone's brithday and I would like now to import these dates into my address book.  Is there any way?
    Thanks

    Hi,
    You may be able do this with an Applescript. However there is not enough information supplied to know.
    How are ther events formatted in iCal? Do they contain the full name of the person? Do they say how old they are? Are the people already in Address Book, or would they all be new cards?
    Best wishes
    John M

  • How to get the Relationships data from Opportunity Transaction in CRM

    Hi Friends,
    Could you please let me know the table / class to fetch the relationships data associated with a single(main) opportunity.
    There may be several object types like (activites, sub-opp's..etc) linked to a single  main(source) opportunity.
    I wanted the these fields information from Relationships tab From Opp transaction.
    Source Item No.
    Object Type
    Target Trans/Object
    Description
    Type of Linkage
    Could you please let me know.
    Regards
    Vijay

    Hi Vijay,
    Can you try function module CRM_DOC_FLOW_READ_DB?
    By giving opportunity GUID it will return associated information.
    Kind regards,
    Garcia

  • Can we use impdp to import the data from an normal exp dump?

    Hi All,
    I have a export dump taken from a 9i database. Can i use impdp to import the data into 10g database from that 9i exp dump?
    Please suggest
    thanks and Regards
    Arun

    Hi,
    I have a export dump taken from a 9i database. Can i use impdp to import the data into 10g database from that 9i exp dump?Yes, it can be.
    Refer:
    http://wiki.oracle.com/thread/3734722/can+a+9i+dump+file+be+imported+into+10%3F
    thanks,
    X A H E E R

Maybe you are looking for

  • Internet does not work after kernel upgrade...

    I have been reading all of the other threads and have tried everything possible to downgrade my kernel to 2.6.26 rather then 2.6.27.  I have found a package for kernel 2.6.26.2-1 and nvidia 173.14.12-2 but they do not mix and wont let me start x when

  • Boot camp windows vista

    does anyone know if windows vista will run off of boot camp?

  • Can not use gb2312 charset in mysql!

    I just come from Mandrake Linux. And my MYSQL database's date in Mandrake has been output to a .sql file. When in input the .sql file in to MYSQL of Arch using phpmyadmin, the GB2312 char becom ?????????? Oh..... I have set the gb2312 char in httpd.c

  • How to install j2me applications into a mobile phone.

    I would like people to be able to install my j2me app on their mobile phones, is it possible to host the files online, and then anyone with a mobile simply goes to my web address using their internet browser on the phone, and they'll be able to downl

  • Adobe air on razr i

    I Can't install  ''air'' on motorola raz i. Is there a solution for application needed it ?