How to make new RPD online

Hi All,
Please tell me how to make an rpd online.
In my development environment, there is already one RPD online.
Now I am creating another RPD and want to make it online and create a answers report based on my RPD.
Please tell me hw to replce existing online rpd with my newly created rpd.
I would like to know the steps..
Environment details in my development are as below;
I have BI server on separate server machine. The current BI server is pointing to an RPD pointing to oracle EBS datasource
On my own laptop I have BI Admin tool installed. I am creating another rpd based on planning database (Essbase DB). I want to replace current online rpd (pointing to EBS) with my new Rpd (pointing to Essbase DB). and then create a report on Essbase datasource.
Thanks and Regards
Santosh

Hi Santhosh,
1. Intially, stop your services -> Oracle bi server, Oracle bi presentation server.
2. Open BI Administration tool -> File -> Create new rpd -> give some name say 'test' with no physical, bmm, pres. layers.
3. Niow - Open C:\oraclebi\server\repository ----- Here you can view your rpd (to confirm)
4. Now - Open C:\Oraclebi\server\config ---- Here you can view 3 files
5. Right click on Nqs Config file and open it.
6. You will find a section called [Repository] under which by default it has Star     = samplesales.rpd, DEFAULT;
7. Now, Comment the above one by adding '#' symbol in front of it.
8. Within the same section write the following Star=test.rpd,DEFAULT; Save the Nqs File.
9. Now - open C:\oraclebidata\web\catalog and create a new folder 'test' - this is catalog folder where your reports gets stored.
10. Open C:\oraclebidata\web\config --- Open Instanceconfig file.
By Default you can view that catalog path --- pointing to Samplesales
<CatalogPath>C:/OracleBIData/web/catalog/samplesales</CatalogPath>
Change it to: <CatalogPath>C:/OracleBIData/web/catalog/test</CatalogPath>
11. Save instance config file.
12. Restart your services - oracle bi, oracle bi presntation server and now you can also open rpd in online or offline mode (i.e. your rpd 'test')
Thank you....

