How to merge DAC Analysis RPD with my existing RPD

Hi all,
I need to build OBIEE load completion report. So I need merge DAC Analysis RPD with my existing RPD.. Used following RPD ((http://rnm1978.wordpress.com/2009/07/23/mark-rittmans-obiee-repository-for-dac/)
In my existing RPD ,I am using Oracle Datawarehouse (where in all my tables are present)..My database is pointing to QA Environment.. where all the tables are having OBIAPP Schema.
But the tables in DAC are comin from OBISchema.. So how to merge the DAC Analysis RPD with my Exisitng RPD.
Need help.. Urgent
Edited by: 796797 on Jul 13, 2011 10:50 AM

if you want to merge two rpds and combine them into a single RPD you can follow this links
http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/biee/r1013/merge/merge.html
http://varanasisaichand.blogspot.com/2010/03/how-to-merge-two-repositories.html
http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10540/mngreposfiles.htm#insertedID3
http://gerardnico.com/wiki/dat/obiee/bi_server/obiee_repository_merge

Similar Messages

  • My computer crashed.  How do I re-load itunes with my existing account information?

    My computer crashed.  How do I re-load Itunes with my existing account information?

    If for some reason you have failed to maintain a backup copy of your computer, not good, then you can redownload some itunes purchases in some countries
    Downloading past purchases from the App Store, iBookstore, and ...

  • How to merge PDF/Word Doc with the Form I created?

    Hi All,
    Which software should I use to merger PDF/Word Doc with the form I created.
    One more question is I want the form page to show up right next to the ending or in the middle of the word doc . How to manange the placement of the sections?
    Please do let me know, its urgent.
    Thanks and Regards,
    Hari.

    1) The option of creating the whole thing as a LiveCycle form means that you need to convert the Word document using LiveCycle Designer. The import utility won't preserve the fidelity of the Word document the way printing to the PDF print driver does. It will likely require a fair bit of tweaking in Designer to get it looking like you want. You will likely get frustrated, since Designer is not a word processor.
    2) You can create PDF forms in Acrobat without launching LiveCycle Designer. While they look the same to a user as forms created with LiveCycle Designer, behind the scenes they are very different. When you create a form in Acrobat you overlay fields on top of an existing PDF document that you had previously created using the PDF print driver. There is an extensive scripting model for these "Acroforms". The technology pre-dates LiveCycle yet Adobe continues to improve the two forms models in parallel. In Acrobat, open a PDF and select tools-->forms-->show forms toolbar.
    3) I recommend this option if it's feasible. I don't know what you mean by "doesn't show up in a flow". If you're going to use the form in Acrobat 7, then save it as Acrobat 7 compatible in LiveCycle Designer. This is one of the options in the Save As dialog of LiveCycle Designer.
    Jared Langdon
    http://www.jlangdon.ca

  • How to merge two XML's with JDOM?

    How to merge two xmls's using jdom? like:
    is there a way to add the complete content one xml into the parent node of another xml?
    //in.xml
    <?xml version="1.0"?>
    <people>
    <person>
      <name>ABC</name>
      <email>[email protected]</email>
    </person>
    </people>
    //out.xml
    <?xml version="1.0"?>
    <address>
    <city> abccounty</city>
    <state> abcstate</state>
    </address>
    Merged XML:
    <?xml version="1.0"?>
    <people>
    <person>
      <name>xyz</name>
      <email>[email protected]</email>
    </person>
    <address>
    <city> abccounty</city>
    <state> abcstate</state>
    </address>
    </people>
    import java.util.List;
    import org.jdom.Document;
    import org.jdom.Element;
    import org.jdom.input.SAXBuilder;
    import org.jdom.output.Format;
    import org.jdom.output.XMLOutputter;
    public class MergeXMLS {
         public static void main(String[] args) {
              try{
                  SAXBuilder builder = new SAXBuilder();
                  Document books = builder.build("D:/in.xml");
                  Document onebook = builder.build("D:/out.xml");
                  Element root = books.getRootElement();
                  List rows = root.getChildren();
                  for (int i = 0; i < rows.size(); i++) {
                      Element row = (Element) rows.get(i);
                      onebook.getRootElement().addContent(row.detach());
                      System.out.println(row.getName());
                  new XMLOutputter(Format.getPrettyFormat()).output(onebook, System.out);
              }catch(Exception e){
                   e.printStackTrace();
    }

    The above code only add's the first node.
    I changed the code little differently to
                  SAXBuilder builder = new SAXBuilder();
                  Document books = builder.build("D:/in.xml");
                  Document onebook = builder.build("D:/out.xml");
                 //trying to add second xml into the first
                  books.getRootElement().addContent(onebook.getRootElement().getContent()); 
                  new XMLOutputter(Format.getPrettyFormat()).output(books, System.out);
    here is the exception from the above code:
    org.jdom.IllegalAddException: The Content already has an existing parent "address"
         at org.jdom.ContentList.add(ContentList.java:218)
         at org.jdom.ContentList.add(ContentList.java:140)

  • How to merge pdf in db, with data in db and serve as PDF doc to browser

    Hi,
    I have a requirement as:
    On an ebusiness suite webpage user clicks on a hyperlink.
    This downloads a merged pdf form, as:
    a. Retrieve pdf document from fnd_lobs
    b. Retrieve the data to be merged from a database table in the format merge_field_name, merge_field_value
    c. Merge the data and the pdf on the fly.
    d. Return the merge pdf file to the webbowser
    I have never used XML etc, and browsing metalink etc, it seems the using XML Publisher may be the best way to go.
    So, I would appreciate it if I could have the following answers:
    1. Is XML publisher the correct tool to use for this, or is their another technology that may be better suited.
    2. As we have a number of ebusiness suite applications licensed, would we need to buy an additional license for XML publisher.
    3. If I am on the right track, then any pointers on how to start.
    Thanks in advance.
    Mark

    Hi Mark
    1. XMLP will do this for you with a little code.
    2. As long as the data for the documents came from the delivered EBS schema (incl flexfields) i.e. not from a custom table. Then you are within the EBS license terms and there would be no extra kicense to purchase.
    3.
    a. You will need to extract the PDF from fnd_lobs as a PDF document and out it somewhere temporarily.
    b. Write the extract and template to format the data into PDF ... this is basic XMLP suff covered in the user guide and the XMLP pages on OTN.
    c. You now have your fnd_lobs PDF and the generated one, you can now combine them into a single document using an API. The PDF bookbinder API is the most poweful but there are others available too ... check the user guide for PDFBookBinder and FormProcessor.
    d. then you'll need to either stream the resulting PDF to browser yourself or you can use the XMLP OA Framework common region and embed it inside a page.
    Regards, Tim

  • How to merge external RAW-files with iPhoto library?

    Hi,
    I have several (Aperture-) modified photos in iPhoto. When I click on any one of those photos in iPhoto (9.5.1) and then click on File -> Reveal in Finder -> Modified File – it reveals the location of a jpg-file inside my iPhoto Library. So far, so good.
    However, when I choose File -> Reveal in Finder -> Original File it takes me to an external folder (located in my Home Picture library) and reveals the original RAW-file. I don't know why they are in a folder outside the iPhoto library but I suppose it has something to do with me editing them outside of iPhoto. And this is not a library but just a regular folder containing RAW-files.
    How can I merge all my RAW-files so that they are, neat and tidy, all inside my iPhoto library?

    I am glad you found the answer useful
    What probably happened, was that you imported your original files as referenced. This feature is not recommended in iPhoto, since iPhoto does not support it well - or not at all. I did not want to point that out in the iPhoto forum. In Aperture it is very useful, however, if your library is so large, that it will not fit on one drive. Then you can store the originals on a different drive. Aperture handles referenced images very well.
    For some background reading you may want to have a look at this manual page, just in case you may want to use this feature one day:
    Aperture 3 User Manual: Working with Referenced Images
    -- Léonie

  • How to merge cell as Excel  with smartforms ???

    Hi all Gurus of SmartForms,
    I want to format a template as Excel by using Merge.
    I means I want Merge 2 cells into 1 and put data into center of new cell.
    But I dont know how to do that by SmartForms
    Who can help me step by step?
    Thanks.

    Thanks
    But I have a problem
         B               C     
                 D     E
    cell D and E is in the same row.
    I want cell C is in top center cell D and E.
    I want cell B  is in center cell C, D. If I do as your way, result isn't , cell B is only top not center C and D.
    Edited by: kathy a on May 27, 2008 10:47 AM

  • How to merge 2 iTunes libraries with song rating intact?

    My wife and I have separate iTunes libraries, and we need to merge them together on a PC.  We rate songs on our own, and want to retain the ratings and album image while merging it.  Does anyone know of a webpage that has a step by step guide to do this?  Thanks

    Turn on enable home sharing in both iTunes accounts, and then you should be able to get both libraries onto one phone. This is assuming that both libraries are on the same computer. The link describes how it works on a Mac. This link seems to explain how to do it on Mac or PC.

  • How to merge Music in Cloud with Music on External Drive without Duplicating everything

    My PC (Windows 8.1) computer hard drive crashed.  My old computer was using an iTunes media file on an external hard drive so I still have that, but I also subscribe to iTunes Match.  After replacing my old internal hard drive, I went to set up iTunes, and I changed the iTunes media folder location so it would use the one on my external hard drive.  However, once I turned on iTunes Match, all of the music still shows up as being in the Cloud.   I can't figure out how to have it recognize that my music is already on that external hard drive.  It just wants me to download everything from the Cloud.   I have tons of music, and it would take days to download everything.  Is there a way to associate it with my previous library on the external  hard drive?

    Changing the path to the media folder doesn't automatically import all of the content. In principle if you add the media folder to the library any items that iTunes currently sees as being in the cloud will be detected as being in the library. Before you proceed to use File > Add Folder to Library however you might want to look at my tip Make a split library portable. Since you are starting over it may be best to generate a new iTunes library at the root of your external drive, e.g. X:\iTunes where X: is the drive letter, then move the media folder to X:\iTunes\iTunes Media before adding it to the library.
    tt2

  • How to merge iPhone mail folders with the server folders

    HI,
    I wish to merge my Drafts folder on Hotmail with the folder on the iPhone. So I could prevent duplicated folders.
    Here a picture for demonstration.
    Thanks for helping

    If I understand you, you want to merge the local iPhone Drafts folder with the Hotmail Drafts folder.  This can't be done - IMAP accounts like Hotmail mirror the server folder settings.  You have a choice which Drafts folder you want to use on the phone :
    Settings > Mail.... > your account > Advanced > Mailbox behaviors > Drafts mailbox > choose between the only on your iPhone and in Hotmail
    Yes you do.
    But I don't have Mailbox behaviors - I have that:

  • How to merge two java files with InputDialog to select?Please help me!?

    //Addition Java application
    import javax.swing.JOptionPane; // import the class
    public class Addition {
    // main method
    public static void main(String[] args)
    String firstNumber, secondNumber;
    int number1, number2, sum;
    // read the first number
    firstNumber = JOptionPane.showInputDialog("Please enter a integer: ");
    // read the second number
    secondNumber = JOptionPane.showInputDialog("Please enter another integer: ");
    // data type conversion
    number1 = Integer.parseInt(firstNumber);
    number2 = Integer.parseInt(secondNumber);
    sum = number1 + number2;
    // display the result
    JOptionPane.showMessageDialog(null, "The sum is " + sum + ".", "Results", JOptionPane.PLAIN_MESSAGE);
    System.exit(0);
    //Multiplication Java Application
    import javax.swing.JOptionPane;
    public class Multiplication5
    public static void main(String args[])
    int number1, number2, number3, number4, number5, product;
    String firstNumber, secondNumber, thirdNumber, forthNumber, fifthNumber ;
    firstNumber =
    JOptionPane.showInputDialog("Please input an integer");
    secondNumber =
    JOptionPane.showInputDialog("Please input another integer");
    thirdNumber =
    JOptionPane.showInputDialog("Please input the third integer");
    forthNumber =
    JOptionPane.showInputDialog("Please input the forth integer");
    fifthNumber =
    JOptionPane.showInputDialog("Please input the fifth integer");
    number1 = Integer.parseInt(firstNumber);
    number2 = Integer.parseInt(secondNumber);
    number3 = Integer.parseInt(thirdNumber);
    number4 = Integer.parseInt(forthNumber);
    number5 = Integer.parseInt(fifthNumber);
    product = number1 * number2 * number3 * number4 * number5;
    JOptionPane.showMessageDialog(null, "The product is " + product, "Results", JOptionPane.PLAIN_MESSAGE);
    System.exit(0);
    I seek for help to merge above two java application files.
    I need to call JoptionPane.showInputDialog to prompt the user to input the operation, 1 for addition, 2 for multiplication. In this dialog, the user is expected to enter the integer of 1 or 2 for the calculation.
    Please help me ! Thank you!

    Hi CRay,
    You just need to call the main methods of the 2 classes according to "1" or "2" entered.
    It is better if the "multiplication" and "addition" are declared as methods rather than in main methods.
    Example:-
    public static void Addition()
    Then call
    Addition.addition();
    than
    Addition.main(new String[]{});
    as shown below.
    import javax.swing.JOptionPane; // import the class
    public class Test{
        public static void main(String[] args){
            // read which  operation to perform
            String operation = JOptionPane.showInputDialog("Please enter which operation : ");
            if(operation.equals("1")){
                Addition.main(new String[]{});
            else{
                Multiplication5.main(new String[]{});
    }Rose

  • How to merge my disk partition with the free space

    Hello! I have a macbook pro mid 2010 with Mavericks, I had 2 partitions and deleted one with the disk utility.
    Now I want to expand the one that I have left but I can't, I cannot drag the corner of the partition because it is below of the free space.
    I will post a picture so you can understand better.  Also I tried using iPartitions but it won't let me make any changes. Thank you
    I don't know if anyone can see the picture so i'm leaving a url:  https://imagizer.imageshack.us/v2/505x387q90/745/WaiZID.png

    You need to create a partition in the free space, clone the content of Macintosh HD 2 to it, restart from the newly-created partition, and delete the one currently listed as Macintosh HD 2.
    (114068)

  • How to merge Photoshop frames animtaion with After Effects animation?

    hi,
    I've made a basic animation in Photoshop, which included just 2 frames.
    Now, I want to improve the animation through After Effects, and add more dynamic animation to the basic Photoshop animation.
    The thing is, I don't know how to do it.
    thanks... :-)

    You and Lutz might be talking about a
    different form of Photoshop animation.
    But if you're talking about
    Photoshop CS3 Extended Video layers, you can simply IMPORT the photoshop document as source material. You'll notice that there will be a duration value at the top of the project panel.
    After effects will automatically recognize the duration of the PSD document animation settings. If you need to trim the animation to your two frames, you might need to use time remapping and/or some clever editing.
    If it's only two frames (!), I would create them as separate layers in Photoshop, then import those two layers as a comp in After Effects. You'll have more flexibility, and more leverage over those elements.

  • How can I use Time Machine with my existing network attached storage drives

    I am a new mac user switching over from windows and have an extensive amount of existing equipment including 2 network attached storage devices (Buffalo Technologies). I would like to use these with Time Machine, but can not figure out how to do it. When I enter time machine setup it does not show these drives while the Finder does.

    As of right now we are all SOL unless you own a Time Capsule. At the very least I wish apple would offer some kind of trade-up if they are not going to release a software update.
    It really doesn't make any sense why we can't do this with a standard AEBS. Any fix should just be a matter of software, and while technically apple covered its butt with that little "subject to change" disclaimer on the leopard preview page, pulling it at the last minute and expecting those who believed their advertisement to buy another device that does the exact same thing for more money is just wrong. Give us a break apple, tell us your at least working on a fix, its the right thing to do.

  • How to use the time capsule with my existing router?

    Here is my situation. I have Alltel PCD UM185 USB modem for their mobile broadband internet. I have a Cradlepoint MBR1000 router which I plug the usb modem into to share the internet through a wireless network which has WPA security on it. I want to use my 1TB time capsule to backup the computers in my house wirelessly and not as a router. What connection do I need to make and how to do I setup the time capsule this way? I can't figure it out. Thanks for any help in advance. If you need more information just ask.
    Thanks,
    John

    Steven's solution will work just fine if you want to connect the Time Capsule using ethernet.
    You might also consider configuring the the Time Capsule to "Join" the wireless network. In this type of configuration, backups would occur only over wireless and you could locate the Time Capsule virtually anywhere it can receive a good, strong wireless connection. Important Note...the ethernet ports on the Time Capsule are not enabled in this type of configuration, so you will not be able to connect using ethernet.
    Open AirPort Utility and click Continue
    Then select the option to "Join a wireless network" and follow the prompts

Maybe you are looking for