Need to export owb mapping documentation..How ?

HI ,
I have 500 mappings and i want details document of these mappings. Is there any way By which i can export the mapping document and which contains source table, target table , and all transformation exists in it.
It should be like a ETL specs.
@waiting for reply.

Hi thanks for reply,
But its not given me solution.
I want to ask one thing , that ,
form which audit table, audit browser takes data .
like mapping name ,source table , target table ....etc at all ?
can any body suggest me name of those audit tables.
So it will be little bit easy for me to prepare mapping doc.
regards
Umesh

Similar Messages

  • Export FDM maps

    Hi,
    We have a requirement where in we need to export FDM map to a .txt file.
    we have explicit mapping as well as like map which is '*' mapped to 'None'.
    The issue is when we export maps for a location, we need to have explicit maps as well as the source members which are mapped to 'None', instead of *
    Eg: Product original map will be
    src tar
    1001 100100
    1002 100200
    1003 100300
    * None
    suppose if my data file has 5 records
    1001
    1002
    1003
    1004
    1005
    As per defined mappings, my final product mapping would be
    src tar
    +1001       1000100+
    +1002       1002000+
    +1003       1000300+
    +1004       None+
    +1005       None+
    I need above records to be loaded to text file. (Basically, * in original map should be replaced with the actual members based on data file.)
    Is there any way I can get these records in FDM or should I need to write any script to achieve this. If yes, any suggestions.
    This is little urgent and any suggestions on this woud really help me..
    Thanks
    Edited by: 995155 on May 8, 2013 1:02 PM
    Edited by: 995155 on May 8, 2013 1:04 PM

    The output will be completely dependent on the last source file imported to the location in question. You would have to source the data from the tDataSeg table associated wih the location. You would then have write a custom script which queried this table to retrieve the source and target values for the period and dimension in question to be written to a text file

  • I need to run a map against a particular dataset  - how can i do it in OWB

    Hello again :)
    I need to run a map against table on a particular dataset (WHERE clause) - how can i do it in OWB?
    The map is loading data from table A into table B (doing all sorts of wierd and wonderful things in between). Now table A had more (a lot more) data added which i have to load into table B.
    How can i modify my map so that it only runs agains this newly added data (normally i would do a where clause).
    i cannot find how to do it in OWB :(
    The map i am runnig is fairy complex so i didn't really want have to create another table/view of the data i need then remap in all etc.
    Any ideas would be greatly appreciated.
    thank you very much
    Kind Regards
    Vix

    Hello AP
    Well that is the thing - records are constantly added to table A all the time and then undergo tramsformations and loaded into table B. What i want to do is somehow indicate in the the map to only run agains records that have beed added (colmn2 = 'value').
    At the moment i created a view for the desired dataset (colm2 = 'value') and remapped everything. But it is a bit of a pain:
    1) there are a lot of functions and each takes a number of columns (i have some functions taking up to 6 diff columns)
    2) i have data loaded to table A all the time and i need to then transform and load it to table B. so i try to aviod doing the whole re-mapping thing all the time.
    In TOAD it would be a simple statment 'where colm2 = 'value' and all my functions will be run agains those records that satisfy the condition. How can i do it in OWB?
    If i use filter - i would have to use 'mid' table where filtered records will be loaded and from that use 'mid' table as table A in the map. does this make sense?
    the main disadvantage is the performance - moving data from one table to 'mid' table etc.
    I tried using conditional load filter and it still doesn't do what i want.
    After trying diff options i decided to ask people here about it. The only thing i have left to try is to ask Oracle support. I am sure it would be a 'user knowledge' as i am sure this functionality exist i just can't find any references to it.
    Thank you very much for all your help. In fact this forum helped me a lot with a number of other issues :)
    i just feel like a lemon coz it is very simple thing and i can't find how to do it...
    Kind Regards

  • How to Execute a OWB Mapping or a Process from SQLPLUS editor?

    I need to know how can we execute a OWB mapping from SQLPLUS editor or from a Stored Procedure.

    Hi,
    You can use the MDL export/import utility for this, but as you are importing into the same repository you will end up with importing into the same project again.
    So for this you can follow the workaround as:
    ->Take export of the required mapping from the project OWB_B
    -> Rename the Project OWB_B to some thing like OWB_B_1(or any other name), note that you have to rename both logical and physical name of the project
    -> Rename the project OWB_A to OWB_B and if you import the MDL all the objects will be imported to OWB_B then you can rename back the project to OWB_A
    -> Finally rename the project OWB_B_1 to OWB_B (to its original name).
    Regards,
    Pnreddy

  • How do we migrate the OWB mapping from one server to another server?

    Here is my situation.
    Source server
    ================
    Project name : SOURCEOWB
    Under this project, we have two module(MBTSOURCE, MBTTARGET).
    In connection explorer, the locations are DW_MBT_SR, DW_MBT_TR.
    We have 15 mappings on this project.
    Source schema name is TXMBT_DW.
    Target schema name is MBTTX_DW.
    I want to migrate the whole thing to new server.
    Here are the info about target location. After migrating to new server, i need to rename
    as below.
    Project name : CA_SOURCEOWB
    Under this project, we have two module(CA_MBTSOURCE, CA_MBTTARGET).
    In connection explorer, the locations are CA_DW_MBT_SR, CA_DW_MBT_TR.
    Source schema name is CA_TXMBT_DW
    Target schema name is CA_MBTTX_DW
    Here are my steps i followed.
    ===============================
    1. Created the source and target schemas in new machine.
    2. Create a new workspace
    3. Export the mapping with dependent objects from source server and imported in new server.
    4. changed the source and target location successfully.
    5. Renamed the project namd, module names as i needed successfully.
    But only issue is, i am not table to change the location name.
    Again, i tried the below steps.
    1. uninstall the workspace and create the workspace
    2. create source and target locations as i needed(CA_DW_MBT_SR,CA_DW_MBT_TR).
    3. import only mapping
    4. Able to register the mapping
    Here i am not able to configure the module for newly created locations.
    I right clicked on module and click Configure, go to Stream Administrator and not able to find
    the source and target locations over there.....
    How do we resolve this?
    My data warehouse is runing for each state. I want to copy one state mapping and import into
    another state and customize the mapping. I have hard time to change the location name. Because,
    location name has state code. I can not use the same location name for all other state.
    Any help is highly appreciated.

    Hello Oleg, Thanks for your input.. It helps... but the problem is not completly solved.
    let me explain my whole steps. Plesae review and let me know if i missed anything.
    1. Created new workspace. the workspace is successfully created.
    2. Login to new workspace.
    3. Go to Locations, create source location(entered host name,username, password etc)
    4. Created target location(entered host name,username, password etc), go to db connector on target location, created new db connector and linked the source location here.
    5. Exported mapping and import into new workspace.(I can not use the location name in the exported workspace).
    6. Renamed the project name, module name as i needed.
    7. Double click the module name under Oracle and changed the meta data location and data locations.
    8. Right click on soure and target module and click configure, change the the location and streams administrator.
    9. Right click on mapping and go to configure, go to table operators and change the location as i need.
    10.Right click on target module(under oracle), click generate. On this step, i get the below error
    VLD-1141: Internal error during mapping generation.
    Java.lang.ArrayIndexOutOfBoundsExeception
    11. Go to control center, register the source and targert and followed the step 10. I get the same error.
    I am almost close to complete this task. But i got stuck in the last step.

  • Need help from expert people in how to integrate map to OBIE

    Hello Guys, i'm realy apreciate who help me in give some hints about this code that i comment it in line (42) from the code.
    where i dont know where to get states_sample.xml file from this line :
    //where the dynamically generated BI data can be found
    ps["xml_url"] = "http://localhost:9704/mapviewer/epa/nsdp/states_sample.xml";
    can any of you please give me hint in how to fix this problem or tell me where to get file or source code for that file :) ....
    and who want to know full document regarding to my question about code he can check it here on this link on PAGE 14 :
    http://www.oracle.com/technology/products/mapviewer/pdf/mapviewer_obiee.pdf
    or Atlease some of you give me link of full LABs (workshop) regarding to this Document mapviewer_obiee.pdf .
    best regard
    Yusuf Felemban
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>StatesDemo2</title>
    <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <script language="Javascript" src="oraclemaps.js"></script>
    <script language=javascript>
    var mapview;
    var dynStatesFOI;
    function showMap()
    var baseURL = "http://localhost:9704/mapviewer";
    var mapCenterLon = -96;
    var mapCenterLat = 37;
    var mapZoom = 0;
    var mpoint = MVSdoGeometry.createPoint(mapCenterLon,mapCenterLat,8265);
    mapview = new MVMapView(document.getElementById("map"), baseURL);
    mapview.addBaseMapLayer(new MVBaseMap("mvdemo_plg.us_map_yus"));
    mapview.addNavigationPanel("WEST",null,false,null);
    mapview.setCenter(mpoint);
    mapview.setZoomLevel(mapZoom);
    mapview.addScaleBar();
    dynStatesFOI = new MVThemeBasedFOI('dynStatesFOI', 'mvdemo_plg.stat_test');
    dynStatesFOI.setRenderingStyle("C.COUNTIES");
    setupNsdp(dynStatesFOI);
    setupDynamicStyles(dynStatesFOI, -50, -10, 0);
    mapview.addThemeBasedFOI(dynStatesFOI);
    mapview.display();
    function setupNsdp(dynStatesFOI)
    //default NSDP is always available with MapViewer 10.1.3.1 production
    var nsdpInfo = new MVNSDP("defaultNSDP");
    nsdpInfo.setTheme("STATE_TEST"); //the base theme
    nsdpInfo.setKeyColumn("STATE"); //'match' column in the base table of the theme
    nsdpInfo.setRenderStyle("C.COUNTIES"); //default style;
    var ps = new Object();
    //where the dynamically generated BI data can be found
    ps["xml_url"] = "http://localhost:9704/mapviewer/epa/nsdp/states_sample.xml"; // <== Don’t know where to get states_sample.xml file
    nsdpInfo.setParameters(ps);
    //this tells mapviewer to join the BI data with the theme
    dynStatesFOI.setNSDP(nsdpInfo);
    //setups the dynamically created advanced style to
    //be used by the theme-based FOI.
    function setupDynamicStyles(dynStatesFOI,val1, val2, val3)
    //create basic colors to be used
    var sc1 = new MVStyleColor("color1", "00FF00", "666666");
    var sc2 = new MVStyleColor("color2", "00FF00", "666666");
    var sc3 = new MVStyleColor("color3", "FFFF00", "666666");
    var sc4 = new MVStyleColor("color4", "FF0000", "666666");
    sc1.setFillOpacity(60);
    sc2.setFillOpacity(60);
    sc3.setFillOpacity(60);
    sc4.setFillOpacity(60);
    //create individual ranged buckets
    var buckets = new Array(4);
    buckets[0] = new MVNumericRangedBucket(-500, val1, "color1", "range1");
    buckets[1] = new MVNumericRangedBucket(val1, val2, "color2", "range2");
    buckets[2] = new MVNumericRangedBucket(val2, val3, "color3", "range3");
    buckets[3] = new MVNumericRangedBucket(val3, null, "color4", "range4");
    var bseries = new MVBucketSeries("SCHEME_CUSTOM");
    bseries.setBuckets(buckets);
    var bucketSty = new MVBucketStyle("region_colors", bseries);
    //add all the primitive color styles we just created
    dynStatesFOI.addStyle(sc1);
    dynStatesFOI.addStyle(sc2);
    dynStatesFOI.addStyle(sc3);
    dynStatesFOI.addStyle(sc4);
    //now add the bucket style
    dynStatesFOI.addStyle(bucketSty);
    dynStatesFOI.setRenderingStyle("region_colors");
    </script>
    </head>
    <body onload=javascript:showMap();>
    <div id="map" style="height:500.0pt;"/>
    </body>
    </html>
    Edited by: user547202 on 11/11/2008 10:26 م

    thanks for passing this link Stijin,
    http://oraclebizint.wordpress.com/2007/09/25/oracle-bi-ee-10133-and-mapviewer-step-by-step-integration-phase1/
    http://oraclebizint.wordpress.com/2007/09/26/oracle-bi-ee-10133-and-mapviewer-step-by-step-integration-phase2-phase3/
    i already used this, but we need at least full explanation in how to build OBIE presentations layers and its physical and logical datas , and how to write codes using Java scrips and html codes using OBIE presentation on statistics text.
    if any of you just can link me link regarding to workshop lab's documentations and files regarding to OBIEE integrated to Mapviewer.
    with fully respect and love to you all,
    Yusuf Felemban

  • How to export my mapping

    Hi guys,
    In XI 3.0 you could export your mapping as a .mte file with this shortcut: "CTRL + Shift + Right click"
    I need to do the same trick in PI 7.1. Does enyone kmow how to do this?
    Thanks

    >>A small query here as i did not work on PI7.1. Is it not the .tpz file that we export in case of mappings in PI7.1 ? Is there any file extension changed from Ver<=PI7.0 to PI7.1 while exporting mappings?
    No changes in the Transport file format in PI 7.0/PI 7.1. It still remains as .tpz file. This is done by choosing Tools -> Export.
    However there is a way to dowload the mapping technical defination as .XIM file, which I have specified in my previous reply.
    Hope this clears :).
    ~SaNv....

  • I have SSRS parametarized report in that one data set have repeated values with query parameter . but while am mapping that query parameter to report parameter i need to pass distinct values. How can i resolve this

    I have SSRS parametarized report in that one data set have repeated values with query parameter . but while am mapping that query
    parameter to report parameter i need to pass distinct values. How can i resolve this

    Hi nancharaiah,
    If I understand correctly, you want to pass distinct values to report parameter. In Reporting Service, there are only three methods for parameter's Available Values:
    None
    Specify values
    Get values from a query
    If we utilize the third option that get values from a dataset query, then the all available values are from the returns of the dataset. So if we want to pass distinct values from a dataset, we need to make the dataset returns distinct values. The following
    sample is for your reference:
    Select distinct field_name  from table_name
    If you have any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to track OWB mapping changes?

    Hi,
    I'm a new bee to OWB. And I have a scenario where in more than one person will work on the same mapping. so I dont see any way to track the changes made by others. Is there a way to track who updated the OWB mapping last time and the changes they have done on the mapping??
    Any help is Appreciated.
    Thanks!!

    I don't think there is a good way to track details for changes.  There is a snapshot feature, but I don't think you can see what the specific modifications were.  I don't use it.  I use periodic mdl backups in case I need to recover the design (fortunately never had to do it) or to move updated objects across (when needed I track which objects changed in a spreadsheet).  I also use a fairly primitve way of tracking my changes by storing prior versions of mappings (not all).  If I want to keep a prior version, I copy the mapping and add '_V#' at the end.  This indicates my last prior version.  Then if I want to create another copy I will rename the current '_V#' to '_V1' (i.e. '_Vn').  Next I will create a copy of the current mapping and add the '_V#' at the end.  Nothing sophisticated, but I use this sometimes and cleanup as things progress.
    If there is a way to track and see all detail changes I would love to hear about it also.
    Thanks!

  • How to use OMB to change filter conditions in OWB maps

    Hi,
    I want to know how we can use OMB to change filter conditions in an OWB map.
    As per my scenario i have a filter operator FLTR_1 in my maps and i have to change its filter condition from
    INOUTGRP1.ID IN (1,2)
    AND
    INOUTGRP1.VALUE > CONST_0_MAX_VAL
    to
    INOUTGRP1.ID IN (1,2)
    AND
    INOUTGRP1.VALUE > CONST_6_MAX_VAL
    Just for everybody's information we are migrating from OWB 9.2 to OWB 10.2 and we have called procedures in constants and used their values in filter conditions.OWB 10.2 generates the values for constants in a different way than OWB 9.2 thats why this change is required.I wish to automate the act of changing constant names so we can save time in changing the maps.
    Thx

    Carsten,
    I created a map in OWB 10.2 and ran the following command
    The filter operator name in this map is FILTER
    Carsten Herbe wrote:
    OMBALTER MAPPING 'TEST_MAP' MODIFY OPEARTOR 'FILTER' SET PROPERTIES (FILTER_CONDITION) VALUES ('INOUTGRP1.ID IN (1,2) AND INOUTGRP1.VALUE > CONST_6_MAX_VAL ')
    I got this error:
    OMB02933: Error getting child object of type OPEARTOR with name FILTER: MMM1034:
    Property OPEARTOR does not exist.
    Could you pls help on this.
    Thx

  • I have a 5x7 invitation I made in illustrator. I need to export it to a friend for her to print but everytime I export to jpeg it comes out as a 8x10. How do I send a high quality 5x7 image to someone?

    I have a 5x7 invitation I made in illustrator. I need to export a high quality image it to a friend for her to print but everytime I export to jpeg it comes out way bigger than a 5x7. How do I send a specific size to someone? Do i need to use photoshop? Please help. Thanks!!

    Elizabeth,
    It sounds as if the Artboard is 8 x 10. It should fit the Artwork (at 5 x 7).

  • Hi, i have edited a clip in hd with final cut, now I need to export it in 2K format . anybody knows how i can do it in FCP?  in internet I found only few info about 2K format: no more than frame size.  nothing about codec or similar. thanks for any help.

    Hi, i have edited a clip in hd with final cut, now I need to export it in 2K format. anybody knows how i can do it in FCP?  in internet I found only few info about 2K format: no more than frame size.  nothing about codec or similar. thanks for any help.

    SoCal thanks for the attention,
    sorry for having wrote the question directly in the subject, but first i wrote it by text edit then copied it, but in the wrong place too.....
    coming to my question, timeline settings are:
    as it is a commercial promo that must be projected in a multiplex cinema, the 2K format is needed.
    I've heard about transcoding services, and they are very expensive. 
    so i'm looking if there is a way to do everything by fcp.
    the project will be delivered as SD DVD for archive pourposes and as a single file for the projection or eventually transconding.
    p.s.: sorry for my english, i'm from italy: had my last english lesson 35 years ago!

  • Need to export a Bank Statement PDF into Excel.  When I do export the file the alignment is all out of wack, how do recreate the format?

    Hi need to export Bank Statements into an Excel document, so I can edit and add information.  I have downloading the Statement which is PDF format than exported to Excel.  I than open the file and the margins are all out alignment. Need to amend and put everything in their correct margins.  Is their a easier way of doing this?

    If it's imported in to excel you nee to adjust the Columns and rows to fit, in excel.  Once its imported It has nothing to do with acrobat.

  • How to export in table mode if I need to export anotehr user's table

    Please let me know how to export table owned by another user if we dont have DBA priv.
    Can we do it in table mode of export. If yes, how to specify table mode in export?
    Pls give an example also.
    Thanks a lot.

    Tables in other user's schema can only be exported either by being a member of DBA role or EXP_FULL_DATABASE role. Table mode export is initiated by specifying TABLES parameter while running exp export utility.
    An example TABLES parameter could be like
    TABLES=(dept, mydata)
    to export dept and mydata tables.
    Message was edited by:
    thrilller

  • Need help with instruments mapping

    I have Korg PA80 and i hooked up midi out from it to midi in to Logic8, I have some nice realtime accompaniment tunes i can play on that keyboard, what i want to do is to play on my PA80 accompaniment tracks but replace all sounds with my custom sounds from my Logic plug ins, right now when I hit play all i hear is some garbage playing because no instruments properly mapped on Logic, I even created all 16 instrument tracks and set them all on all 16 channels, drums on 10 and so on, but when i start play on PA80 in Logic I still hear like bass trying to play all parts and not bass part only, same for drums when i press Am or Dm drums will play properly with some another drums sounds that trying to play all other instruments parts, need to separate them so the bass will play only bass part, drums will play drum part and so on, need help on how can i do that, lets say for drums i will choose logic drums sounds, for base Logic bases and so on, so Logic will become something like sound module for my PA80 instead of internal sounds I would like to use my virtual instruments sounds, thanks a lot

    Thanks for your reply Dave.
    I have no answer to your question but I found a way to create my SQL code with OWB mapping operators. Unfortunately it is very very slow compared to the execution of the SQL code and therefore not useful at all. I connected the following steps all in one mapping:
    1. Table operator(T006_SITE) -> Filter(T006A01PK_SITEID where T006A11FK_COUNTRYID IS NULL)
    2. Table operator(T002_COUNTRY) -> AGG (MAX T002A01PK_COUNTRYID)
    3. JOIN the output from 1. and 2.(T006A01PK_SITEID and T002A01PK_COUNTRYID))
    4. UPDATE T006_SITE with the output from 3. (T006A01PK_SITEID as matching column and T006A11FK_COUNTRYID as column to be updated)
    The execution mode of the mapping should be set-based fail over to row-based, but it used row-based mode even without getting an error. Are UPDATE mappings only executable in row-based mode or is there a way to change that?
    Does anyone have an idea how I can speed up that mapping or integrate my SQL code in the OWB?
    Thanks in advance,
    Dirk