Similar Messages

  • How to make new line in JButton.setText()?

    how to make new line in JButton.setText()?
    I want to set the text of jbutton in tow line ,as follows
    | jbutton-line1 |
    | xxxxxxx-line2 |
    i konw i can jbtton.settext("<html>line1<br>line2</html>");
    but i find it's ugly using html,
    is there anyother way to create new line in JButton's Text

    As for the above comment....
    I thought the question was well purposed. Using HTML was not acceptable in this instance, which was made clear, so why critisize his comments? "Using HTML" is a poor solution, it does NOT work in many instances due to browser, OS variations. Usually the "common answer" is never a COMPLETE answer.
    Possible Solution:
    Use JLabels to render the text on the button.
    import javax.swing.*;
    import java.awt.*;
    public class ButtonMaker {
    public static void makeButton(JButton jb, String[] titleList) {
    jb.setLayout(new FlowLayout());
    for (int i = 0; i < titleList.length; i++) {
    JLabel tmpLabel = new JLabel(titleList);
    tmpLabel.setForeground(Color.black);
    jb.add(tmpLabel);
    public static void clearButton(JButton jb) {
    Component[] cList = jb.getComponents();
    for (int i = 0; i < cList.length; i++) {
    if (cList[i] instanceof JLabel)
    jb.remove(cList[i]);
    Known Limitations:
    1. Flowlayout does not work well with single line text buttons... perhaps another layout manager may work better for various buttonsizes-linenumber combos.
    2. Mac OSX : The default UI for Mac OS X (and above it seems), is to have rounded edged buttons. These rounded edges are destoryed when using JLabels, leaving a square, blocky button in its place.
    POSSIBLE SOLUTION:
    (this is ugly and time consuming)
    - create images of the button with text on them.

  • Wanted to know how to make new mailboxes in e mail.

    Wanted to know how to make new mailbox in e mail.

    If you are on iOS 5+ and it's an IMAP type account then you should get an Edit button at the top of the list of folders that you currently have on your email account. If it's a POP type account then you won't get the Edit button, and you are limited to the folders that you currently have.

  • How to make New Document and Upload Document to have same Content Type in Document Library in Sharepoint 2010

    Hi,
    How to make 'New Document' and 'Upload Document' to have same content type(Custom) in Document Library in Sharepoint2010.
    Note : I have created custom Content Type since I have custom columns along with upload column..
    Regards, Shreyas R S

    go to library settings 
    Change new button order and default content type
    set your custom content type to be #1
    when you upload new document it will automatically have your custom content type
    Hope that helps|Amr Fouad|MCTS,MCPD sharePoint 2010

  • How to make new item show in ASCP Plan workbench.

    Item ATT.BVL3AHY is a new item without any demand. At item master, it is set as Planned so it is collected by ASCP. The item can be found in msc.msc_system_items with Plan_id -1. Plan id -1 corresponds to Collection. Planner needs to manuallty add planned order for this item at ASCP workbench of plan WIRELINE (PLAN_ID 3002) as attached but as the item cannot be found in WIRELINE plan, planner cannot add it. Please let me know how to make this item show in WIRELINE Plan workbench.

    Run this query:
    select mrp_planning_code from msc_system_items where item_name like '<Item_Name>' and organization_id = <Org id> and plan_id = -1
    If this returns 7 you dont need to run any collections.
    If this returns other than 7 then,
    create a simulation set under Item Attributes Mass Maintenance and then update the attribute MRP Planning method for this item to MRP/MPP Planning. Assign Simulation set to plan name and then rerun the plan. It should work.
    If you are still facing an issue, then raise an SR with Oracle.

  • How to open the rpd online

    Hi
    what are the settings we have to made to open the rpd into online
    i tried somany times but idint get
    plz give steps to open the rpd in online mode
    thanks
    arya

    HI,
    Check these links completely, opening rpd online more is more or less same as in 10g.
    In 11g you need to enter rpd pwd followed by weblogic password.
    http://onlineappsdba.com/index.php/2011/07/26/configure-obiee-11g-client-to-connect-to-11g-rpd-in-online-mode/
    http://gerardnico.com/wiki/dat/obiee/repository
    http://bidevata.wordpress.com/2011/11/23/how-to-keep-rpd-and-catalog-in-online-mode-in-obiee-11g/
    Default pwd is Admin123
    OBIEE 11g: Are you try to login widows 7 then refer the below link.
    http://www.ascentt.com/2011/10/to-open-obiee-11g-rpd-in-online-mode/
    Hope this help's
    Thanks
    Satya

  • Scripting Bridge and Powerpoint, how to make new slide?

    I know how to make a new slide in an active presentation in Powerpoint. It works like this:
    tell application "Microsoft PowerPoint"
    set newSlideC to make new slide at before slide 2 of active presentation ¬
    with properties {layout:slide layout media clip and text}
    end tell
    (I stole this snippet from http://www.mactech.com/vba-transition-guide/index-094.html)
    Now I would like to do the same via Scripting Bridge in my Cocoa app.
    But I seem to be unable to find the appropriate classes, objects, methods, or properties in Powerpoint.h
    (which I created with this command:
    sdef /Applications/Microsoft\ Office\ 2008/Microsoft\ PowerPoint.app | sdp -fh --basename Powerpoint
    According to Script Editor's dictionary of Powerpoint, the "make" command is in the 'Standard Suite'.
    But I have no idea how to find it's defintion, let alone how to use it from my Cocoa application.
    Could somebody please give a hint to me?
    Since I'm not (yet) subscribed to the applescript-users mailing list, I am taking the liberty to post my question here.
    Thanks a lot in advance.
    Best regards,
    Gabriel.

    Hello
    You need to alloc and init to make an object instance in Scripting Bridge.
    See the following documents.
    Scripting Bridge Programming Guide for Cocoa
    http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/ScriptingB ridgeConcepts/
    Scripting Bridge Framework Reference
    http://developer.apple.com/mac/library/documentation/ScriptingAutomation/Referen ce/ScriptingBridgeFramework/
    Some sample codes
    http://developer.apple.com/mac/library/samplecode/SBSendEmail/
    http://developer.apple.com/mac/library/samplecode/SBSetFinderComment/
    http://developer.apple.com/mac/library/samplecode/ScriptingBridgeFinder/
    http://developer.apple.com/mac/library/samplecode/ScriptingBridgeiCal
    As for your example, code would be something like this.
    NOT TESTED AT ALL. AND PROBABLY IT'S WRONG IN PARTS.
    Just for showing the outline, hopefully.
    PowerPointApplication *powerpoint = [SBApplication applicationWithBundleIdentifier:@"com.microsoft.powerpoint"];
    [powerpoint activate];
    PowerPointSlide *s = [[[powerpoint classForScriptingClass:@"slide"] alloc]
    initWithProperties:
    [NSDictionary dictionaryWithObjectsAndKeys:
    @"slideLayoutMediaClipAndText", @"layout",
    nil]];
    [[powerpoint.activePresentation slides] insertObject:s atArrangedObjectIndex:0];
    Good luck,
    H
    Message was edited by: Hiroto (fixed typo)

  • How to make new database connection using Oracle BI Interactive Dashboards

    Hi,
    I install Oracle BI Intelligence on my system.
    I am using Oracle BI Interactive Dashboard. Here we have default database connection.
    but now i want to use it for my own database. Can any body give me guideline how to
    make a new data base connection using this s/w or how to connect to my database so
    that i can make my own reports.
    I am using
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/saw/saw.html
    this link.
    i make odbc connection which is fine.
    but
    Restoring the Business Intelligence Presentation Catalog and Updating Metadata
    The third point blow above heading is not clear.
    Thanks

    Umesh - in order to build Answers and Dashboard content you must first setup a Physical model, then a Business model, followed by a Presentation Catalog/Subject Area.
    All these tasks are carried out using the Repository Administration Utility.
    1) Import your physical tables using OCI/ODBC into the physical layer.
    2) Build your model
    3) Deploy
    Then you're ready to start building answers/dashboards.
    Good Luck.

  • How to make new project in existing folder with applescript in Aperture?

    I want to create a new project in an existing folder. I've scoured the web for answers to this but I cant find any. The closest I've come is this:
    tell application "Aperture"
    set imgSel to (get selection)
    if imgSel is {} then
    error "Please select an image."
    else
    set pName to name of parent of item 1 of imgSel
    set pID to id of parent of item 1 of imgSel
    set cID to id of parent of parent of item 1 of imgSel
    set cName to name of parent of parent of item 1 of imgSel
    set cLoc to folder cName
    tell library "Aperture Library"
    make new project at cLoc with properties {name:pName}
    repeat with i from 1 to count of imgSel
    move item i of imgSel to project (pName)
    end repeat
    end tell
    end if
    cLoc
    end tell
    Which returns:
    error "Aperture got an error: AppleEvent handler failed." number -10000
    Can anyone enlighten me as to what I'm doing wrong here or show me another way to achieve my goal, thanks?

    when you say 'new project in an existing folder'..... I assume you mean to create a new Project inside of an existing "Blue" folder...?
    Easy.... Select (click) the Blue folder you wish a new Project to appear inside > At the top left corner where it says "new" click the drop down arrow and select the project icon and click it.
    Easier still > select the Blue folder you wish another Project to appear inside > use 'Command & N' on the keypad and away you go...
    If you dont mean the above...? and you want a blue folder inside a blue folder..?
    To create a new blue folder use either the 'New' icon again at the top of the library inspector and click the blue folder icon or (Shift & Command & N ) on the keypad. Then select the new blue folder and repeat the process again...... A folder inside a folder..
    Couldn't be simpler....
    Aperture already provides these simple commands.... I cant imagine why you want to write an 'Applescript Action' for it.... Unless just for the heck of it...??
    Regards..... Gerry...

  • Hello! How to make new folders on I pad 2 .download data from net and use it offline also .

    I do not known how to make folders in I pad 2 and use them offline2.i am using this I pad 2 for the first time. I have used windows for years and is quite comfortable with windows

    Just drag one app on top of another. Here's an article about it:
    http://www.macworld.com/article/160291/2011/06/create_organize_ios_folders.html

  • How to make New Events appear at TOP of page, not Bottom?

    When I import photos, they are automatically put into a new Event. That's great. But that Event appears way at the bottom of my long events list, even though my Events are shown chronologically with the most recent events right at the top. I have to drag the new event all the way through dozens of older events in order to bring it up to the top, where I can figure out which other event folders those new images might belong (ex: "family photos, Fall 2008").
    This isn't the biggest problem in the world, but I'd love to know how to set iPhoto to create the new event at the top of the list instead of the bottom. Any help? Thanks.

    Welcome to the Apple Discussions. In the View->Sort menu select Descending. However that will also have the photos in the Photos mode be sorted descending. In the Event mode you can sort the events in one direction and the photos in those events in the other. In the Photos mode both the Events and photos are sorted the same direction.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • How to make new Maxtor 500 GB the primary drive on my G5

    I filled my 160 hd which came with my G5 1.8 Mhz with applications and Iphoto pics. Now that am shooting raw, even larger files. I would like to use Photoshop and Lightroom, new upgrades are available, but my Hd has only 14GB left. I use backup to external hd , but don't know how to retrieve lost IPhoto pics (library) nor my Photoshop pics which I had given batch names, and file information to.
    I tried putting the utility disc in thinking after installing the HD it wouod be recognized and I could proceed to install Tiger, partition a bootable drive, etc. I need a good reference. My books are to vague. I wrote another post on this topic and cannot find it anywhere??? Please refer me to any good reference articles in the apple database or other posts with people upgrading their internal hard drives. I want to be able to use all my apps from the biggest drive. I have been putting photoshop images into external drive and deleting from my primary drive to make space and limp on with barely any memory in my startup disc. What do people do when using big hog programs and large images files?

    Swapping and adding a hard drive is asked almost daily.
    Downloaded and read the pdf guide to SuperDuper and then use it for backups.
    Uou should never let a drive get down below 10% free space.
    Installation options:
    http://docs.info.apple.com/article.html?artnum=301270
    Manuals has pdf guides for DIY/CIP articles.
    http://manuals.info.apple.com/en/PMG5HDDIY.pdf
    Backup Software
    Books on OS X
    http://www.apple.com/macosx/resources/
    Be Your Own Mac OS X Troubleshooting Guru: The Basics
    MacFixIt has published its first ever eBook, an introductory guide to the basics of troubleshooting Mac OS X. This 42-page guide is designed to introduce some techniques, routines and habits that have a pretty good track record for quashing the most common OS X problems available to MacFixIt subscribers.
    Complete Backup FAQ
    http://www.macmaps.com/backup.html
    Mac OS X FAQ
    http://www.macmaps.com/Macosxspeed.html

  • How to make new Firefox look like old Firefox?

    I was looking at the new version of Firefox and really don't like how it looks. If I update to it is there a way to make Firefox look like the old one? 3.6.24 is the version I'm using now, and I really like how it looks.

    To restore the old appearance right click the orange Firefox button to open the toolbar context menu or use (F10) View > Toolbars.
    * Click the Menu Bar entry and place a check-mark to make the Menu Bar visible all the time (Windows and Linux).
    * Click "Tabs on Top" to remove the check mark and place the Tab Bar at its original position just above the browser window.
    See also:
    * https://support.mozilla.com/kb/why-are-tabs-top
    *https://support.mozilla.com/kb/Menu+bar+is+missing
    *https://support.mozilla.com/kb/how-do-i-get-firefox-button
    * http://www.computertechtips.net/64/make-firefox-4-look-like-ff-3-6/

  • How to make new Group in contacts

    in IOS5 and iPhone 4S, how do you make a new Group in contacts?

    Hi Friend,
    In your PC, open your iCloud from website. In contacts, clck in the Red icon. It will open your contact groups. There have your All contact Group. If you click in "+" icon, you can create your own contact groups.
    To add your contacts in the new Group List, you open your All Contact Group, click and hold a contact and drag to the New Group Contact...
    Yeah!

  • How to make rollback segments online on database startup?

    I create some rollback segments in users tablespace, but how can I auto make these rollback segment online on database startup?
    thanks!!

    Add the name of the rollback segments to rollback_segments parameter in the init.ora file.
    edwin

Maybe you are looking for