Data Lineage in Data Modeler?

I wish to create a model for a data warehouse and show the data lineage from the source system model to the data warehouse model. Is this possible in Data Modeler?

Hi,
mjf23 wrote:
show the data lineage from the source system model to the data warehouse model. Is this possible in Data Modeler?
there is no lineage diagram in Data Modeler. Otherwise thee is an "Impact Analysis" page in dialogs for objects in relational an logical model. So for column you can track usage in relational model and through mapping to attribute in logical model can track usage in dimensional models and data flow diagrams.
Philip

Similar Messages

  • Data Federator data lineage and impact analysis

    Hi,
    I am looking for the use of data lineage and impact analysis feature in data federator at Universe level.
    Can I know which objects are using which fields by uisng impact feature in the data federator.
    Thanks in Advance.

    I realize this answer is a cop out but I'll suggest it anyway. Upgrade.
    I struggled with getting the lineage and impact analysis working in 10.1 and had to do quite a bit of trial and error in the Apache configuration files, DAD's ,etc. because the lineage reports were web based. I never got them working in Production due to other much more pressing implementation issues at the time and never went back to fix them.
    In 10.2 and above the reports are much easier to get with no real configuration needed.
    Anyway, back to your question, I would suggest going back through the 10.1 documentation on getting those to work and have someone a bit familiar with setting up Apache help you. I did get them working in our Test environment but its been so long I can't recall all the steps and tricks, sorry.
    -gary

  • Adding data to a table model at run time

    hiii
    i want to add data to the table model at runtime.
    i have used TableModel.My code looks like this
    public class CaptureTableModel extends AbstractTableModel {
         private String[] columnNames = { "No", "Source", "Destination", "Protocol",
                   "Flags" };
         private TCPPacket tcpPacket;
         private List data;
         private static int counter = 0;
         private int columnCount = columnNames.length;
         public CaptureTableModel(){}
         public CaptureTableModel(TCPPacket tcp) {
              try{
              tcpPacket=tcp;
              counter++;
              byte[] tcpdata = tcpPacket.getData();
              String srcHost = tcpPacket.getSourceAddress();
              String dstHost = tcpPacket.getDestinationAddress();
              String tcpPacketData = new String(tcpdata, "ISO-8859-1");
              if (tcpPacketData == null)
                   tcpPacketData = "";
              int protocol = tcpPacket.getProtocol();
              String proto = null;
              if (protocol == 6)
                   proto = "TCP";
              long sequenceNumber = tcpPacket.getSequenceNumber();
              data = new ArrayList();
              String[] info = {
                        Integer.toString(counter),
                        srcHost,
                        dstHost,
                        proto,
                        "[ACK " + tcpPacket.isAck() + " ; FIN " + tcpPacket.isFin()
                                  + " ; PUSH " + tcpPacket.isPsh() + " ; RESET "
                                  + tcpPacket.isRst() + " ; SYN " + tcpPacket.isSyn()
                                  + " ; URGENT " + tcpPacket.isUrg() };
              data.add(info);
         } catch (Exception e) {
              e.printStackTrace();//return null;
         public int getRowCount() {
              return counter;
         public int getColumnCount() {
              return columnCount;
         public String getColumnName(int column) {
              return columnNames[column];
         public Object getValueAt(int rowIndex, int columnIndex) {
              System.out.println("the value in getValueAt"+((Object[])data.get(rowIndex))[columnIndex]);
              return ((Object[])data.get(columnIndex))[rowIndex];
              //return null;
    the method getValueAt is not bieng called..where am i going wrong.
    can anyone help me??

    Use the "code" formatting tags when posting code so the code retains its original formatting.
    i want to add data to the table model at runtime.Use the DefaultTableModel it supports dynamic methods like addRow(...), removeRow().

  • Powerpivot Error on Refresh -- "We couldn't get data from the data model..."

    I'm using Excel 2013 and Windows 8.1.  I have a spreadsheet I've been using for over a year, and I've just started getting this error message when I try to refresh the data.
    "We couldn't get data from the Data Model.  Here's the error message we got:
    The 'attributeRelationship' with 'AttributeID' - 'PuttDistCat9' doesn't exist in the collection"
    Any idea how I can fix this problem?  I haven't changed anything related to that particular attribute.  All the data is contained in separate sheets in the workbook, so there are no external sources of data.
    Thanks.
    Jean

    Thanks for all the suggestions.
    I found a slightly older version of the spreadsheet that still refreshes properly, so I don't think I have any issues with the version of Excel or Power Query.  (I've had this same error before, and I believe I applied the hotfix at that time.)
    I think this problem started after I updated a number of the date filters in the pivot tables.  I haven't made any changes to the data model, and the only updates I've made were to add data (which I do all the time), and to change the date filters on
    the pivot tables.
    As suggested, I added a new pivot table querying one table (the table with the attribute that shows up in the error message), and it worked fine.  I can also refresh this pivot table.
    Then I tried adding a pivot table which went against several tables in the data model (including the table in question).  The pivot table seemed to return that data properly.  However, when I tried to refresh it, I got the same error message ("we
    couldn't get data from the data model..."). 
    Dany also suggested running the queries one at a time to see which one is in error.  Without checking all the pivot tables, it appears that any which use the table "HolePlayedStrokes" generate the error (this is the table with the attribute
    mentioned in the error message).  Pivot Tables without that particular table seem to refresh OK.  Unfortunately, that is the main table in my data model, so most of the pivot tables use it.
    Any other suggestions?  I'd be happy to send a copy of the spreadsheet.
    Thanks for all the help.
    Jean

  • Adding new data elements to Org Modeler.

    We are trying to add 4 fields to the org Modeler. However it is nowhere to be found like in the orgchart.
    Org Modeler 3.0 SP2
    PA0001, PA0008, HRP1005 and HRP1008. (also linking to the texts in T001P, so we will require a table inner join)

    Hi Wade,
    In order to get the fields in OrgModeler scenarios you need to make sure that your hierarchy data element in the Source OrgChart contains all fields that you want. For this I recommend creating a NakisaRFC function for the additional data, creating a data element for it and then creating a linked data element to link together the new data element and the existing hierarchy data element. There is no data center in OrgModeler so you will need to do this manually.
    Best regards,
    Luke

  • Need to default dates based on appraisal model in Java Iview MboStatusApp

    Hi Gurus,
      I Need to default dates based on appraisal model selected in Java Iview MboStatusApp in MSS->Team->Performance Managemeent->Update Appraisals of reportees->Status overview .
    In this iview we have drop down with list of appraisal models along with the validity period(Start and end date)
    Trails Made : HRPDV00APPRAISAL0001 - I made an implementation for this BADI along with the iview settings at
    self services - > Use Evaluation Period for Employee Selection set to 'NO'.
    But when i tried to run the iview after implementation of BADI , i see there is no execution of BADI .
    My Basic requirement is when manager select any appraisal model say 2009 's appraisal model then dates must be as
    start date : 01/01/2009   End data : 12/31/2009
    when i select 2011 appraisal model
    start date : 01/01/2011   End data : 12/31/2011
    Please help !
    Appreciates the efforts made !!!

    Hi Reddy, did you get any solution on how to change the initial date in Status overview?
    Best regards
    Lasse Finderup

  • Data Lineage - DAC Subject Area

    Hi All,
    In the DAC OOTB repository, there is a Data Lineage Subject Area. By default it is inactive.
    Its task names look very promising (indicating connections to OBI webcat, rpd, etc.), but I could not find any INFA workflows behind them.
    Has anybody has an idea if there is any way of using it?
    Any experience here?
    Thanks!
    Michal

    I know about the data lineage documents on metalink3 and yes, they are useful.
    The missing part however is the rpd/webcat metadata. Also some connections inside of DAC are not covered.
    This subject area looks very promising, but does not have any Infa mappings behind.
    Any other guesses? What is a purpose of it?
    Michal

  • Data lineage subject area in DAC

    Hello All,
    can anyone provide me the details of the predefined inactive subject area "data lineage" in the DAC. I mean what all this subject area contains.
    Any help would be appreciated.

    I think it is for future use, check this thread:
    Re: Data Lineage - DAC Subject Area

  • OBIEE Data Lineage

    Hi all,
    I have implemented data lineage.
    Now I am looking to add the data lineage link to my dashboards using the following HTML.
    <!-- <p><font class=Nav onclick="JavaScript:GoNavEx(event, '<Location of Lineage Report>','','Table','Col','<Location of prompted report>','table',*'PROMPTED VALUE'*,'');"><img src="<image source>" alt="View Data Lineage"> Data Lineage</font> -->
    My question is:
    Say for instance I need to click through and prompt my lineage report by more than 1 PROMPTED VALUE I.e. I have 3 separate elements in one report that I want to show lineage for e.g. 3 different KPIs on one report and I want to see lineage for all of them. How would I manipulate the code to ensure that it passes more than one value through to the report?
    If this is not possible would I be able to add the lineage link to the end of the table and have a new column with a lineage link in it for EACH kpi?
    Thanks.

    If my understaing is correct, you need to pass mulutiple values to a report
    check these links
    http://docs.oracle.com/cd/E21043_01/bi.1111/e16364/apiwebintegrate.htm
    or
    http://docs.oracle.com/cd/E12096_01/books/AnyWebAdm/AnyWebAdm_APIWebIntegrate6.html
    Let me know updates
    If helps pls mark

  • Disaggregate Periodic Data to Weekly Data (Modeling Time Dimension)

    Hi,
         We are using BPC MS Version 7.0. Our users plan at period level and I need to disaggregate periodic data to weekly data by looking up weeks from Time Dimension.
    Suppose if 2009.Jan  has 4 weeks I need the following result
    Periodic Data
    2009.Jan Acct1 1000$
    Weekly Data
    2009.Jan Wk1 Acct1 250$
    2009.Jan Wk2 Acct1 250$
    2009.Jan Wk3 Acct1 250$
    2009.Jan Wk4 Acct1 250$
    Can we model Time Dimension with two hiearchies to achieves this?
    Which is best way to dissaggrate? (Stored Proc or SSIS Pacakge or Script Logic) ?
    Thanks
    Raj

    An easy way to achieve this feature is to have the time dimension be weekly and do the spread on the input schedules before sending. 
    There would be two EVDREs (one refresh only of monthly data and the other send only of weekly data).  The data range of the monthly EVDRE would be input and where the user enters data.  The data range of the weekly EVDRE would be formulas (pointing to the monthly data and doing the correct division based on number of weeks in a month).  The user is inputting monthly data, but the schedule is sending the weekly values.
    The allocation will work as well, but I would suggest to create a weekly input node under each month to capture the monthly value and then spread to the weekly members.
    JAN
    |---WK Input
    |--- WK1
    |--- WK2
    |--- WK3
    |--- WK4

  • Latest PowerQuery issues with data load to data models built with older version + issue when query is changed

    We have a tool built in excel + Powerquery version 2.18.3874.242 - 32 Bit (No PowerPivot) using data load to data model (not to workbook). There are data filters linked to excel cells, inserted in OData query before data is pulled.
    The Excel tool uses organisational credentials to authenticate.
    System config: Win 8.1, Office 2013 (32 bit)
    The tool runs for all users as long as they do not upgrade to PowerQuery_2.20.3945.242 (32-bit).
    Once upgraded users can no longer get the data to load to the Model. Data still loads to the Workbook but the model breaks down. Resetting load to data model erases all measures.
    Here are the exact errors users get:
    1. [DataSource.Error] Cannot parse OData response result. Error: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
    2. The Data Model table could not be refreshed: There isn't enough memory to complete this action. Try using less data or closing other applications. To increase memory available, consider ......

    Hi Nitin,
    Is this still an issue? If so, can you kindly provide the details that Hadeel has asked for?
    Regards,
    Michael Amadi
    Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to vote it as helpful :)
    Website: http://www.nimblelearn.com, Twitter:
    @nimblelearn

  • Activities for data lineage

    Hi All,
    Please tell me the BI activities needs to be performed before and after applying patch for data lineage.
    Regards
    Shweta

    done myself

  • Significance of "Data Lineage" subject area in DAC

    Hi,
    Has anyone used "Data Lineage" Subject area in DAC..?
    Any document/pointers on how to use this..?
    Thanks,
    Seetharam

    Double-post from the OBIA Forum...please don't cross-post.
    Answer's still the same: [http://www.oracle.com/technology/obe/fusion_middleware/ODI/OBI-ODI_Lineage/OBI-ODI_Lineage.htm|http://www.oracle.com/technology/obe/fusion_middleware/ODI/OBI-ODI_Lineage/OBI-ODI_Lineage.htm]

  • ETL Data Lineage Question

    Hello,
    Is there a way in Informatica (9)  to generate ETL data lineage for all the mappings and export it to excel?
         Similar to Oracle BI APPS ETL Data Lineage excel document.
    Please suggest
    Thanks in Advance.

    Hi,
    There are
    INFORMATICA REPOSITORY QUERIES - PART I
    http://aambarish.blogspot.co.il/2012/01/normal-0-false-false-false-en-us-x-none.html
    INFORMATICA REPOSITORY QUERIES - PART II
    http://aambarish.blogspot.co.il/2012/04/informatica-repository-queries-part-ii.html
    you can build you queries based on those sql
    Best,
    Ark

  • Essbase Data Lineage

    Hi,
    Is it possible to extract data lineage information using the Essbase Java API ? I would like to find out where the data comes from, text file, SQL database etc ...
    Thanks

    In short, No.
    In a very long explanation - It's possible (through a series of non-API related activities) you definitely do not want to do it... I speak from experience.
    In my spare time, I built a very complex series of VBA functions using various API calls to extract certain portions of an outline (based on a given retrieve), then populate a new sheet with other members to help trace the data. I then inserted each data set into its own array and generated a report out of this.
    Was it slick, feasible, and time-effective? Not at all.
    Was it an interesting exercise? Absolutely

Maybe you are looking for