Horizontal Federation of relational and Essbase source in OBIEE 11g

Hi,
I have created physical, business model and presentation layer for Essbase and relational sources. Works OK.
Now I need to create business model which is horizontal federation of these both sources. I need to have measures from Essbase and relational sources in one logical table.
Let's say that relational source has physical table MyFacts with columns MyValues NUMBER (measure) and D_Product_ID NUMBER(relation to dimension) and table D_PRODUCT with columns ID NUMBER, NAME VARCHAR2
Essbase cube has measure EbValues with dimension EbDimProduct
After import I've converted measure dimension into flat measures.
What requirements are for building hybrid federation?
How Essbase/relational dimensions should be built. How to create logical table with measures MyValues and EbValues? Should I build relations between relational and essbase tables in Physical layer?
Any link to example of horizontal federation will be appreciated :)
Regards,
Tatatoshi

Hi,
I hope this is what you are looking for. http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/overview/obiee-essbase-modeling-guide-130897.pdf
Hope this helps.
Thank you,
Dhar

Similar Messages

  • Essbase as a source in OBIEE 11g and using lookup to Relation database

    Hello All,
    We are trying to implement Essbase as primary source for our obiee 11g repository and using relational database as secondary source of data.
    I was using a lookup functionality in repository to lookup value from one of the Essbase's Dimension's attribute to relational database, however, there is error when testing this in OBIEE Dashboards.
    And tried to look this error in support.oracle and googled it but was not able to find anything on it.
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 46008] Internal error: File server\Query\Src\SQLookupUtility.cpp, line 145. (HY000)
    Have you had any such issue and how can we pass this issue?
    I am trying to find if there are any quick resolution before going to oracle support.
    TIA.
    Parish

    Is Essbase 11.1.1.3 supported as a source for OBIEE 11g?From the certification matrix (http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/bi-11gr1certmatrix-166168.xls) we can see that only Essbase 9.3.3+ and 11.1.2+ are supported, not 11.1.1.3
    Paul

  • Oracle EBS Discoverer as a data source for OBIEE 11g

    We are a heavy user of Discoverer workbooks with Oracle EBS. We're moving to OBIEE 11g(11.1.1.3) and have an RPD with both 3rd party and custom content.
    I wanted to ask the experts here how I can leverage my Discoverer investment with out a lot of re-work in OBIEE. I briefly looked at the MigrateEUL.exe and it says it can move an EUL to an RPD, but talks about some limitations for complex EULs such as an EBS Apps EUL. Even if it created an RPD, I'm not sure how I can merge my current RPD and this newly gen'd RPD.
    I also heard from someone that there is a way to setup Discoverer EUL as a standard data source in OBIEE 11g and consume it directly. I'm looking for a document or blog that explains these steps. Any pointers or experiences with the above is appreciated!!
    Thanks.

    Hi,
    For some more details, you can refer to the following document;
    http://www.oracle.com/technetwork/developer-tools/discoverer/discoverer-metadata-conversion-assi-128504.pdf
    My personal expreriences:
    The Metadata Conversion Utility is an accellerator / assistant. It does not provide you with an end product. There is some additional handwork requiered. It could be a risk when you copy an old Oracle Discoverer environment. Shit in is shit out. Last but not least; There is not yet a workbook migration utility.
    Cheers,
    Daan Bakboord
    http://obibb.wordpress.com

  • Essbase reports in OBIEE 11g

    Hi Experts,
    The Essbase reports in OBIEE 11g is displaying the member names instead of the Alias names. However in OBIEE 10g the Alias names are rightly displayed.
    Can anyone please suggest on how it is possible to display the alias names in OBIEE 11g?

    Hi,
    thanks for ur reply. I checked the above workaround but found that the option Display Column -> Alias is not enabled. So am not able to select it. Hence now Member names is selected.
    Please let me know if i am missing something else.

  • Internal and External sources for OBIEE

    Hi,
    When we say OBIEE can integrates data feeds from internal and external sources..what exactly does this mean. Can OBIEE even do that? Thanks

    Hi,
    We have a requirement where the data sources are from internal and external sources. I was not sure of it too and so raised the question on forums. I am assuming internal sources would be Oracle etc within the system and external would be out of the application. Not sure exactly what is meant by it.

  • Using CASE WHEN for Essbase column in OBIEE 11g

    Hi all,
    I have a business model in OBIEE 11g, taking the source from Essbase 11. The measures of the Essbase cube in the physical layer is flattened, and the aggregations for the measures are set to SUM.
    The Product dimension has 5 generations. In Product logical table, I created a logical column called "Product Grouping" using a simple CASE WHEN formula:
    CASE
    WHEN "TEST"."Product"."Gen5,Product" IN ('100-10', '100-20', '200-10', '300-10') THEN 'Group 1'
    WHEN "TEST"."Product"."Gen5,Product" IN ('100-30', '200-20') THEN 'Group 2'
    ELSE 'Group 3'
    END
    Problems:
    1. If I don't place this "Product Grouping" in the logical level/hierarchy, I got error in the report when I simply show Product Grouping and a measure.
    2. If I place this "Product Grouping" in the logical level/hierarchy (on the 5th level), no more error in the report when I simply show "Product Grouping" and a measure. The measure value also shows the correct SUM (group by). However, when I add "Gen1,Product" the "Product Grouping" and the measure value suddenly becomes not grouped by.
    Has anyone ever tried and encountered something like this? Any thoughts?
    Thank you very much!

    Hi Deepak, thansk for the suggestion.
    However, I can't use calculated item for this report because:
    1. incorrect result will be shown when my measures involve a formula to derive a percentage value.
    2. calculated item is not available if we do "combine requests" (or union) in 11g.
    Any thoughts anyone on how to solve this? Is this just me, or it's a bug?
    Thank you very much.

  • Not getting connected to a data source in obiee 11g

    Hi friends,
    In OBIEE 11g I cannot able to import meta data into a new repository...
    It is not connecting to data source for importing meta data
    It throws the error like connection is failed....
    I have also restarted the services and also checked for the odbc connectivity it is showing connection is
    successful..
    I also entered the corresponding details in TNS notepad...
    These are the following details
    TEST =
    (DESCRIPTION =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = 172.16.1.110)
    (PORT = 1522)
    (CONNECT_DATA =
    (SID = TEST)
    The data source name that i was given is ORCLBI for my reference...
    Then why it is not getting connecting to the data source..Help me friends For importing tables to my repository as soon as it is connected to the data source...
    Thanks
    Harry...

    Hi,
    Go through venkat reply in this...May help you..Re: Cannot connect to Database from the OBIEE 11g upgraded RPD
    Regards,
    Srikanth

  • I cant able to create a new Analysis and Dashboard prompt in OBIEE 11g

    Hi Gurus,
    i try to create a new Analysis in OBIEE 11g in (brower: ie,Google chrome, Mozila), i got the error "*unterminated string literal*" and "*Exception at function updateSelectionsPanel: unterminated string literal*".
    and i try to create a new Dashboard Prompt using column prompt when i select the column i don't get the filter form and not to be add the column prompt in the Dashboard Prompt.
    Thanks,

    Moving this discussion to the Adobe Creative Cloud forum.
    Kriskristferson if you are facing difficulties with your order then please contact our support team directly at Contact Customer Care.

  • Flattening Essbase Measures in OBIEE 11g

    Hi all,
    I'm using OBIEE 11g. After importing a cube from Essbase to the physical layer in the RPD, I'm choosing "Convert measure dimension to flat measures" to flatten the measures. Now I have all the measures as a flat list. However, the "Measures" dimension/hierarchy still exists in the physical layer. I find this strange.
    Then when I drag the cube to the business model layer, that "Measures" dimension/hierarchy isn't brought to the business model layer. I think this is correct, because the measures are already flattened, therefore there should not be any measure dimension/hierarchy in the business model layer.
    My questions:
    1. If the measure dimension/hierarchy is not used anymore in the business model layer, why does it still exist in the physical layer?
    2. What is the impact if I remove it from the physical layer? (Note: I tried this, so far no error, but not sure if later on I will encounter error because of this)
    Any thoughts on this? Thank you very much!

    My questions:
    1. If the measure dimension/hierarchy is not used anymore in the business model layer, why does it still exist in the physical layer? This is normal behavior with OBIEE 11g. It will still be there in physical layer.
    2. What is the impact if I remove it from the physical layer? (Note: I tried this, so far no error, but not sure if later on I will encounter error because of this)There shudn't be any future problem incase you wanna delete it during developemet BUT think of a situation during Incremental Essbase Cube Import to OBIEE which was not possible in 10g (straight Forwardly).
    I'd suggest to keep it as it is in Physical Layer inorder to avaoid any future issues/enhanced requirements.
    Hope its clear Stewart !!

  • Automate RPD and Catalog Patching in OBIEE 11G

    Is it possible to automate the patching process with scripting? This would be the complete cycle: compare, generate xml patch and apply patch. I see that I can script the applying of the patch but need to be able to script the compare.

    Yes, You could accomplish this using the OBIEE 11g scripts.
    The one place you may want to reconsider the "complete cycle" is when it comes to actually patching the production RPD via automated fashion. I would leave that to remain as a manual redeployment after the patching to some stage folder/area, then manually deploy the RPD. This way you are certain to retain the incremental versioning that is now provided in the Fusion Console EM, etc.

  • Dynamically change the Priority Group of Logical Table Sources in OBIEE 11g

    Hi All,
    I have 2 Logical Table Sources(LTS 1 and LTS 2 for a Logical Table in BMM Layer).
    Example: Logical Table : Sample
    LTS Source 1 : Sample 1(Priority Group Set to 1)
    LTS Source 2 : Sample 2(Priority Group Set to 0)
    I have set the Priority Group of Sample 1 LTS Source to 1 and Priority Group of Sample 2 LTS Source to 0.
    I need to dynamically change the Priority Group of Sample 1 LTS Source to 0 if my role is DEVELOPER where role is a column in database.
    If my role is not equal to DEVELOPER then the Priority Group of Sample 1 LTS Source will remain same(1).
    Please suggest how can i achieve this.
    Thanks,
    Soukath Ali

    hello Soukath Ali,
    didi you find a way to dinamically changing Priority Group?
    thanks,
    Maria Teresa Marchetti

  • Adding a XML Data source in Obiee 11g on Linux

    Hi guys, I need your help.
    I'm creating a new database in the physical layer as XML.
    On the connection pool (named xml_source), I’m setting the path to the XML file, inside the datasourse name, with this format: /u01/app/xmltest/
    My XML test file is this: xml_test.xml, So in the table information, I’m setting the xml file name as this: xml_test (without the xml extension)
    The issue is when I’m trying to issue the SQL, the error message displayed says:
    Query Failed: [nQSError: 64023] cannot access /u01/app/xmltest\xml_test.xml: No such file or directory
    As you can read in the error message there is a “\” just before the xml file. So in Linux it is not a "\" but a "/", why is obiee setting a wrong path? How can I "tell" obiee that this is a Linux environment not a Windows?
    Thank you in advance.

    Sorry for my mistake, but I've found a tab called XML in the Physical Table properties. I've set the entire URL to the file and now I'm able to issue sql queries to it. Thanks!

  • Web Catalog Patching and repository patching in OBIEE 11G

    Hi
    Please share pointers for Web Catalog Patching and repository patching using command line in BI EE 11g.
    Thanks
    Edited by: user8654742 on Sep 20, 2011 11:39 PM

    Hi Deepak,
    When I am running the following command "./runcat.sh -cmd diff -baseline /home/oracle/SampleAppBaseline -latest /home/oracle/SampleAppChanged -outputFile /home/oracle/SampleAppDiff.txt -folder /shared -verbosity detail" in command line it is erroring out as follows : "'.' is not recognized as an internal or external command,operable program or batch file." . Is there any other way to run this command? Please help to overcome this issue.
    Thanks.

  • Using relational data from SQL data source in Planning and Essbase

    Hi,
    How do I take sample data from a SQL data source and bring it into a Hyperion Planning application? I understand that when creating Planning applications, a link between a relational data source and Essbase must be established, because the relational database holds the metadata while the database outline is stored with Essbase. However, all I am currently able to do is load the data into Planning applicaitons via EAS, where I right-click on the Application database, hit load data, and select from either a .txt file or an excel file. Do I need Oracle Data Integrator? Any help or insight would be greatly appreciated, as well as corrections to any incorrect assumptions I may have made in this post. Thank you.

    When you import your file (Excel or text), you're importing it using a Load Rule in EAS. To load from SQL, you simply create a SQL load rule. You'll load data the exact same way (via EAS), but with a different type of load rule. The load rule will contain the SQL that queries the database. You can preview your data in the load rule the same way you would with a file.
    If your SQL is very complex, I'd recommend creating a view and loading from that view. But otherwise it's pretty straight-forward.
    The only catch is that you need to configure a database connection (to your relational database) on the Essbase server. The Essbase DBA guide will show you how to do this.
    You COULD use ODI, but I tend to only use it for loading metadata.
    Hope this helps,
    - Jake

  • Issue with federation between OBIEE 11.1.1.5 and Essbase ASO Cube 11.1.2.1

    Hi All,
    I am trying to retrieve relational attributes from a confirmed dimension to the Essbase Cube.
    However I am facing lot of issues/errors during rpd development.
    Both the Essbase Cube hierarchy and Table that contians attributes are from same relational source.
    Essbase 11.1.2.1 and OBIEE 11.1.1.5 are both cmpatabile versions.
    I read this blog and didn't got the solution
    http://www.rittmanmead.com/2009/11/oracle-bi-ee-10-1-3-4-1-essbase-connectivity-enriching-essbase-reports-with-relational-attributes/
    Can someone assist me with some better option to proceed further for horizontal federation
    Thanks,
    SatyaB

    You shouldn't have to restart Essbase as it should automatically sync, there may be additional information in SharedServices_Security_Client.log though it is probably worth logging with Oracle.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • [SOLVED] Install arch on a partition and still access files on other

    Basicaly what i want to achieve is to have a dual boot system on my laptop where i can access the files in some sort of shared storage or just to be able to access my windows files when im booted up in arch is there a way to achieve this? Last edited

  • Status BLOCKED for instance - is it bad?

    Hi, 1st of all please forgive me if such a topic exists being solved, give me a link then, I could't find... 1) I encountered strange problem when issuing lsnrctl status (the problematic lines are bold): /home/oracle> lsnrctl status LSNRCTL for Solar

  • Can't access Preferences

    Using Edge Code on Mac 10.7.5 the prefs remain grayed out regardless of having an open document, no open document, quit then relaunch. Latest update of Edge installed on CC. What am I missing here. I would reinstall but that is such a hassle on the C

  • How to import numbered images?

    FCP 6/7 has a command to import a numbered series of images. Does FCP X have a similar command? If not, how can I do this?

  • Unable to remove printer connection from GPO

    Hi,  I have been diagnosing really slow logons on a windows 7 laptop and when looking through the GPO's I found one that is connecting a non-existant printer. I can see it in the settings tab preview listed under User>Policies>Windows Settings>Printe