How to load the pre-built dashboards?

Hi all,
I am experimenting with OBIEE with BI APPS and DAC on a Oracle 11g database.
I managed to do a complete ETL run in the DAC from a Peoplesoft HCM environment. With the HR Workforce module, so that is loaded in to the Oracle database.
I have configured all the variables in the BI administration tool for the OracleBIAnalyticsApps.rpd repository. And in Enterprise Manager I have imported that repository.
Now I want to test the pre-build HR workforce dashboard with OBIEE. But how do I do this? At the moment I only get the SampleApplite when i go to http://oracletest:7001/analytics.
Can anyone please help me?

Hi,
Did you install OBIA? If Yes, then OracleBiData will have prebuilt web catalog available in web catalog folder. modify instanceconfig.xml to point it to prebuilt web catalog and restart the presentation server. you will be all set.
Thanks
Jay.

Similar Messages

  • Loading the pre-built Oracle_BI_DW_Base repository

    Hello everyone:
    One step in the OBIEE Applications installations guide is to load the pre-built Oracle_BI_DW_Base. I don´t understand why do i have to do this?
    I´m kind of newbie with OBIEE App, i ´d really appreciate the help
    Cheers.

    See Just Need BI APPS for an Apresentation...!!!
    No data = no reports. You can't report off of nothing...well ok, you can but it won't make a whole lot of sense. I.e. none.
    Cheers,
    C.

  • How to view pre-built Dashboards and Reports of Oracle BI- Apps?

    Hi All,
    We have sucessfuly installed and configured the Oracle Apps, and also we configured the OracleBIAnalyticsApps.rpd and we are able to view the different subject areas.
    But we are facing problem in viewing any prebuilt dashboard or report.
    Is it possbile to view pre-built Dashboards and Reports of Oracle BI- Apps if we dont have any ERP applicaton as a source?
    As we dont have any ERP application we have loaded the data from the sample flat files to the Analytics warehouse.
    Any help would be highly appreciable.
    Regards,
    Manmohan Sharma

    Hi Damon,
    Thanks a lot.
    Now I understand that we have to have ERP data source if want to view the prebuild Dashborads and reports.
    Could you please provide the path to get Prebuilt Dashboard & reports ?
    Regards,
    Manmohan Sharma

  • My new partner site has none of the pre-built content discussed in the documentation

    I am a new premium partner and I am very confused.  I have found many great support docs and tutorials that want to help me get my new partner site up and running, but none of the pre-built content that is discussed in these articles exists in my partner site.  There is one page and one page only (home/index) in my new partner site.  I have a support ticket that I submitted 47 hours ago and was escalated 36 hours ago and I still have no resolution.  Can anyone help?  If this discussion falls into the hands of a BC support person, can you PLEASE access ticket #OBNW4395487?  I have a client waiting for me to take his site live but I cannot do so without first setting up a payment gateway in my partner site that allows for recurring billing.  Thank you!  - Jack

    Hi Jack,
    Go to your partner portal > tools and you'll find http://syd.worldsecuresystems.com/CatalystHelp/PartnerContent/Unbranded-Partner-Site-Conte nt.zip link there. You can use that content for your partner site. There are also instructions there on how to implement it. That's if you want a templated partner site. Otherwise you can always transfer your existing portfolio site to your BC site or whip up something nice and unique.
    Cheers,
    mario

  • How to access the pre-delivered XI Integration Content for APO ,SCM or CRM

    Guys,
    Do anyone know how to access the pre-delivered XI Integration Content for APO ,SCM or CRM and load onto the XI server.
    Any inputs in this direction is appreciated.
    Thanks, -Vara.

    Hi VaraPrasad,
    you can try:
    1. https://websmp204.sap-ag.de/swdc
    2. Search for all Categories
    3. type: XI content
    then unpack and the easiest way is to import with the file system:
    http://help.sap.com/saphelp_nw04/helpdata/en/a8/5e56006c17e748a68bb3843ed5aab8/content.htm
    and you have the content on your XI
    Regards,
    michal

  • How to load the content in Combobox

    Dear All,
       Any one can tell me how to load the combobox dynamically..  i have one combobox in that i defined the value as "Defined New" when i click the DefineNew a new form wil come i wil enter the value in the editext. when i click the combobox the value should display.. i have done  this, its working fine but  the problem is every time when i add the value it wil show the data in the  the form Load.. i want data should come dynamically..
    any one can help me in this regard
    G.shankar

    You can use this "oForm.Refresh()" every time you add a new valid value to the ComboBox.
    I hope this help you.
    Regards.
    Enriquillo Guigni

  • How to Load the data from excel file(Extension is .CSV) into the temp.table

    Hi
    How to Load the data from excel file(Extension is .CSV) into the temporary table of oracle in Forms11g.
    My Forms Version is - Forms [64 Bit] Version 11.1.2.0.0 (Production)
    Kindly Suggest the Solution.
    Regards,
    Sachin

    Hello Sachin,
    You can use the following metalink note:How to Read Data from an EXCEL Spreadsheet into a Form Using Webutil Client_OLE2 (Doc ID 813535.1) and modify it a little bit.
    Instead of copy values into forms you can save them in your temporary table.
    Kind regards,
    Alex
    If someone's helpful or correct please mark it accordingly.

  • How to load the data from .csv file to oracle table???

    Hi,
    I am using oracle 10g , plsql developer. Can anyone help me in how to load the data from .csv file to oracle table. The table is already created with the required columns. The .csv file is having about 10lakh records. Is it possible to load 10lakh records. can any one please tell me how to proceed.
    Thanks in advance

    981145 wrote:
    Can you tell more about sql * loader??? how to know that utility is available for me or not??? I am using oracle 10g database and plsql developer???SQL*Loader is part of the Oracle client. If you have a developer installation you should normally have it on your client.
    the command is
    sqlldrType it and see if you have it installed.
    Have a look also at the FAQ link posted by Marwin.
    There are plenty of examples also on the web.
    Regards.
    Al

  • How to load the data from excel file into temprory table in Forms 11g?

    Hi
    How to Load the data from excel file(Extension is .CSV) into the temporary table of oracle in Forms11g.
    My Forms Version is - Forms [64 Bit] Version 11.1.2.0.0 (Production)
    Kindly Suggest the Solution.
    Regards,
    Sachin

    Declare
        v_full_filename         varchar2(500);
        v_server_path           varchar2(2000);
        v_separator             VARCHAR2(1);
        v_filename              VARCHAR2(400);
        filename                VARCHAR2 (100);
        v_stop_load             varchar2 (2000);
        v_rec_error_log         varchar2(4000);
        v_error_log             varchar2(4000);
        ctr                     NUMBER (12);
        cols                    NUMBER (2);
        btn                     number;
        RES                     BOOLEAN;   
        application             ole2.obj_type;
        workbooks               ole2.obj_type;
        workbook                ole2.obj_type;
        worksheets              ole2.obj_type;
        worksheet               ole2.obj_type;
        cell                    ole2.obj_type;
        cellType                ole2.OBJ_TYPE;
        args                    ole2.obj_type;
        PROCEDURE olearg
        IS
        args   ole2.obj_type;
        BEGIN
        args := ole2.create_arglist;
        ole2.add_arg (args, ctr);                                
        ole2.add_arg (args, cols);                                   
        cell := ole2.get_obj_property (worksheet, 'Cells', args);
        ole2.destroy_arglist (args);
        END;
    BEGIN
    v_full_filename := client_get_file_name(directory_name => null
                                     ,file_name      => null
                                     ,file_filter    => 'Excel  files (*.xls)|*.xls|'  
                                                                            ||'Excel  files (*.xlsx)|*.xlsx|'                                                                 
                                     ,message        => 'Choose Excel file'
                                     ,dialog_type    => null
                                     ,select_file    => null
    If v_full_filename is not null Then
    v_separator := WEBUTIL_CLIENTINFO.Get_file_Separator ;
    v_filename := v_separator||v_full_filename ;
    :LOAD_FILE_NAME := substr(v_filename,instr(v_filename,v_separator,-1) + 1);                                
    RES := Webutil_File_Transfer.Client_To_AS(v_full_filename,"server_path"||substr(v_filename,instr(v_filename,v_separator,-1) + 1));     
    --Begin load data from EXCEL
    BEGIN
        filename := v_server_path||substr(v_filename,instr(v_filename,v_separator,-1) + 1); -- to pick the file
        application := ole2.create_obj ('Excel.Application');
        ole2.set_property (application, 'Visible', 'false');
        workbooks := ole2.get_obj_property (application, 'Workbooks');
        args := ole2.create_arglist;
        ole2.add_arg (args, filename); -- file path and name
        workbook := ole2.get_obj_property(workbooks,'Open',args);
        ole2.destroy_arglist (args);
        args := ole2.create_arglist;
        ole2.add_arg (args, 'Sheet1');
        worksheet := ole2.get_obj_property (workbook, 'Worksheets', args);
        ole2.destroy_arglist (args);
        ctr := 2;                                                     --row number
        cols := 1;                                                -- column number
        go_block('xxx');
        FIRST_RECORD;  
        LOOP       
                --Column 1 VALUE --------------------------------------------------------------------
            olearg;
            v_stop_load := ole2.get_char_property (cell, 'Text'); --cell value of the argument
            :item1 := v_stop_load;
            cols := cols + 1;                                                      
              --Column 2 VALUE --------------------------------------------------------------------
            olearg;
            :item2 := ole2.get_char_property (cell, 'Text'); --cell value of the argument
            cols := cols + 1;
            --<and so on>
        ole2.invoke (application, 'Quit');
        ole2.RELEASE_OBJ (cell);
        ole2.RELEASE_OBJ (worksheet);
        ole2.RELEASE_OBJ (worksheets);
        ole2.RELEASE_OBJ (workbook);
        ole2.RELEASE_OBJ (workbooks);
        ole2.RELEASE_OBJ (application);
    END;
    --End load data from EXCELPlease mark it as answered if you helped.

  • How  to load the data from excel  file  into table in oracle using UTL_FI

    How to load the data from excel file into table in oracle
    and from table to excel file
    using UTL_FILE package
    Please give me some example

    This is something i tried in oracle apex
    http://avdeo.com/2008/05/21/uploading-excel-sheet-using-oracle-application-express-apex/
    Regards,
    CKLP

  • Do the "Pre-built Developer VMs" work on Windows 7 Home 64-bit OS

    Hello,
    Do the "Pre-built Developer VMs" work on the laptops with Windows 7 Home premium 64-bit Operating System?
    Thanks
    Mohanraj

    Yes, Aman you are right. As I guessed it worked. I was not sure that the Oracle Virtual Box will work on Home Premium 64-Bit because the download page did not say anything about which flavor of 64-Bit OS is supported. However, I downloaded and installed ("Oracle Virtual Box and Pre-built Developer VMs"). Afterwards, I tested a few items, so far looks good.
    Thanks for your response.
    Mohanraj

  • How to load the data from informatica into bw & how to report the data

    Hi friends,
    how to load the data from informatica into bw & how to report the data
    using cognos.(i.e how to access the data in sap bw using cognos 8 BI suite).
    Thanks,
    madhu.

    Inorder to report BW data into Cognos you can extract data from using Open Hub to the DB table from which Cognos reads.
    For BW informatic integration refer following docs:
    http://www.aman.co.il/aman/pfd/DataInteg_BR.q103cd.pdf.pdf
    http://h71028.www7.hp.com/enterprise/cache/3889-0-0-225-121.html
    http://devnet.informatica.com/learning/ePresentations.asp
    http://72.14.203.104/search?q=cache:C741L86Q19oJ:devnet.informatica.com/showcase/resources/Essbase_DataSheet.pdfinformaticapowerconnect(BI)&hl=en&gl=in&ct=clnk&cd=3
    http://www.informatica.com/customers/utilities_energy/fpl_group.htm
    http://www.informatica.com/solutions/resource_center/technote_sapbw_65241004.pdf#search=%22Informatica%20to%20Bw%22

  • How to load the CategoryName, instead of CategoryID in ListView?

    I have a Listview control in a Windows Form.
    The listview contains 3 columns
    - CategoryID
    - Product Description
    - Price
    The question is: how to load the "Category Name", instead of "Category ID"?
    Does listview support Dictonary Blinding?
    Please help

    Hi iHandler,
    As CoolDadTx said, the key part of Dictionary wouldn't be available.
    If the Value part of your Dictionary is List Type, it can be binded to listView, but I suggest you using TreeView instead of ListView. Because The Dictionary type is
    One to One or One to Many relationship. I can be easily binded to
    TreeView for displaying the relation.
    Here I make a sample you could refer to which can load the TreeView with a Dictionary.
    private void LoadTreeView(Dictionary<string, List<string>> treeStatusDic)
    //load Key Node
    foreach (string key in treeStatusDic.Keys)
    this.treeView1.Nodes.Add(key);
    //load child Node
    foreach (TreeNode tn in this.treeView1.Nodes)
    if (treeStatusDic.ContainsKey(tn.Text))
    List<string> ls = treeStatusDic[tn.Text];
    foreach (string t in ls)
    tn.Nodes.Add(t);
    If you have any other concern regarding this issue, please feel free to let me know.
    Best regards,
    Youjun Tang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to customize the infoview and dashboards.

    Post Author: [email protected]
    CA Forum: WebIntelligence Reporting
    Hi all,
    how to customize the infoview and dashboards.
    scenerio1: all users should have same look &  feel of infoview. - please tell me the steps how set the preferences for this scenerio.
    scenerio2: every should have  different look and feel (example user1 should have different view with user2). - please tell me the steps how set the preferences.
    Thanks,
    Madhu.

    Post Author: Use_BO
    CA Forum: WebIntelligence Reporting
    Hi Madhu,
    For Scenario 1 : Go to CMC.
    Go to : Home > BusinessObjects Enterprise Applcations > InfoView
    You can customise Inforview properties and Rights here, like setting up ur logo,style sheets etc.
    For Scenario 2: Each User will have to customize their own Infoview.
    Go to Infoview. On the top right corner will be 3 icons. Click on the 'Preferences' icon.
    In the General tab of preferences you can customise the infoview settings.
    Hope this helps.
    Thanks!!

  • How to load the data in DSO

    Hello,
             In my BI system ,i have the DSO and InfoCube ,haveing the
    infopackage Delta and Init..can any one tell me how to load the data from R/3 in to DSO ,when we have two infopackage(one is delta nad other is Init).Please define brifly.

    Hello,
    The procedure is as follows.
    1) First run the init infopackage (either with or without data), preferably with data.
    2) Then run the delta infopackage always. (it will get delta records always).
    Now if there are any errors and delta gets faulted, you can delete the init from the init infopackage and run the init infopackage again.
    And then schedule the delta.
    REgds,
    Shashank

Maybe you are looking for