Maybe you are looking for

  • Time Machine Disk - A few 'minor issues'

    Hi All, (note not all caps I've had some issues with macs or another over the past week but to cut a long story short, the one that had a 'logic board' issue starting booting up so I took the chance to re-install leopard, but, during the calculating

  • G5 iMac will not run programs

    Hello again Guys, I'm back......  Just a quick note, Thanks to all who have offered me advice over my past issues.  I have a new one for you.  I recently picked up a G5 20 inch iMac  1.8 PPC  1.5 ram (gonna go pick up another gig today.  Nothing out

  • Indecipherable core dump on Solaris x86_64

    On a 64-bit Solaris x86 machine (SunOS tempest-solaris 5.10 Generic_141445-09 i86pc i386 i86pc Solaris), I have been running gcc 4.3.4 (configured for i686-pc-solaris2.10) without a hitch. Both dbx 7.8 and gdb 7.1 are able to read core dumps created

  • How to make browser aware of new URL after JSP:forward

    When I use JSP:forward (or pageContext.forward() for that matter) to forward from a.jsp to b.jsp, the browser still seems to think he's at a.jsp. Assumably because the request for the new URL didn't originate with the browser. This causes problems wh

  • Issue with First Quiz Question

    When I try to go back BEFORE answering the first quiz question, when I move forward again to the first question, it tells me that "You did not answer the question completely"and it will not allow me to answer this question or any additional questions