Essbase Studio

Hi friends,
I need some help in creating cube using essbase studio
I have data in the following format :
Month , Employee , Region , Activity , Activity dates
Jan , ABC , CA , Intro_date , 01/01/2011
Feb , ABC , CA , offer_date , 02/01/2011
I want to load Activity in measures and activity dates as data (typed measures) . I am able to do this successfully using Rules files but i want to do it using Essbase studio since we also want to have drill through reports. How do i create measure hierarchy ?
Please advice.

Hi SatyaB,
My data is in following format :
Month , Employee , Region , Activity , Activity dates
Jan , ABC , CA , Intro_date , 01/01/2011
Feb , ABC , CA , offer_date , 02/01/2011
instead of
Month , Employee , Region , Intro_date, Offer_Date
Jan , ABC , CA , Intro_date , *01/01/2011, 02/01/2011*
where intro_date and offer_date goes in measures.
Kindly advice. I have already ordered "Look smarter than you are with Essbase studio" today, but it will take time to arrive and i kind off need to fix this before that if possible.
Any help will be appreciated.
Thanks

Similar Messages

  • Unable to load data into Essbase cube using Essbase Studio

    Hi
    We are creating an essbase cube using Essbase Studio using flat files as data sources.
    We have taken different hierarchies into different flat files and created one fact file having dimension intersection along with data.
    We are able to create the cube and the hierarchy but not able to load any data.
    We are getting the following error
    Failed to deploy Essbase cube.
    Caused by: Unable to perform dataload from more than one flat file.
    Could anyone please help on this?

    Oh this was killing me, so I did this test in 11.1.1.3:
    1) Excel 2007 format -- no go, Essbase didn't see it
    2) Excel 2003 format, three sheets -- only the first sheet was read into an empty rule
    3) Excel 2003 format, one sheet -- the first sheet was read into an empty rule
    4) Excel 95 format, one sheet -- the first sheet was read into an empty rule
    The lesson?
    1) Excel 2007/2010 sheets don't work (no surprise there as the .xlsx format isn't supported).
    2) Excel 2003 and lower (hey, if you have Excel 4, I'll bet that works as well) work, but only the first sheet is recognized.
    Regards,
    Cameron Lackpour

  • How to Clear Deployment History in Essbase Studio 11.1.2

    Hi All,
    I was unable to export the entire catalog in Essbase Studio 11.1.2.So,I posted the issue with Oracle Support and got reply as follows
    "found the failure for the export of entire catalog could be related to a large deployment history. In this case there are two options for 11.1.2.0.00 release
    1. Try to increase memory setting but on Windows 32-bit platforms ensure it should be below the maximum setting of 2048 MB.
    2. If it doesn't help, please try to clean-up deployment history."
    Which setting I have to increase
    (or)
    How to clear the deployment history for a Cube Schema Model.Thanks in Advance
    Regards,
    SatyaB

    increasing the memory have a read of section "Configuring Virtual Memory" - http://download.oracle.com/docs/cd/E17236_01/epm.1112/est_user.pdf
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error in access with Essbase Studio Console

    We get error to connect with Essbase Studio Console.
    "children for Root. Reason: Unknown package name 'drillthrough'.Line = 1."
    It is a new installation.
    EPM 11.1.2.2

    Hi,
    During the installation of Essbase Studio only, ess_es_server.jar and ess_japi.jar are missing. If you install both Essbase and Studio, they are not missing.
    This is due to unpublished bug 14232814 - DURING THE INSTALLATION ONLY STUDIO SOME .JAR FILES NOT INSTALLED
    Try the following:
    Stop Essbase Studio
    copy files into EPMSystem11R1\common\EssbaseJavaAPI\11.1.2.0\lib
    ess_es_server.jar
    ess_japi.jar
    If folder does not exist create it.
    1. Stop essbase Studio.
    2. Drop tables from relational database
    3. Recreate tables.
    4. Start Essbase Studio.
    Scripts for dropping & recreating catalog located under
    oracle\middleware\EPMSystem11R1\products\Essbase\EssbaseStudio\Server\database\common\db_name
    Hope it helps....
    KosuruS
    PS: If the above information is helpful, mark it :)

  • Essbase Studio Error in 11.1.2.2

    Hi Everyone,
    I have installed hyperion 11.1.2.2 in windows 2008 Server and configured sucessfully however when i click on essbase studio console i am getting the below error.
    A javaruntime environment (JRE) or java development kit (JDK) must be available. No Virtual Machine was found after searching the following locations.
    C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\Essbasestudio\console\jre\bin\javaw.exe
    javaw.exe is current path.
    i don't see the javaw.exe file in the above path. Kindly help me in this.
    Regards,
    AS

    If you edit
    <MIDDLEWARE_HOME>\EPMSystem11R1\products\Essbase\EssbaseStudio\Console\startStudio.bat
    then you will probably see "set JAVA_HOME=..." is pointing to an incorrect location
    As the Studio console is 32bit then it needs to point to a 32bit JRE e.g.
    set JAVA_HOME="E:\Oracle\Middleware\EPMSystem11R1\common\JRE"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ESSBase studio server is not running

    Dear All,
    When I run ESSBase studio server, I get below error. Kindly advice me on this.
    C:\Hyperion\products\Essbase\EssbaseStudio\Server>call ""C:\Hyperion\common\config\9.5.0.0"\setJavaRuntime.bat"
    Log file location is:
    C:\Hyperion\logs\esbstudio\server.log
    18:49:34 12/29/09 INFO Starting up
    18:49:34 12/29/09 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Build 090, June 25 2009
    18:50:41 12/29/09 (system) WARNING Failed to load driver for sap
    18:50:41 12/29/09 (system) SEVERE Cannot load Teradata connector
    18:50:41 12/29/09 (system) WARNING Failed to load driver for teradata
    18:50:41 12/29/09 (system) WARNING Failed to load driver for mysql
    18:50:41 12/29/09 (system) WARNING Failed to load driver for netezza
    18:50:41 12/29/09 (system) SEVERE Cannot initialize catalog storage. Make sure that server.properties has correct information
    -------------- Exception --------------
    com.hyperion.cp.catalog.exceptions.CatalogInitializationException: Cannot initialize data storage engine
    at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:53)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:97)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:156)
    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(Class.java:164)
    at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
    at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
    at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
    at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
    at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
    Caused by: com.hyperion.cp.datasources.exploration.sql.SqlExplorerException: Sql exploration exception
    at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.performExploration(SqlExplorer.java:237)
    at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.explore(SqlExplorer.java:143)
    at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:49)
    ... 11 more
    Caused by: com.hyperion.cp.driver.util.DriverException: Data Driver for url '%s' is absent or failed to initialize. Please see server start
    p log for more information.
    at com.hyperion.cp.driver.ConnectionManager.getConnection(ConnectionManager.java:102)
    at com.hyperion.cp.driver.DriverEngine.getConnection(DriverEngine.java:60)
    at com.hyperion.cp.driver.DriverEngine.executeStringQuery(DriverEngine.java:131)
    at com.hyperion.cp.datasources.exploration.Explorer.executeStringQuery(Explorer.java:138)
    at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.getCatalogs(SqlExplorer.java:456)
    at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.exploreSources(SqlExplorer.java:261)
    at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.performExploration(SqlExplorer.java:195)
    ... 13 more
    Thanks in advance,
    Best,
    Veeranna Ronad.

    Hi,
    The content of the server.properties is given below. Even after making suggested changes, the server is not running.
    I am running the server from the path "C:\Hyperion\products\Essbase\EssbaseStudio\Server\stopServer.bat".
    server.properties
    catalog.autoinit=true
    catalog.username=prototype_int
    transport.port=5300
    catalog.url=oracle\://10.1.126.248\:1521/ORCL
    catalog.password=T1JBQ0xF
    catalog.db=prototype_int
    server.hss.bpmApplication=BPM\:73317
    Below is the error.
    C:\Hyperion\products\Essbase\EssbaseStudio\Server>call ""C:\Hyperion\common\config\9.5.0.0"\setJavaRuntime.bat"
    Log file location is:
    C:\Hyperion\logs\esbstudio\server.log
    17:56:32 01/15/10 INFO Starting up
    17:56:32 01/15/10 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Build 090, June 25 2009
    javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8 when decrypting with padded cipher
    at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)
    at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)
    at com.sun.crypto.provider.DESCipher.engineDoFinal(DashoA12275)
    at javax.crypto.Cipher.doFinal(DashoA12275)
    at com.hyperion.cis.config.persistent.utils.Encrypter.decrypt(Encrypter.java:103)
    at com.hyperion.cis.config.persistent.utils.Encrypter.decryptString(Encrypter.java:130)
    at com.hyperion.cp.util.PropertyManager.getProperty(PropertyManager.java:143)
    at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:33)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:97)
    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(Class.java:164)
    at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
    at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
    at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
    at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
    at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
    17:56:38 01/15/10 (system) WARNING Failed to load driver for sap
    17:56:39 01/15/10 (system) WARNING Failed to load driver for mysql
    17:56:39 01/15/10 (system) WARNING Failed to load driver for netezza
    17:56:40 01/15/10 (system) SEVERE Cannot establish connection to Oracle server
    javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8 when decrypting with padded cipher
    at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)
    at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)
    at com.sun.crypto.provider.DESCipher.engineDoFinal(DashoA12275)
    at javax.crypto.Cipher.doFinal(DashoA12275)
    at com.hyperion.cis.config.persistent.utils.Encrypter.decrypt(Encrypter.java:103)
    at com.hyperion.cis.config.persistent.utils.Encrypter.decryptString(Encrypter.java:130)
    at com.hyperion.cp.util.PropertyManager.getProperty(PropertyManager.java:143)
    at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:33)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:97)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:156)
    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(Class.java:164)
    at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
    at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
    at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
    at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
    at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
    17:56:40 01/15/10 (system) SEVERE Cannot establish connection to Oracle server
    17:56:40 01/15/10 (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:155)
    at com.hyperion.cp.catalog.transaction.TransactionManager.initialize(TransactionManager.java:64)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:98)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:156)
    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(Class.java:164)
    at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
    at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
    at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
    at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
    at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
    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:494)
    at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:149)
    ... 12 more
    Caused by: com.hyperion.cp.catalog.exceptions.CatalogInitializationException: No table PROTOTYPE_INT.CP_NONE_TRANSACTIONS found
    at com.hyperion.cp.catalog.storage.StorageEngine.validateSignature(StorageEngine.java:193)
    at com.hyperion.cp.catalog.storage.StorageEngine.<init>(StorageEngine.java:87)
    at com.hyperion.cp.catalog.storage.SQLStorageEngine.<init>(SQLStorageEngine.java:20)
    ... 17 more
    Thanks in advance,
    Best,
    Veeranna Ronad.
    Edited by: Ronad on Jan 15, 2010 4:02 PM
    Edited by: Ronad on Jan 15, 2010 5:58 PM

  • Error while deploying Essbase studio

    Hi All,
    I need some help with the studio deployment error. I have created a bat script to run Maxl which will deploy essbase studio, then create some user defined measures using rules files and then calculation.
    When I ran the batch script first time, it was successful. Now its giving me the following error :
    BPM Connect Status: Success
    Failed to deploy Essbase cube.
    Caused by: Cannot begin incremental build. Essbase Error(1007151): Wrong incremental dimension build sequence
    BPM maxl deployment ...failure.
    Please help
    Thanks

    There is no issue for BSO cubes. Internally the BSO outlines are different from ASO cubes and this restriction does not appear in them. For ASO cubes, the problem is caused by deleting and readding dimensions. If you do incremental builds on dimensions, you will not have the 255 dimension issue, but the ASO outline will still grow. So the compaction utility in EsscmdQ is still valid for that.

  • Error in deploying the cubes in Essbase Studio

    I am getting below error when I try to depoly ASO cubes in Essbase Studio.
    ***Failed to deploy Essbase cube***
    ***Caused By: Error when retrieving data from SQL source***
    ***Caused By: Error when retrieving data from SQL source***
    ***Caused By: [Hyperion][DB2 JDBC Driver]SQLDIAGGRP was specified and not null.***
    I also checked the error log generated in the applications asking to increase the NETDELAY and NETRETRY COUNTS in ESSBASE.CFG, the config file. I made those changes, restarted the services and deployed again but in vain.

    There have been a number of MaxL bugs with encryption that produce 'Parse error near...' messages. If you login to Oracle Support and search the Knowledge Base on 'Parse error near' you will find them. I can't see anything specifically relating to 11.1.2.1 or a known defect in the release notes... ...I'd get a support ticket raised, if you haven't already.
    You don't mention platform, but I've also run into a bug running 'deploy' in 11.1.2.1 on a 64-bit Windows environment and there was a Unix bug too, but they both caused crashes so probably aren't your problem.

  • Essbase studio 11.1.2.1 problem

    First of all hello to all and please please help. I'm in the on-site poc engagement where we successfully loaded customer's hierarchies using essbase studio but we cannot somehow make it working with loading data.
    Few details:
    fact table is very large, around 16 M records and is based on Oracle DB.
    The message I'm getting after launching only load task says:
    Cannot join following sets of tables: 1. [connection : \'pko'::'POC_A.KREDYTY']
    2. [connection : \'pko'::'POC_A.DORADCA', connection : \'pko'::'POC_A.KAT_RYZYKA', connection : \'pko'::'POC_A.ORGANIZACJA', connection : \'pko'::'POC_A.OBSZAR', connection : \'pko'::'POC_A.TYP_KRED', connection : \'pko'::'POC_A.TYP_PROD', connection : \'pko'::'POC_A.KANAL', connection : \'pko'::'POC_A.TYP_RACH', connection : \'pko'::'POC_A.POC_PARMPF_AGR', connection : \'pko'::'POC_A.TERMIN', connection : \'pko'::'POC_A.LINIA', connection : \'pko'::'POC_A.PODMIOT', connection : \'pko'::'POC_A.SALDA', connection : \'pko'::'POC_A.TYP_OPROC', connection : \'pko'::'POC_A.DEPOZYTY', connection : \'pko'::'POC_A.WALUTA'].
    I don't understand that as I did created joins between fact table and dimension tables.
    In the log file I found following 2 sections:
    Section 1
    [2012-05-10T20:33:59.194-05:00] [hyperion] [NOTIFICATION] [ESSSTD-129007] [com.hyperion.cp.datasources.export.essbase] [host: demodrive] [nwaddr: 192.100.100.100] [tid: 37] [userId: demoadmin-2] [ecid: disabled,0] [SRC_CLASS: com.hyperion.cp.datasources.export.essbase.EssbaseMain] [SRC_METHOD: createEssbaseCube] Beginning creation of outline in database `essbase://bidemo:1423/?cluster=false#application=pko;database=pko`.
    [2012-05-10T20:34:01.473-05:00] [hyperion] [NOTIFICATION] [ESSSTD-129037] [com.hyperion.cp.datasources.export.essbase] [host: demodrive] [nwaddr: 192.100.100.100] [tid: 37] [userId: demoadmin-2] [ecid: disabled,0] [SRC_CLASS: com.hyperion.cp.datasources.export.essbase.EssbaseSigner] [SRC_METHOD: sign] Sign on Essbase `bidemo:1423` by CSS token successful.
    [2012-05-10T20:34:01.477-05:00] [EPMOHPS] [ERROR] [] [oracle.EPMOHPS] [host: demodrive] [nwaddr: 192.100.100.100] [tid: 37] [userId: demoadmin-2] [ecid: disabled,0] [SRC_CLASS: com.hyperion.dsf.server.framework.BaseLogger] [SRC_METHOD: writeException] Cannot create olap application. Essbase Error(1051031): Application pko already exists[[
    com.essbase.api.base.EssException: Cannot create olap application. Essbase Error(1051031): Application pko already exists
    Section 1
    [2012-05-10T20:34:01.485-05:00] [hyperion] [NOTIFICATION] [ESSSTD-129041] [com.hyperion.cp.datasources.export.essbase] [host: demodrive] [nwaddr: 192.100.100.100] [tid: 37] [userId: demoadmin-2] [ecid: disabled,0] [SRC_CLASS: com.hyperion.cp.datasources.export.essbase.EssbaseMain] [SRC_METHOD: createEssbaseCube] Beginning data load to database `essbase://bidemo:1423/?cluster=false.pko.pko`.
    [2012-05-10T20:34:01.507-05:00] [hyperion] [ERROR] [ESSSTD-127004] [com.hyperion.cp.datasources.export.essbase.util] [host: demodrive] [nwaddr: 192.100.100.100] [tid: 37] [userId: demoadmin-2] [ecid: disabled,0] [SRC_CLASS: com.hyperion.cp.datasources.export.essbase.util.EssbaseExportSupport$EssbaseExport] [SRC_METHOD: invoke] Unexpected exception in EssbaseExport prevented cube from being deployed.[[
    com.hyperion.cp.server.UncheckedException: Cannot join following sets of tables:
    1. [connection : \'pko'::'POC_A.KREDYTY']
    2. [connection : \'pko'::'POC_A.CZAS', connection : \'pko'::'POC_A.DORADCA', connection : \'pko'::'POC_A.KAT_RYZYKA', connection : \'pko'::'POC_A.ORGANIZACJA', connection : \'pko'::'POC_A.OBSZAR', connection : \'pko'::'POC_A.TYP_KRED', connection : \'pko'::'POC_A.TYP_PROD', connection : \'pko'::'POC_A.KANAL', connection : \'pko'::'POC_A.TYP_RACH', connection : \'pko'::'POC_A.POC_PARMPF_AGR', connection : \'pko'::'POC_A.TERMIN', connection : \'pko'::'POC_A.LINIA', connection : \'pko'::'POC_A.PODMIOT', connection : \'pko'::'POC_A.SALDA', connection : \'pko'::'POC_A.TYP_OPROC', connection : \'pko'::'POC_A.DEPOZYTY', connection : \'pko'::'POC_A.WALUTA']
    If I understand it correctly essbase studio doesn't allow to deploy app that is already there but the question is why it want to deploy when I select only load data task ?
    Also, can somebody tell me why I cannot setup custom sql ?
    I'd really appreciate your help as we can win million + deal
    Thanks!!!!

    I hear that there is a really good book available now on Studio (http://www.amazon.com/Look-Smarter-Than-Essbase-Studio/dp/1458362434/ref=sr_1_1?ie=UTF8&qid=1336684325&sr=8-1), you may want to see if that helps. Hopefully the very reasonable cost can be viewed as a good investment for that million + deal.

  • Essbase Studio Alternate Hierarchy Creation error

    Hi All,
    I'm using Essbase Studio to create an alternate hierarchy. I have a dim which has shared members and I'm getting the following error msg during cube deployment:
    1. Record #1- Member Name (SKU) already used i.e. the member for which I m trying to create shared member
         I m following the same procedure mentioned in the user guide i.e.
            Step1: create a copy of the dimension element that you want to designate as a shared member(Renamed SKU_copy with SKU_Diet). By making a copy, the binding expression for this element is the same as the original dimension element (SKU_Diet).
           Step2: when you create the second hierarchy in the chain, which is the alternate hierarchy, add a user-defined membas the parent and add the new dimension element (SKU_Diet) as the child, which will be the shared member.
         Even I m able to see the shared members (SKU_Diet) under user defined member "Diet" under the preview window (both by key binding and caption binding) as wel..
         But I m unable to see the shared members in EAS console after deploying the cube from Essbase Studio to EAS Console.
    I m not able to understand what I m missing exactly,.and suggest me other ways as well for creating alternate hierarchies in Essbase Studio.
    Thanks in advance..!!

    looks like similar issue..
    https://forums.oracle.com/thread/1555956
    It will work in genaration 2 not in genration 1.
    Thanks,
    mady

  • Data load error in essbase studio

    I get the following error when trying to load an ASO cube using Essbase Studio (EPM 11.1.2). This error doen't seem to be documented in any of the Essbase manuals. Question - does this error indicate an essbase server issue or a data source issue? I'm thnking it's datasource related, but my data source is an Oracle database, which I've used previously to load cubes without a problem. I've refreshed the source and can connect to it fine otherwise.
    Error:
    Data load started at: Fri Dec 03 08:52:21 EST 2010.      Data load elapsed time:  10 Minutes 23 Seconds.
    Failed to deploy Essbase cube.
    Caused by: Failed to load data into database: 8020.
    Caused by: Cannot execute a SQL query
    Caused by: Io exception: Socket read timed out
    Caused by: Socket read timed out
    Appreciate any hel with this issue.

    When I have issues with Studio I try to break it down slowly. I build my dimensions one at a time. If it breaks on a single dimension build I trace the issues backwards and usually find my issue in the schema.
    Studio's role in life is to create SQL load rules and as such depend on a good schema definition. Unforntunately, the dimension build rules can't be opened in EAS with the Dataprep Editor (regular load rules) because they're binary and can do things that a normal load rule cannot (text measures, date measures, time varying attributes, etc.). But that doesn't mean the .rul files are un-readable. If you're having trouble with a particular dimension build process, open the load rule it creates with something like Notepad and grab the SQL that Studio is generating and drop it into Toad (or equivalant) to see if it is generating usable code. If not, there's something wrong with your modeling and you need to go back to the mini-schema.
    When you're able to build all dimensions all at the same time, you're almost there. If your issues comes when you want to build and load data, the final debuging steps go quickly. Towards that end, the data load rules (ones that load data vs. building dimensions) generated by Studio can be edited in EAS using the Dataprep Editor. If you know SQL Load Rules, you should be able to figure out. If not, contact John Goodwin, OCS or a partner and set up a consulting visit.

  • Configuration issue : Oracle Essbase Studio Server

    Hi,
    What going wrong here? Please advice...
    C:\Hyperion\products\Essbase\EssbaseStudio\Server\server_prod.log
    20:44:06 05/13/10 INFO Starting up
    20:44:06 05/13/10 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Build 090, June 25 2009
    20:44:14 05/13/10 (system) WARNING Failed to load driver for sap
    20:44:14 05/13/10 (system) SEVERE Cannot load Teradata connector
    20:44:14 05/13/10 (system) WARNING Failed to load driver for teradata
    20:44:14 05/13/10 (system) WARNING Failed to load driver for mysql
    20:44:14 05/13/10 (system) WARNING Failed to load driver for netezza
    20:44:15 05/13/10 (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:155)
         at com.hyperion.cp.catalog.transaction.TransactionManager.initialize(TransactionManager.java:64)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:98)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:156)
         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(Class.java:164)
         at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
         at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
         at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
         at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
         at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
    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:494)
         at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:149)
         ... 12 more
    Caused by: com.hyperion.cp.catalog.exceptions.CatalogInitializationException: No table ORCL.ADVWORKS.CP_NONE_TRANSACTIONS found
         at com.hyperion.cp.catalog.storage.StorageEngine.validateSignature(StorageEngine.java:193)
         at com.hyperion.cp.catalog.storage.StorageEngine.<init>(StorageEngine.java:87)
         at com.hyperion.cp.catalog.storage.SQLStorageEngine.<init>(SQLStorageEngine.java:20)
         ... 17 more

    Hi
    Thanks,
    I able to connect after changing the catelog username which point to wrong one in server.properties.
    But now Essbase Server got failed. Can you help
    Essbase Server startup check using Maxl command
    Error: Result: Unable to connect Essbase Server using MAXL command. Please check that essbase server is running.
    Recommended Action: Check Essbase Server is started.
    EssabaseServerChecker
    Error: Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials
    Recommended Action: Check application is started.
    Launch external checker with next command: C:\Hyperion\common\validation\9.5.0.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect admin ****** d26085.arrownao.corp.arrow.com http://d26085.arrownao.corp.arrow.com:13080/aps/JAPI
    Error: Result: -1; Error message: Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials
    Recommended Action: Make sure external checker is working.
    Launch external checker with next command: C:\Hyperion\common\validation\9.5.0.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect admin ****** d26085.arrownao.corp.arrow.com http://d26085.arrownao.corp.arrow.com:13080/aps/JAPI
    Error: Result: -1; Error message: Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials
    Recommended Action: Make sure external checker is working.

  • How to use Logical operators in Essbase Studio?

    I want to add a new Dimension Element like
    if ( connection : \'SH'::'SH.CUSTOMERS'.'CUST_GENDER' == "M" ) then "Male"
    else "Female"
    However, there isn't 'if ... then ...' expression in Essbase Studio. I'm puzzled to the usage of logical operators such as '==', '!=', and so on.

    The == and !== are to set conditions for filtering. the ! meand not. In esscense these allow you to get a subset of rows that meet the conditions specified. In your case where Gender == "M" you will only get those rows where the value is "M". What you want to do is transform rows not filter them. I have not looked at studio enough yet to know how to do this, but a few things come to mind. First, you could use text to create the outline menbers instead of values from the tables, you could crete a reference table with the M = Male and F = Female and join to it to get the values or you could use a standard load rule and sql interface to load the data and just build the dimensions and drill through from Studio. I think I would opt for the second option

  • How to create an attribute dimension in Essbase Studio?

    I cannot figure out how to create an attribute dimension using Essbase Studio. The online help states that I need to "Find the Attribute settings grouping in the center" of the member properties dialog box. I suspect that I'm having a problem figuring this out because I don't have the attribute dimension properly defined in the relational data source or in the mini-schema. I've tried creating a table with no key relationship to the other tables and with no logical joins defined, but that doesn't seem to help. Any ideas?

    so in the 11.1.1 version you would click on the member name in the hierarchy you added to the Essbase model and in the center pane of the general tab should be the attributes settings section.
    If I had a dimension called stores wth two groupings unser it region and store_type, I would click on store_type and add the attribute info

  • Essbase Studio Performance Issue : Data load into BSO cube

    Hello,
    Having succesfully built my outline by member loading through Essbase Studio, I have tried to load data into my application again with Studio. However I was never able to complete the data load because it is taking forever. Each time I tried to work with Studio in streaming mode (hoping to increase the query speed), the load gets terminated due to the following error : Socket read timed out.
    In the Studio properties file, I typed in, oracle.jdbc.ReadTimeout=1000000000, but the result has not changed. Even if it did work out, I am also not sure the streaming mode is gonna provide a much faster alternative to working in non-streaming mode. What I'd like to know is, which Essbase settings I can change (either in Essbase or Studio server) in order to speed up my data load. I am loading into a Block Storage database with 3 Dense, 8 Sparse and 2 attribute dimensions. I filtered some dimensions and tried to load data to see exactly how long it takes to create a certain number of blocks. With ODBC setting in Essbase Studio, it took me 2.15 hours to load data into my application where only 153 blocks were created with the block size of 24B. Assuming that in my real application the number of Blocks created are going to be at least 1000 times more than this , I need to make some changes in settings. I am transferring the data from Oracle Database, with 5 tables joined to a fact table (view) from the same data source. All the cache settings in Essbase are in default mode. Would changing cache settings, buffer size or multiple threads help to increase the performance? Or what would you suggest that I should do?
    Thank you very much.

    Hello user13695196 ,
    (sorry I no longer remember my system number here)
    Before it comes to any optimisation attemps in the essbase (also Studio) environment you should definitily make clear that your source data query performs well at the oracle db.
    I would recommand:
    1. to create in your db source schema a View from your sql statement (these behind your data load rule)
    2. query against this view with any GUI (Sql Developer, TOAD etc.) to fetch all rows and measure the time it takes to complete. Also count the effected (returned) number of rows for your information and for future comparing of results.
    If your query runs longer then you think is acceptable then
    a) check DB statistiks,
    b) check and/or consider creating indexes
    c) if you are unsure then kindliy ask your DBA for help. Usually they can help you very fast.
    (Don't be shy - a DBa is a human being like you and me :-) )
    Only when your sql runs fast (enough for you; or your DBA says is the best you can achieve) at the database move your effort over to essbase.
    One hint in addition:
    We had often problems when using views for dataload (not only performance but rather other strange behavior) . Thats the reaons why I like more directly to set up on (persistence) tables.
    Just to keep in mind: If nothing helps create a table from your view and then query your data from this table for your essbase data load. Normaly however this should be your last option.
    Best Regards
    (also to you Torben :-) )
    Andre
    Edited by: andreml on Mar 17, 2012 4:31 AM

  • 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

  • Why does apple mail keep running on my system, i never use it

    My macbook pro runs Lion, the latest version. For some reason, apple mail program starts up, and it is a program I have never used, nor do I plan to. I made a trip into the store and they did a quit, but of course, that doesn't solve the problem.   N

  • MS Access querying SQL Server: How to configure Network ACL?

    I need to set up a highly restrictive ACL for access to a particular SQL server in our network.  This ACL will reside on our core switch at the "front door" of our network and permit access to the SQL server only using the ports that are necessary. 

  • Unable to define connector for multiple backend systems in BRM

    Hi, I am on GRCFND_A V.11 and SP04 I have multiple backend systems integrated with GRC box. So far I was using one backend connector as default one for role maintenance but it is not feasible if you have to create roles in variuos backend connected s

  • Problems installing Adobe Muse on Windows

    Hi since yesterday I am creative cloud member. All installations worked well. But I don't know how to start Muse although it is installed. I saw a lot of discussion here with the same problem and a solution, but this was for Mac. I am working on Wind

  • Date format YYYY inserted as 0006 instead of 2006

    Hi, I have a strange problem in 9i database. When I execute the following procedure from TOAD's procedure editor, it inserts the year as 0006, buth when I execute it from sqlplus it inserts correctly as 2006. So the scenario wherein the proc inserts