Essbase Studio--cannot set essbase properties at parent level

Hi,
I have a recurssive hierarchy product dimension.Source is an oracle table something like
Parent child alias
P p1 ap1
p p2 ap2
p1 p11 ap11
p1 p12 ap12
I have an self-join between parent and child column and have no issues related to hierarchy building
However i am able to set an alias to all other members except the member P.
Any advice on the issue will be helpful!!!
Regards,

Is P the Dimension name?
For example the dimension is entity and the hierarchy is
Entity all entities
Entity Alternate pollup
All Entities zzz
If so, you would set the properties directly for the Dimension member
IF it is not, then can you add where P is a child of the dimension member?
In recursive hierarchies, you should only be setting the properties on the child members as they should be the parent of other members or the level zero members themselves

Similar Messages

  • Essbase Studio: Error building essbase cube

    Hi guys.
    When I deploy an ASO cube, I receive this message:
    "Error al generar el cubo de Essbase.
    Provocado por: Error al cargar datos en la base de datos: bd25.
    Provocado por: Cannot Load buffer Init. Essbase Error (1013295): Server Request Fails with error code [1019002]".
    I apreciate your help.
    Thank you in advance.
    Carlos.

    Add the following property to the Essbase Studio server.properties file (at the end of the file):
    server.essbase.streamingCubeBuilding=true
    The file is located in the <ORACLE_MIDDLEWARE>\user_projects\epmsystem1\BPMS\bpms1\bin

  • Cannot set the properties of an itemrenderer in sdk 4

    Hi,
    I have a project working in sdk 3 that creates an item renderer for a grid, and passes the field index to the renderer. In sdk 4, the
    property is null. Is this a bug? (code truncated)
    <?xml version="1.0"?>
    <mx:HBox xmlns:mx="http://www.adobe.com/2006/mxml" horizontalScrollPolicy="off" verticalScrollPolicy="off" horizontalGap="5" paddingLeft="6" implements="mx.core.IFactory">
        <mx:Script>
            <![CDATA[
                [Bindable] public var fieldIndex:int = -1;
                public function newInstance():*
                    return new statusItem();
                override public function set data(value:Object):void { 
                    super.data = value;
                    var status:String = "";
                    var statusImg:String = "";
                    if (value != null && value.length > 0 && fieldIndex > -1)   {
                        status = value[fieldIndex];       
                        if (status != null && status.length > 0) {
                            switch(status.toLowerCase()) {
                                case "open" : img.source = Icon1;
                                            break;
                                case "closed" : img.source = Icon2;
                                    break;
                                default : img.source = Icon9;
                                    break;
                    else {
                        img.source = errorIcon;
            ]]> 
        </mx:Script> 
        <mx:Image id="img" source="{blankIcon}" verticalAlign="middle" width="10" height="10" /> 
        <mx:Label id="lbl" text="{data[fieldIndex]}" /> 
    </mx:HBox> 
    parent code
    var sRenderer:ClassFactory = new ClassFactory(statusItem);
                                                sRenderer.properties = { fieldIndex: x };
                                                dgc.itemRenderer = sRenderer;
    It is simple code that works in version 3, but not in version 4.
    thanks,
    Jon

    Okay, I cant remember whether it was NULL.
    All I know is that it is not being set using SDK 4 and it works perfectly in SDK 3.
    Jon

  • Cannot set project properties

    When I attempt to set the project properties in LiveType, I get the following error:
    "An unexpected error occurred."
    "(Modal session requires modal window)"
    This comes up whether I create a blank project, or create one from a template. In short, I am unable to establish any properties in my project at all.
    Has anyone else seen this?
    Thanks!
    Brian

    A bit of Google research: one or more files that tell Mac OS X how to build the LiveType interface are broken.
    Delete the LiveType application and associated .pkg files in Library/Receipts.
    Reinstall LiveType from the main FCS disk.

  • Essbase Studio Fails Validation  - Incorrect Server.properties path

    I've tried to figure this out on my own, but I just can't seem to get it.
    During the validation script of EPM 11.1.1.3 (Windows Server 2k3), I get the following error for Essbase Studio:
    Start running Essbase Studio Server
    Essbase Studio Server failed.
    Connecting to Essbase Studio Server... - failed
    Error:Logging configuration file is not found. Expected filename is D:\Hyperion\common\validation\9.5.0.0\.\server.properties
    Network communication with the server failed
    Clearly, it looks like the path is incorrect (the extra .\ between 9.5.0.0 and server.properties)
    However, I can't seem to find where this path is set. I've looked at a bunch of the files that make up the validation script, but they seem to point to compiled JAVA files that can't be edited.
    Anyone have any ideas around where I can correct this path?
    Of note, Essbase Studio does in fact work, I just want to fix this validation script so that any real issues will be pointed out.
    thanks
    Edited by: PtotheC on Jan 20, 2010 4:12 PM

    Also, this error causes it to FAIL the validation that is generated.
    Essbase Studio is RED in the HTML that is generated.
    I would assume if it is common, other people would be noticing that too?

  • Setting up essbase studio on a laptop

    can you set up studio using a window 7 as your OS and it being a Laptop
    and what is the process
    Error connecting too Essbase Studio Server
    Please advise

    Essbase / Essbase Studio
    PASSED     CFG: Configuration     Validating that configuration tasks have been completed     0 seconds
    PASSED     DB: Database Connectivity     Checking connection to database jdbc:oracle:thin:@Nextlevel-PC:1521:Hyperion     0 seconds
    FAILED     ESS: Essbase Studio Server     Validating Essbase Studio Server connection
    Error: Network communication with the server failed. Check your network connection and try again.
    Recommended Action: Start application     1 seconds
    PASSED     EXT: External Authentication     Check Native Directory external authentication provider configuration     0 seconds
    PASSED     REG: Configuration     Checking if product has only one product node in registry.     0 seconds
    I have started the service..
    when login on to studio
    do i need to set up a different server than the on i am using for Essbase
    EssbaseCluster-1
    and if so how
    Please advise
    Edited by: Next Level on May 27, 2012 2:29 PM

  • Start Essbase Studio Error

    Dear all,
    I'm very new to hyperion. I installed foundation services, essbase and planning and configured them. then i installed essbase studio through EssbaseStudioConsole and started the system using Start EPM System. When i run EPM System Diagnostic, everything passed except for this error:
    FAILED ESS: Essbase Studio Server Validating Essbase Studio Server connection
    Error: Network communication with the server failed. Check your network connection and try again.
    Recommended Action: Start application
    1 second
    What could cause such an error?I am looking for what stuff in the environment that Essbase Studio depends on, but cannot find an.
    Any help is much appreciated,
    Zain

    Thanks people for the replies.
    I'm using Hyperion 11.1.2.2 on Windows 2008 SP2 32 bits and Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production. the database resides on a different server and i have only the DB client installed on the same machien as the hyperion applications. This is not a fresh installation, i did one before but failed so i formatted the driver where i installed hyperion. i'm not using any patches
    Yes, the service Hyperion Studio Service BPMS bpms1 is started.
    when i checked the Essbase Studio log, i found this:
    [2012-08-07T05:25:41.728-07:00] [hyperion] [NOTIFICATION] [] [com.hyperion.cp.util] [host: DC-HYPERIONT01] [nwaddr: 10.0.41.33] [tid: 10] [userId: system] [ecid: 0000J^133YV7a60_zxw0yW1G8G_5000000,0] [SRC_CLASS: com.hyperion.cp.util.PropertyManager] [SRC_METHOD: loadProperties] Server configuration file: D:\INSTALL07082012\user_projects\epmsystem1\BPMS\bpms1\bin\server.properties.
    [2012-08-07T05:25:41.822-07:00] [hyperion] [NOTIFICATION] [ESSSTD-183054] [com.hyperion.cp.server] [host: DC-HYPERIONT01] [nwaddr: 10.0.41.33] [tid: 10] [userId: system] [ecid: 0000J^133YV7a60_zxw0yW1G8G_5000000,0] [SRC_CLASS: com.hyperion.cp.server.ServerMain] [SRC_METHOD: initServer] Logger configuration file: D:\INSTALL07082012\user_projects\epmsystem1\BPMS\bpms1\bin\logging.xml.
    [2012-08-07T05:25:41.822-07:00] [hyperion] [NOTIFICATION] [ESSSTD-183044] [com.hyperion.cp.server] [host: DC-HYPERIONT01] [nwaddr: 10.0.41.33] [tid: 10] [userId: system] [ecid: 0000J^133YV7a60_zxw0yW1G8G_5000000,0] [SRC_CLASS: com.hyperion.cp.server.ServerMain] [SRC_METHOD: initServer] Starting up.
    [2012-08-07T05:25:41.822-07:00] [hyperion] [NOTIFICATION] [ESSSTD-183045] [com.hyperion.cp.server] [host: DC-HYPERIONT01] [nwaddr: 10.0.41.33] [tid: 10] [userId: system] [ecid: 0000J^133YV7a60_zxw0yW1G8G_5000000,0] [SRC_CLASS: com.hyperion.cp.server.ServerMain] [SRC_METHOD: initServer] Oracle Essbase Studio Server. Version 11.1.2.2.100, Build 2175, March 23 2012. Copyright © 2008 - 2012, Oracle. All rights reserved
    [2012-08-07T05:25:51.025-07:00] [EPMAUDITCLIENT] [NOTIFICATION] [EPMAUDClient-11002] [oracle.EPMAUDITCLIENT] [host: DC-HYPERIONT01] [nwaddr: 10.0.41.33] [tid: 10] [userId: system] [ecid: 0000J^133YV7a60_zxw0yW1G8G_5000000,0] Client Enable Status false
    [2012-08-07T05:25:51.025-07:00] [EPMAUDITCLIENT] [NOTIFICATION] [EPMAUDClient-11000] [oracle.EPMAUDITCLIENT] [host: DC-HYPERIONT01] [nwaddr: 10.0.41.33] [tid: 10] [userId: system] [ecid: 0000J^133YV7a60_zxw0yW1G8G_5000000,0] Audit Client has been created for the product HUB-11.1.2.0
    [2012-08-07T05:25:52.322-07:00] [hyperion] [WARNING] [ESSSTD-144002] [com.hyperion.cp.driver.util] [host: DC-HYPERIONT01] [nwaddr: 10.0.41.33] [tid: 10] [userId: system] [ecid: 0000J^133YV7a60_zxw0yW1G8G_5000000,0] [SRC_CLASS: com.hyperion.cp.driver.util.DriverClassLoader] [SRC_METHOD: <init>] Failed to load driver for sap.
    [2012-08-07T05:25:52.322-07:00] [hyperion] [WARNING] [ESSSTD-144002] [com.hyperion.cp.driver.util] [host: DC-HYPERIONT01] [nwaddr: 10.0.41.33] [tid: 10] [userId: system] [ecid: 0000J^133YV7a60_zxw0yW1G8G_5000000,0] [SRC_CLASS: com.hyperion.cp.driver.util.DriverClassLoader] [SRC_METHOD: <init>] Failed to load driver for teradata.
    [2012-08-07T05:25:52.322-07:00] [hyperion] [WARNING] [ESSSTD-144002] [com.hyperion.cp.driver.util] [host: DC-HYPERIONT01] [nwaddr: 10.0.41.33] [tid: 10] [userId: system] [ecid: 0000J^133YV7a60_zxw0yW1G8G_5000000,0] [SRC_CLASS: com.hyperion.cp.driver.util.DriverClassLoader] [SRC_METHOD: <init>] Failed to load driver for netezza.
    [2012-08-07T05:25:53.166-07:00] [hyperion] [ERROR] [ESSSTD-043002] [com.hyperion.cp.catalog] [host: DC-HYPERIONT01] [nwaddr: 10.0.41.33] [tid: 10] [userId: system] [ecid: 0000J^133YV7a60_zxw0yW1G8G_5000000,0] [SRC_CLASS: com.hyperion.cp.catalog.Catalog] [SRC_METHOD: initialize] Catalog.CannotInitializeStorage=Cannot initialize catalog storage. Make sure the server.properties file contains the correct information.[[
    com.hyperion.cp.catalog.exceptions.CatalogInitializationException: catalog.CatalogInitializationException.StorageInitializationFailure
         at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:235)
         at com.hyperion.cp.catalog.transaction.TransactionManager.initialize(TransactionManager.java:64)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:106)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:194)
         at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:81)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:169)
         at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:71)
         at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1318)
         at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:184)
         at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:130)
         at com.hyperion.cp.server.ServerMain.initServer(ServerMain.java:209)
         at com.hyperion.cp.server.ServerMain.main(ServerMain.java:289)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:229)
         ... 12 more
    Caused by: com.hyperion.cp.catalog.exceptions.CatalogInitializationException: The database 'System' does not contain Studio Catalog tables. Please verify the value of the parameter 'catalog.db' in server.properties file.
         at com.hyperion.cp.catalog.storage.StorageEngine.validateSignature(StorageEngine.java:151)
         at com.hyperion.cp.catalog.storage.StorageEngine.<init>(StorageEngine.java:95)
         at com.hyperion.cp.catalog.storage.SQLStorageEngine.<init>(SQLStorageEngine.java:20)
         ... 17 more
    Many thanks again :)

  • First Time Logon to Essbase Studio

    I trying to log on for the first time logon to Essbase studio
    Server : http://CLBBIETLDV.corp.rfpco.com
    user XXXXXX
    Password XXXXX
    Error
    Cannot connect to the specified server: unresolvable network address. Verify the network address and try connecting again.
    Please advise

    Essbase / Essbase Studio
    PASSED     CFG: Configuration     Validating that configuration tasks have been completed      0 seconds
    PASSED     DB: Database Connectivity     Checking connection to database jdbc:weblogic:sqlserver://CLBIDBDV.corp.rfpco.com:1433;databaseName=ESSBASE      0 seconds
    PASSED     ESS: Essbase Studio Server     Validating Essbase Studio Server connection      0 seconds
    PASSED     EXT: External Authentication     Check Native Directory external authentication provider configuration      0 seconds
    PASSED     REG: Configuration     Checking if product has only one product node in registry.      0 seconds

  • Essbase studio on Linux

    Hi Experts,
    Very quick question for you all !!!
    Can we have Essbase studio to build Essbase application on Linux??
    Which environment is better for EPM system, Windows or Linux??
    --Thanks in advance--

    I want to run below products on based on your opinion...
    Oracle Hyperion Shared Services
    Oracle Hyperion Planning
    Oracle Hyperion Essbase
    Oracle Hyperion Reporting and Analysis (Financial Reporting)
    Oracle Hyperion Financial Management (HFM)
    Oracle Hyperion Financial Data Quality Management (FDQM)
    I would like to run all above products either on Windows or Linux(no mixed mode)
    Your comments please !!

  • How to launch Essbase Studio Console  - EPM 11.1.2

    Hi All,
    I have installed EPM 11.1.2 sucessfully and I would like to start the Essbase Studio Console but Essbase Studio Console shortcut is missing.
    Start > All Programs > Oracle EPM System > Essbase > Essbase Studio > Essbase Studio Console.
    Not sure how to start the eStudio? I can see other shortcuts "Start Server", "Stop Server", "Start Commandline Client"
    Regards
    B

    Hi John,
    I have downloaded the two parts "Oracle Essbase Release 11.1.2.0.0 Part 1 of 2" and "Oracle Essbase Release 11.1.2.0.0 Part 2 of 2" and completed the installation, haven't downloaded the client software.
    You mean I should have also downloaded Oracle Essbase Clients Release 11.1.2.0.0 for Microsoft Windows(V20792-01) and installed then? My installation is completed already, can I download now and re-do it again? will that re-install Essbase & Essbase Studio again?
    Appreciate your comments.
    Thanks
    B

  • Essbase Studio Data Load error java.lang.NullPointerException

    Guys I am getting a termination with errors on data load using Studio (Essbase Studio 11.2.1.00 / Analytic Services java.lang.NullPointerException. I have done some research but getting dead-ends. I faced this error before and managed to resolve it by truncating some member names that were too long. Any ideas what is causing it?

    Hi Dr. Tas,
    Can you update the Essbase Studio server and Essbase Server log when the load fails.
    KosuruS

  • How to set alias using Essbase Studio?

    I have read through P113-P118 "Oracle Essbase Studio User Guide" about the how to set up alias. It seems easy t create the Alias Set according to the document.
    I want to set 100-10 alias as "Cola", the information comes from the TBC relational database. The product table in RLDB has field SKU and SKU_Alias columns, the value of SKU is: 100-10,100-20, etc.
    My binding is:
    Source: SKU
    connection : TBC::TBC.Product.SKU_ALIAS
    This is using the grammer in page 115
    connection :
    \'<logical_source_name'::'<physical_data_source_name>.<physical_tabl
    e_name>'.'<physical_column_name>'
    But after I deployed the cube, I cannot see the product alias name as expected from EAS? I tried 100 times, but cannot find what's wrong with me. Please advise, thanks!
    My question: How to set up or associate the alias set with the product items from Essbase Studio so that I can see it from EAS? thanks! Bob
    Edited by: user2571802 on Jan 10, 2010 9:38 PM

    First it may be useful to convert the EIS TBC model to Studio, to do this you would have to configure EIS and create the TBC sample application.
    Once it has been created in Studio you can go to Tools > EIS Catalog migration and migrate the TBC app from EIS to Studio.
    If you use this method all the aliases etc will be already set up so you can see how it is done.
    To set up Aliases you would go to
    Tools > "Alias set Manager" > Create a new alias say "Default" and add a binding e.g. PRODUCTDIM.SKU to PRODUCTDIM.SKUALIAS
    Then on your Model right click "Essbase Properties" > Alias tab > Select the Default alias table and move to the selected tables window.
    This should of then assigned the default table, if you check the properties of say PRODUCTDIM.SKU in the alias tab Default and the mapping should be shown.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Does essbase studio support Parent/Child build method

    Hi,
    I am trying to build essbase outline from Essbase studio where my source data is in Parent child format. Dimension hierarchies are not built correctly with this build method.. all members are appearing as siblings... could you please confirm if essbase studio does support Parent Child build method... so that i can try to fix the bugs at source if there are any. Thanks for your help in advance.
    Regards,
    Praveen

    HI John and Glenn,
    Thank you very much for your help. I have now built essbase outline with recursive hierarchies.
    I have total 11 dimensions and 1 fact table. During the cube schema built, chosen fact table column 'Amount' into measures/measure, 11 hierarchies into hierarchy section... and one dimension as "Account" dim from the 11 dims. The data load is failing with the below error:
    Failed to deploy Essbase cube.
    Caused by: Failed to load data into database: CurrrASO.
    Caused by: Cannot get async process state. Essbase Error(1003007): Data Value [8.23326e+007] Encountered Before All Dimensions Selected, [1] Records Completed
    The native sql issued by Studio does not contain the dimension column which is designated as Account dim. I have used custom sql (included one column from each of the 11 dims) but here the data value is also treated as member name and all the records are rejected.
    Member 37356.617844 Not Found In Database
    [2] Mar USD No Segment FY07 Actual-Detail E345 D310 R00 P0000 PL000 7306 37356.617844
    I cant open the rules files in AAS console to check what was going on.. so need your help to understand where i am going wrong.
    Thanks,
    Praveen
    Edited by: user8627339 on Dec 22, 2010 10:26 PM

  • Essbase Studio Error:-com.hyperion.cp.driver.util.DriverException: Cannot g

    Hello All,
    I'm using EPM 11.1, The Essbase studio has some error while starting server. I started 1day before it worked fine but today it is causing problem please help
    -------------- Exception --------------
    com.hyperion.cp.driver.util.DriverException: Cannot get database information.
         at com.hyperion.cp.driver.adapters.sql.SQLConnection.executeStringQuery(SQLConnection.java:559)
         at com.hyperion.cp.driver.adapters.sql.oracle.OracleConnection.executeStringQuery(OracleConnection.java:287)
         at com.hyperion.cp.driver.DriverEngine.executeStringQuery(DriverEngine.java:132)
         at com.hyperion.cp.catalog.Catalog.createStorage(Catalog.java:193)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:135)
         at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
         at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
         at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1299)
         at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:166)
         at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:128)
         at com.hyperion.cp.server.ServerMain.main(ServerMain.java:202)
    Caused by: java.sql.SQLException: ORA-00955: name is already used by an existing object
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:74)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1030)
         at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:183)
         at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:936)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1222)
         at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:1770)
         at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1739)
         at oracle.jdbc.driver.OracleStatementWrapper.execute(OracleStatementWrapper.java:298)
         at com.hyperion.cp.driver.adapters.sql.SQLConnection.executeStringQuery(SQLConnection.java:540)
         ... 13 more
    11:46:55 12/06/09 (system) INFO Exploration time(sec): 8
    11:46:55 12/06/09 (system) SEVERE Cannot initialize catalog storage. Make sure that server.properties has correct information
    -------------- Exception --------------
    com.hyperion.cp.catalog.exceptions.CatalogInitializationException: catalog.CatalogInitializationException.StorageInitializationFailure
         at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:97)
         at com.hyperion.cp.catalog.catalogs.relational.PropertyObjectCatalog.<init>(PropertyObjectCatalog.java:89)
         at com.hyperion.cp.catalog.Catalog.init(Catalog.java:313)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:99)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:143)
         at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
         at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
         at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1299)
         at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:166)
         at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:128)
         at com.hyperion.cp.server.ServerMain.main(ServerMain.java:202)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.GeneratedConstructorAccessor6.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:91)
         ... 13 more
    Caused by: com.hyperion.cp.catalog.exceptions.CatalogInitializationException: No column found for id_oid in table HYPUSER.CP_NONE_PROPERTIES_BOOLEAN
         at com.hyperion.cp.catalog.storage.StorageEngine.validateSignature(StorageEngine.java:207)
         at com.hyperion.cp.catalog.storage.StorageEngine.<init>(StorageEngine.java:87)
         at com.hyperion.cp.catalog.storage.SQLStorageEngine.<init>(SQLStorageEngine.java:20)
         ... 17 more
    ----------------------------------------

    Some things to check.
    Oracle is up and you can connect with the account you configured studio with.
    Check the oracle account you are using for studio has the correct priviledges.
    Check the connection details are correct in server.properties file in Hyperion\products\Essbase\EssbaseStudio\Server
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Parent-Child Relationships in Essbase Studio

    In Essbase Studio, I am defining a hierarchy in which a parent member (Wholesaler) is from one dimension table and child member (Rep) is from another. When I preview this hierarchy or build an outline to include it, a few of the Reps that should rollup to a certain Wholesaler are missing. They are not dropped, but Essbase Studio just never recognizes these Reps as being children of that Wholesaler in the first place. However, if I run a sql query against the source data mart with the correct joins, these missing reps do show up in the records of that Wholesaler. Also, the missing Reps are showing up fine in the hierarchy preview as long as I don't make them children of anything in the Wholesaler dim. So Essbase Studio is able to see these Reps, but just can't figure out how they are related to the given Wholesaler. Again, this is only happening for about 10% of the Reps for the Wholesaler. Other Reps are showing up fine in the parent-child relationship.
    In the source data mart, I don't see any NULLs or anything amiss in the records for the missing Reps. What other reasons would Essbase Studio not recognize a particular joined record?

    it really does sound like a join issue. You say if you just load the children without the parent, they load, but if you associte them to the parent, they don't. You might try when creating the joins to do a full outter join to see if they load and to what.
    One other thing you could try would be to create a user defined table that has the join in it. I've found data atype issues in joins from different tables before. Studio is very pickey about this
    Edited by: GlennS_3 on Oct 20, 2010 9:12 AM

Maybe you are looking for