Essbase structure

hi, i'm new.
1.i want to know the whole structure of Essabase.
2.i want to know how to download the parts i need.
the reason why i ask this is that, i'm using ODI to extract data from DB, then build the modules in Essbase for BI application.
i remembered long ago, Essbase is just a part of Hyperion, and it's used for constructing muilti-dimension data models. if i want to download it, i just download the Hyperion Suite.
but now, Essbase became a independant product. when i want to download it, i found there isn't any single installation file called Essabase.
so as the purpose i use it, which parts, or where, can i download the right files.
thanks.

playboyjack wrote:
yes, i found it in Hyperion Planning before.
then i wonder, if i only use essbase to construct multi-dimension data model, do i need to download the whole package of Planning?
i mean, Planning is a big package, including Essabase, but also including many parts i don't want. how can i only download the parts i need.
thanks.Hi,
If you want to use just essbase then you don't need to install planning.
You can download the components from http://edelivery.oracle.com/ or http://www.oracle.com/technology/software/products/bi/performance-management/index.html
If you plan on installing version 11 you will need the installer, the foundation parts 1-4 and the essbase server/client pieces.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • SOS!!!!----Error for Loading data from Oracle 11g to Essbase using ODI

    Hi all.
    I want to load data from oracle database to essbase using ODI.
    I configure successfully the physical and logical Hyperion essbase on Topology Manager, and got the ESSBASE structure of BASIC app DEMO.
    The problem is.
    1. When I try view data right click on the essbase table,
    va.sql.SQLException: Driver must be specified
         at com.sunopsis.sql.SnpsConnection.a(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
         at com.sunopsis.graphical.frame.b.jc.bE(jc.java)
         at com.sunopsis.graphical.frame.bo.bA(bo.java)
         at com.sunopsis.graphical.frame.b.ja.dl(ja.java)
         at com.sunopsis.graphical.frame.b.ja.<init>(ja.java)
         at com.sunopsis.graphical.frame.b.jc.<init>(jc.java)
    I got answer from Oracle Supporter It's ok, just omit it. Then the second problem appear.
    2. I create an interface between oracle database and essbase, click the option "staging area deffirent from target"(meaning the staging is created at oracle database), and using IKM SQL to Hyperion Essbase(metadata), execute this interface
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 61, in ?
    com.hyperion.odi.essbase.ODIEssbaseException: Invalid value specified [RULES_FILE] for Load option [null]
         at com.hyperion.odi.essbase.ODIEssbaseMetaWriter.validateLoadOptions(Unknown Source)
         at com.hyperion.odi.essbase.AbstractEssbaseWriter.beginLoad(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
         at org.python.core.PyMethod.__call__(PyMethod.java)
         at org.python.core.PyObject.__call__(PyObject.java)
         at org.python.core.PyInstance.invoke(PyInstance.java)
         at org.python.pycode._pyx1.f$0(<string>:61)
         at org.python.pycode._pyx1.call_function(<string>)
         at org.python.core.PyTableCode.call(PyTableCode.java)
         at org.python.core.PyCode.call(PyCode.java)
         at org.python.core.Py.runCode(Py.java)
         at org.python.core.Py.exec(Py.java)
    I'm very confused by it. Anybody give me a solution or related docs.
    Ethan.

    Hi ethan.....
    U always need a driver to be present inside ur <ODI installation directory>\drivers folder.....for both the target and the source......Because ojdbc14.jar is the driver for oracle already present inside the drivers folder ....we don't have to do anything for it.....But for Essbase ...you need a driver......If u haven't already done this.....try this.....
    Hope it helps...
    Regards
    Susane

  • Column format export for chosen members only (Essbase 7.1.6)

    Hi,
    I need to pull column-format looking level 0 export from Essbase cube, that:
    * must only contain single month for single year, other months in export file are to be either #Mi (pre) or non-present (post);
    * must only be for chosen account branches (so account->month->year carving);
    Main database must stay untouched by this, so if clearing/restructure is needed it must be done on a copy.
    The quest is to find a simple way to set this up to run without any human interaction. My idea is to:
    1) copy of current database structure without data (batch: shutdown both db's, clear copy, copy essbase files, start dbs),
    2) populate it with newest level 0 export (esscmd script),
    3) carve out needed data using calcscripts+variables set up for this occasion (esscmd scripts on top of calc scripts),
    4) export in column format (esscmd script).
    Point one is kind of problematic since I need to copy essbase structure related files (otl and friends). Carving with CLEARBLOCK script takes about 2-3h per run (clearing unwanted months and years, needs to be split into three account sets later on).
    Is there an easier way to do this kind of carving? Column format compliance is a must here, so ,,column format alike'' report script might not be the way to go. Anybody?
    Cheers,
    S.
    Edited by: uEssbaser on 2009-01-28 02:53

    Jason, so far I haven't got the chance to write any usable report scripts and trying to modify one of examples given in man brought me to 10GB of tmp files blowing off servers C: drive. What I need is data at zero level for (chosen accounts -> single chosen frequency -> single chosen time member -> single chosen year member -> all other dimensions). Export must be identical to level 0 column extraction from database in which everything else beyond listed dataset was cleared (so full time dim header, but for 100 in Feb and 200 in Mar you'll get #Mi 100 while extracting Feb, and #Mi #Mi 200 when doing Mar extraction). Any ideas?
    Glenn, I'm still trying to get Jexport function to run over my chosen data, but I'm unsure about essbase column format compliance when extracting single month (header + added #Mi's?). Will retry and get back on this.
    Doug, yeah I could do that, but Outline modifications are done mainly by other people and quite often too, so this may be a single point of failure in the future.
    Anyway I'm half way to fully-automated process of getting outline structure (with OU OE) along with full column format level 0. I think I'm just going to parse this outside Essbase, as part of repacking and uploading to a remote site process. I need this to be ,,fire and forget'' process, so anything coupled too much with essbase (variables, UDAs, minor setting changes in structure) may become a hard to trace breaking point later.
    Still -- any help and suggestions appreciated.
    Cheers,
    S.

  • Essbase integration services

    Hi Techies,
    Good Morning to all.
    I am working on EIS 9.3.1 version.
    Just i have quetion to all of my friends.
    Already i am having one olap model & metaoutline & data loaded successfully & that project got completed.
    Now new requirement like they want to load the data in the same existing cube from different datasource (SQL).
    Is it possible?? there is any other way??
    Please suggest me ...
    Thanks in advance.

    If you dont need to change the essbase structure to accept the data from the another datasource.
    You can directly load the data into essbase using SQL connection and rule file from the EAS itself.
    Note:
    Check the data which you are trying to load from another source is overwriting any thing which is already exists in the cube.
    Best solution:
    Club both the fact tables into a single
    Do the necessary changes to the dimension tables so that resultant essbase will accept the complete data.
    Build a single OLAP model to map and load the both data sources.

  • Essbase Migration 6.5 to 9.3.1

    Hi,
    I saw there are multiple posts about subject "migration from 6.5 to 9.x" but it's quite confusing.
    At some posts, it indicates that we need to go 6.x.->7.x->9.x.
    (Migration From Essbase 6.1 to System 9
    At some posts, it indicates we can directly (6.x-> 9.x) go ahead with migration.
    In Hyperion docs, there is no clarification about it.
    As i am quite familiar with 9.x, I can't see any challange on it.
    I belive Essbase structure migration should be stright forward however there may be some issues on user migration.
    Can somebody please throw some light on it and what are the steps which need to take care.
    Thanks for your help.
    regards,

    Hi,
    Simplest way to migrate from 6.5 to 9.3.1 is - Install Essbase 9.3.1 on a new server and then user migration wizard from administration services to migrate all apps, dbs, users etc from 6.5 to 9.3.1.
    I have done it in my project.
    Hope it answers you.
    Atul K,

  • OBIEE Error 'Root XML Node nqw not found in island!'

    Hello,
    After I altered my Hyperion Essbase structure, my OBIEE Reports don't open.
    I increase one generation in my accounts hierachy, and now when I try open my OBIEE reports, I get the follow error:
    "Root XML Node nqw not found in island"
    Any help?
    Thanks,

    Hi Naresh,
    I hope you have resolved the issue by this time.
    In my case, it was related to an invalid filter on the report.
    I have removed the filter by updating the report .xml file from Catalog Manager.
    Hope this helps other with similar issue.
    Thanks,
    Ravi

  • Making member in BM showing all possible members from all levels

    When i import essbase model with drag and drop option i get one additional member called, for example, Times - Default. It shows all available members from all levels of its dimension.
    How can i create similar member in relational model?

    I doubt that is possible with relational data because, unlike essbase structure, relational data do not allow you to store alias at design time.
    If you spell the business requirement here, we may be able to tell you any alternative.

  • Global Variable in Essbase unable to pull up dimension structure

    Hi!
    I have created a global variable in Essbase using which I want to select a dimension member in a Business rule. While trying to create the global variable in Essbase though, I cannot pull up the dimension structure in the Limits or Default value fields to view them. So even if I leave them blank and validate the business rule that uses this global variable, and if I try to select a member from the dimension that this variable references, I get this error "Null child not allowed".
    In the global variable settings, even if I type in a value manually in the default value field and use this global variable in a business rule, I get the same error.
    This global variable itself can pull up the structure of other dimensions. It is only this one dimension that is giving me trouble. Do I have to make any dimension setting changes? I have checked the settings/security and they seem to be identical to the other dimensions that work fine.
    This is the 9.3.1. world and I am doing these changes in the EAS console client (not the web version).
    Any pointers will be appreciated.
    Thanks!
    NJ

    It looks like global variable cannot handle a hierarchy that is about 1800 members strong directly under the root. So I had to move the members under a 'dummy' rollup member under the root and now the business rule can bring up the hierarchy wrt the global varaible.

  • ODI and Essbase - question about updating structure (temp otls)

    Hi,
    versions:
    ODI 11.1.1
    essbase 11.1.2.2.1 (linux)
    I'm running an interface that intends to update a dimension structure with the data from my respective dimension in Oracle relational. Actually a pretty simple interface using the KM "IKM SQL to
    Hyperion Essbase (METADATA)". The execution is running fine with no errors and the structure is updated as expected, however we noticed that there are otl files being created in a tmp folder and they're never deleted. This folder is in the essbase server (/tmp). If I run this interface many times in a day, I'll have as many files in this folder as executions I did. So my question is if anybody knows why those files are being created and why they are not removed from there when the interface execution ends.
    Thinking ahead, I'll have to create a shell script to clean up this folder in order to never have storage issues with those temporary otl files.
    Thanks in advance for any contributions
    Eduardo

         Agreed.     
         I also think those files were created by the java APIs. Just for testing purposes, I ran the rule manually and those otls were not created. This is one more reason for me to believe on this theory.
         However, what makes me think is: no one else got this issue? What are you guys doing with those files?
         Maybe there is some setup I have to do and those files will not be created anymore.
    Thanks,
    Eduardo

  • Reverse Engineer in models doesnt give the right structure from Essbase

    Hi,
    I have created Hyperion essbase(source)/Oracle(target) Data sources,Physical Schemas,Logical Scemas and have linked them with the context.
    When I create a model - I hadTechnology as Essbaseand the right physical schema -
    In the reverse engineer tab, I have correctly selected RKM Hyperion Essbase,Types pf objects is table.I had set True to multipls columns and had given the data column as Accounts - and the data column members as "Sales","Cogs"
    Now when I reverse engineer, I assumed the columns should be populated as (dim1,dim2,Sales,Cogs) - But what i get is (dim1,dim2,Account,Sales,Cogs,Data) - The account member and data also comes along in the column. Any idea where i am missing out this?
    Eventually when i execute the interface, I am ending up in an error "com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Invalid column in the source"
    Please share your thoughts...
    Leo jose.

    Hi,
    Please ignore, it is just that when a model is reverse engineered, it is having the old in memory and the new changes made in the model is getting appended along with the old dimension information creating some confusion.just did it with a different application and is giving desired results.I asked and I answered :)

  • Essbase Log to a Cube

    I am looking for a download that was there on Hyperion forum download before Oracle buy out or some where. The download kit was to load Essbase Log to an Essbase Cube to help analyze the activity. Kit includes .rul file and base outline structure etc.
    I will highly appreciate if anybody knows where to get it. Thanks in advance.
    I know if I can spend some time I can development it but I would like use download kit rather than re-inventing the "wheel".

    Hi Rajsheel,
    I also required the above mentioned application code for essbase log analyse and purging activities.
    Can you please let me know about some concepts to purge the Essbase logs.
    my mail id is [email protected]
    Thanks in advance!!
    Deepak

  • After Upgrade from 11.1.1.3 to 11.1.2.2 Essbase Application Not Shown in Calculation Manager

    I have upgraded from EPM 11.1.1.3 to 11.1.2.2 and now want to import Business Rules to Calculation Manager for use with Essbase.
    However I cannot see my Essbase Application in Calculation Manager; (only the provided sample applications are shown in the hierarchy)
    How do I check my configuration? How does Calculation Manager connect to Essbase and find my app?
    I haven't knowingly altered Essbase server/port details during the upgrade as I opted not to re-host.

    Yes the EAS schema was upgraded by the configurator.
    I ran upgrade_ps2.sh (unix) without changing any configuration just to see what it does and (after I had to manually create the directory structure for the log file) it created an HBRrules.xml file successfully fo the first time under EPMData/planning (The missing log file directory structure may have been why the configurator didn't create the HBrrules.xml file at the first attempt during the Planning upgrade)
    Anyway not entirely sure where upgrade_ps2.sh got its rules information but the file it created was very similar to the HBR file exported from EAS prior to starting the upgrade.
    I attempted a 'migrate' again with Calculation Manager but still get the "No objects were found in the document for importing", i.e. kind of back to square one.
    I really need to understand what is Calc Managers problem?
    Q .What server should the upgrade_ps2.sh be run on? Planning or Shared Services? (I did it in on both)
    Q. How can I get Calc Manager to tell me more with logging or tracing somehow?
    Any other suggestions gratefully received
    Many Thanks

  • Essbase Add-In Drill Down Error

    Hi
    When double clicking to zoom down in excel, excel crashes. I can use other features ok, and s/sheet retrieves ok if I select members first. I am using;
    Essbase V11.1.1.3
    Windows XP SP3 (recently upgraded from SP2)
    Excel 2003
    Hyperion components (Essbase databases / Planning / Reporting / Shared Services) are hosted on virtual servers.
    I have tried uninstalling Smart View and reinstalling Essbase on my laptop, but Excel still crashes.
    Although I recently installed SP3 (and this may coincide with the error), other users in the company also upgraded to SP3 are unaffected.
    Not sure how to uninstall the add-in, but did deselect, the reselect the add-in (Tools - Add-Ins).
    Any ideas?
    Thanks
    Adrian

    Adrian Leigh wrote:
    3. Copied the .dll files from the bin folder above to the c:\Windows\System32 folderThis solved your problem for now but may cause you further headaches in the future if and when you upgrade. I strongly recommend that users resolve the issue with the PATH statement so the appropriate files are found first in the essbase\bin directory structure.
    When I have seen this in the past, it was discovered by running SysInternals Process Manager, finding the appropriate process, then looking at the dlls, their versions and load directories, and seeing that mismatched dll versions were loaded into memory at the same time. That is almost guaranteed to crash.
    Tim Tow
    Applied OLAP, Inc

  • How to check if the member exists in essbase cube using IF cond.

    Hello,
    I have a requirement to validate certain accounts and if they exist or not and use them in calc. We have certain list of percent accounts which have some driver amounts. If the user selects the parent account, it should automatically calc with percent accounts to generate the values for all its children.
    The issue is we have lots of accounts and lots of percent accounts, its not that all accounts have the percent accounts. thats the problem.
    When I Fix at a high level of accounts, am getting this error which says that member doesnt exists and return empty member set.
    Error executing formula for [Revcnt] (line 49): attempt to cross a null member in function [@X]
    Its the same even if I use Set Emptymembersets ON;
    The script is below,
    FIX(@Relative({SelectAccount},0),
    "Revcnt"(
    IF(@ISMBR(@MEMBER(@CONCATENATE(@NAME(@CURRMBR("Account")),"%"))
    Condition ;
    ENDIF);
    ENDFIX
    Is there a command to validate if the member exists in the cube or not???
    We are using 11.1.2.1 Essbase on Windows 64bit.

    The silly question first:
    Why not user dynamic calc for the members you need? When updating the structure, you create the formula. Your verification if a member exists will be done in, for example, a select statement that create the dimension.
    Now the complex idea:
    Is it possible in your application recreate the script every time you update the dimension?
    My example:
    Here we have a cube that change the account dimension very often. So the cube have an CalcScript that need to be updated every time the dimension changes.
    For that purpose, we have a process that read the database and recreate the calc with the correct members.
    I never tested that solution with calc manager, but i think it's less complex than recognize the member itself during calculation.

  • Loading members to Essbase using ODI

    Hi All,
    We are planning to use ODI to load members from Oracle database to Essbase using ODI. Should we convert all the dimension tables in Oracle database to Parent-Child relation and then load it or can we use the existing hierarchial structure in Oracle database.
    Thanks in Advance.
    Kannan.

    Hi,
    If you reverse engineer an essbase cube it creates columns :- ParentName, MemberName.
    When you load metadata into essbase using ODI it will need to be mapped against Parent and Member, to make it easier it would be useful if your source data is in parent/child format.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Photo book what does it do?

    What does photo book do? pictures?

  • Entering multiple entries in ZTABLE after changing a key field to nokey.

    HI Experts, This is Hema Iam new To ABAP. My senario is I have created a ZTABLE with companycode, GLAccount, costcenter,profitcenter,plant. AT first my table has companycode and GLaccount has key fields.. But to enter the multiple entries for cocode

  • Scan from Photoshop CS4

    Hi all, i have a samsung multifunction printer and would like to use it on the G5 to scan out of PS. The model is an scx-4200r and before i bought it i checked that Mac OSX (10.3. - 10.6.) would be supported. I installed the printer and scanner softw

  • Lightroom 4.0: Troubleshooting Video Codecs?  Fix grey thumbnails?

    Hello. I just purchased and installed Lightroom 4.0 - excited that it would be able to help manage my videos as well as pictures. Everything works fine for some of my videos (from my Canon cameras), but older videos from my Olympus cameras (including

  • Finding a Rogue Formula

    Post Author: mfewtrell CA Forum: .NET Hi there I have a report on which I have changed the bindings (so that the report data now comes from a dataset). When I run the report I get an exception: Error in formula  <Object_Visibility>. 'PercentOfDistinc