How to open examples in Essbase Studio console

Hi,
How to open examples comes with Essbase 11 in studio console?
Thanks,
Best,
Veeranna Ronad.

since the cubes were not built through Essbase studio, Oracle did not retrofit them into studio for the most part. If you look at the flat files on your studio server in \hyperion\products\Essbase\Essbasestudio\server\datafiles\tbcSamples you will see the files that you could use to recreate sample Basic.The SQL files that John talks about allow you to do the same thing from relational tables and do a drill thru report

Similar Messages

  • 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

  • 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 :)

  • 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/

  • Essbase Studio Console - Cannot migrate existing 9.3.1 Catalog file to 11.1

    Hi
    I have been using Essbase 9.3.1 wanted to migrate to Essbase Studio (11.1.1). I tried to use EIS Catalog Migration tool for migrating 9.3.1 catalog files to Essbase 11.1.1, but unfortunately the "Migrate" button in the "EIS catalog Migration" dialog is disabled (although I fetched the models). Does anybody know why the Migrate button is disabled? So, I gave up migrating existing models and created brand new Minischema, Cube Schema and Essbase model from scrach. I am following the Essbase Studio User Guide. When I was creating Essbase model, I had to create Hierarchies for all dimensions because the model accepted only Measures/Measure Hierarchies and Hierarchies. Is this correct?
    Also, I want to add attribute dimensions? Since I only have hierarchies, the selecting member as Attributes instruction doesn't make any sense. Can anybody help please?
    Regards
    Chandra

    The method you have given is definitely the best one, just treat it like a business rule migration from one server to another.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to start Essbase Studio? 11.1.2

    Hi,
    I am trying to start the Essbase studio client on a windows 64 bit system. However, when I invoke the startStudio.bat in C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseStudio\Console it shows me a pop-up with various configurations like JDK path etc with the error message "JVM terminated with exit code -1."
    I am having JDK 1.6_25 on my system.
    Can anyone please let me the problem here?
    Thank you in advance.
    Thank you,
    Dhar

    Hello,
    I am getting the same error message when I installed the Essbase Studio Console. I just found your comment and have a quick question. Did you just download the 32-bit JDK and install it? Do you have to do any remapping for the console to use the 32-bit version? In looking at the 'setJavaRuntime.bat' file, it seems that it is always pointing to the jdk160_21 version that came by default when the console is installed, which is 64-bit.
    set JAVA_HOME=%EPM_ORACLE_HOME%\..\jdk160_21
    This is what I saw in the bat file:
    @echo off
    REM Setting Java HOME
    if "%EPM_ORACLE_HOME%" == "" (
         echo " Environment variable EPM_ORACLE_HOME not defined "
         goto end
    REM Get JRE or JDK
    if exist "%EPM_ORACLE_HOME%\..\jdk160_21" (
         if not "%1" == "-client" (
              goto okFusionJDK
    if not "%1" == "32" (
         if exist "%EPM_ORACLE_HOME%\common\JRE-64\Sun\1.5.0" goto okSetJRE64_150
         if exist "%EPM_ORACLE_HOME%\common\JDK-64\Sun\1.4.2" goto okSetJDK64_142
         if exist "%EPM_ORACLE_HOME%\common\JRE-64\Sun\1.4.2" goto okSetJRE64_142
    if not "%1" == "64" (
    if exist "%EPM_ORACLE_HOME%\common\JRE\Sun\1.6.0" goto okSetJRE160
         if exist "%EPM_ORACLE_HOME%\common\JRE\Sun\1.5.0" goto okSetJRE150
         if exist "%EPM_ORACLE_HOME%\common\JDK\Sun\1.4.2" goto okSetJDK142
         if exist "%EPM_ORACLE_HOME%\common\JRE\Sun\1.4.2" goto okSetJRE142
    echo "JRE or JDK Not Found. Exiting"
    goto end
    :okFusionJDK
    set JAVA_HOME=%EPM_ORACLE_HOME%\..\jdk160_21
    goto end
    Thank you,
    - Michael Dinh

  • Essbase studio Startup

    Hi All,
    I have installed 11.1.1.3 on win2003 server. It is working fine.
    When i open the Essbase studio Console with out starting Studio Server Manually everytime it is showing error
    Error Connecting to Essbase Studio Server
    Reason- Network Error
    Please let me know how start Essbase studio without starting Studio Server Everytime.
    Thanks,
    prathap

    Hi,
    The essbase studio server will need to be started before you can use the client, the client connections to the studio server.
    It is the equivalent of saying why can't I use EAS client without starting the EAS app server.
    You can also set up studio as a windows service, have a read here
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Essbase Studio Error(1021001): Failed to Establish Connection With SQL Data

    Hi.
    I have trying to deploy a cube with Essbase Studio but I get the error: "*Error(1021001): Failed to Establish Connection With SQL Database Server*"
    My environment is Linux 5, Oracle 11g and EPM 11.1.1.2. Oracle database and Essbase was installed with diferent users. In the .bash_profile of hypadmin user (that install Essbase) I have set the following variables
    ORACLE_BASE=/u01/app/oracledb/product/11.1.0
    ORACLE_HOME=$ORACLE_BASE/db_1
    LD_LIBRARY_PATH=/usr/X11R6/lib:$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    ORACLE_HOSTNAME=devbi.sigfe2
    PATH=$ORACLE_HOME/bin:$ORACLE_HOME/jdk/bin:$ORACLE_HOME/bin:/sbin:$ORACLE_HOME/opmn/bin:$PATH
    ORACLE_SID=orcl
    JAVA_HOME=/u01/app/installfiles/jdk1.5.0_19
    In my pc (windows xp) I can open Essbase Studio console, do the connection to Oracle database, get tables and create minischema, mesures and hierarchies (I can see the preview of hierarchies). Also I can create cubes with EAS and can connect with MAXSHELL to essbase.
    When I try to deploy the cube from Essbaes Studio y get the error "Error(1021001): Failed to Establish Connection With SQL Database Server".
    The Essbase Studio Log File say:
    +12:40:16 07/24/09 (admin-1) INFO Start creating outline in database "5.4.0.41:1423.POC_ESS.POC_ESS1"...+
    +12:40:16 07/24/09 (admin-1) FINA Sign on Essbase by CSS token "5.4.0.41:1423" successfully...+
    +12:40:16 07/24/09 (admin-1) INFO Start building dimension "DM_CIUDADES" ...+
    +12:40:16 07/24/09 (admin-1) MÁS FINA Start creating rule file ...+
    +12:40:16 07/24/09 (admin-1) INFO SQL statement has been created and put into rule file "/home/hypadmin/hyperion/products/Essbase/EssbaseStudio/Server/./ess_japihome/data/DM_CIU.rul"+
    +12:40:16 07/24/09 (admin-1) INFO The query is "SELECT (CONCAT('reg_',CAST(cp_105."ID_REGIONPADRE" AS VARCHAR2(1000)))) as "REGION_PADRE", (CONCAT('reg_',CAST(cp_105."ID_REGION" AS VARCHAR2(1000)))) as "REGION_HIJO", cp_105."DE_REGION" as "REGION_HIJO.Default" FROM "POC"."DM_REGIONES_ESS3" cp_105 ORDER BY cp_105."DE_NIVEL" ASC, cp_105."ID_REGIONPADRE" ASC, cp_105."ID_REGION" ASC"+
    +12:40:16 07/24/09 (admin-1) INFO Rule file has been created and saved as "/home/hypadmin/hyperion/products/Essbase/EssbaseStudio/Server/./ess_japihome/data/DM_CIU.rul"+
    +12:40:16 07/24/09 (admin-1) FINA Essbase starts to add members to DM_CIUDADES dimensioin based on the rules file.+
    +12:40:16 07/24/09 (admin-1) ADVERTENCIA (1021001): Error al establecer conexión con el servidor de bases de datos SQL. Consulte el registro para obtener más información.+
    +12:40:16 07/24/09 (admin-1) ADVERTENCIA essbaseDriver.FailedToBuildDimensionException+
    +12:40:16 07/24/09 (admin-1) GRAVE Unexpected exception in EssbaseExport prevented cube from being deployed+
    -------------- Exception --------------
    com.hyperion.cp.datasources.export.essbase.EssbaseDriverException: Failed to deploy Essbase cube
    Thanks in advance to all that have any idea to help me to solve this issue.
    A.S.

    Hi,
    If you type database SID in lowercase, try to reenter iot in uppercase. Strange, but I and my colleagues encounter this behaviour many times.

  • Solution to Errno:7 in MaxL for Essbase Studio redeployment scripts

    This is an answer to an archived forum post that I found via a Google search.  The forum post no longer accepts replies.  The forum post contained an unanswered question about how to resolve "Errno:7" in MaxL in release 11.1.2.3 when trying to redeploy an outline through Essbase Studio.
    I encountered the same error in a client environment and could not find any resolution or references to this in the Knowledge Base, patches, release notes, etc.
    I wanted to post the resolution that worked for me, in case someone else encounters Errno:7 in MaxL.
    In this particular instance, the MaxL "deploy outline" script worked fine until we upgraded 11.1.2.1 to 11.1.2.3.  After upgrading, we could still connect to the Essbase Agent via MaxL, but the "deploy outline" script fails with "Not able to connect to BPM Server. Errno:7" and "BPM Connect Status: Error".  No evidence of the error could be found in the logs for the Essbase Agent, the Essbase application in question, and Essbase Studio.  Using the Essbase Studio Console to redeploy the outline worked fine.
    The root cause was learned when we ran the EPM Registry Editor to view a registry report.  The report showed that while Essbase Studio was correctly listening on port 5300, the web port was still on the old 11.1.2.1 port (9080) instead of the port 11.1.2.3 was expecting (12080).  This port number is not exposed to us if we go back into the EPM Configuration tool and drill down to Essbase Studio.  The config tool only allows us to change the relational database connection and the "datafiles" folder location.  Running "netstat -na" from the command prompt confirmed that the server was listening to 9080 instead of 12080.
    Using the EPM Registry Editor command-line tool to update the port's property value and then restarting the Essbase Studio service fixed the issue for us.  If you read the Essbase Studio documentation as I did, you may have had the impression that editing a file on the server would do the trick.  But the Readme for Essbase Studio 11.1.2.3 provides the real answer:
    "Starting in Release 11.1.2.3, the following Essbase Studio server properties are stored in the
    Oracle Hyperion Shared Services Registry database.
    The 11.1.2.3 Oracle Essbase Studio User's Guide describes all server properties as being in the
    server.properties file. To view or modify the settings in Shared Services Registry, use the
    epmsys_registry utility, described in the Oracle Enterprise Performance Management System
    Deployment Options Guide."
    I hope this helps and good luck!

    Hi Santy,
    Here's the original forum post: Essbase Studio Cube deployment via MaxL error
    In that thread, someone had questioned if an 11.1.2.2 MaxL client could still connect and bypass the error.  I happened to have a laptop handy with the 11.1.2.2 MaxL client installed on it and was able to test that.  The 11.1.2.2 MaxL client got the error as well.
    In my 11.1.2.3 environment I tried both the 32-bit and 64-bit MaxL runtimes and verified both were on the latest available Essbase patch set for 11.1.2.3.  Again, they still got the Errorno:7 message.  The problem was only fixed after updating the "server.httpPort" property value via the epmsys_registry tool.
    Regards,
    - Dave

  • Issue with Oracle Essbase Studio

    Everytime I startup Essbase Studio Console, it report error retrieving children for root. How to solve it.
    [http://photos.bravenet.com/389/104/449/4/6359232B64.jpg]

    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/

  • 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 Data Sources

    Hello,
    we are familiar with Essbase Integration Services (EIS) which we use to build our essbase outline with the memberload-option.
    EIS itself uses configured ODBC-DSN to read data from relational databases. Because EIS uses the ODBC DSN of the system where EIS Server is running it is possible to use other ODBC-DSN/Drivers than the from DataDirect supported ones.
    Because we have a big EDW which is not supported officially in the Essbase Support Stack we still have the requirement to use our EDW as Data Source to Build the Outline (The Essbase Data Load also uses a EDW ODBC-DSN to load Data).
    In fact the Essbase Data Load via a free configurable ODBC will still work.
    But if we look for a Step from EIS to Essbase Studio we recognize that Essbase Studio will only Support some few Databases (in 11.1.2.3 it is Oracle (+RAC), MS SQL, MySQL, DB2, Netezza, Teradata)
    Does anybody knows other RDBMS / ODBC-Drivers that already have successfully configured/tested with Essbase Studio.
    The Documentation still say that Essbase Studio will Support relational databases but i think they mean the ones which are hard-coded in the essbase studio console gui.
    Best Regards,
    Kai

    It doesn't have to but it makes life much easier.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Essbase Studio Cube Deployment SQL Connection Error

    Hello,
    Has anyone seen this error in studio.
    Failed to deploy Essbase cube
    Caused By: Failed to build Essbase cube dimension: (Accounts)
    Caused By: Cannot incremental build. Essbase Error(1021001): Failed to Establish Connection With SQL Database Server. See log for more information
    I connected to the SQL database without issue creating the data source and I can view the sample data on the dimension element. The only time I have a connection issue is during cube deployment. The log is no help.
    Thanks

    Hi Celvin
    Thanks for your reply.
    I can connect from the same Essbase Server from the data source connection used in the Essbase Studio console.
    I am not using any encrypted passwords.
    I can log into MaxL with no issues, but running trying to execute the following command is where I get the error.
    deploy all from model 'GL_Analysis' in cube schema '\ANALYSIS\Schema\Schema' with option delete_members login $1 identified by $2 on host 'server1' to application 'test1' database 'test1' overwrite values using connection 'essbaseserver' keep 200 errors on error ignore dataload write to default;
    It allows me to connect and deploy sucessfully using the Maxl installed from the Essbase client version 11.1.2.2. However running the MaxL installed from the  Essbase client MaxL version 11.1.2.3 seems to provide me with the connection issue. I am trying to determine if it is a bug or something that was missed during upgrade process.
    Currently we need to deploy via the Studio.
    Thanks.

  • Teradata connectivity from Essbase Studio

    Hi all,
    We are trying to connect connect to Teradata server from Essbase studio console from Windows.
    The Essbase Studio server is on Linux. We can ping to the Teradata server both from Windows ad Linux.
    But when we enter the server name, user name and password, it tells connection can't be established.
    We have put the Teradata jdbc driver jar files inside the EssbaseStudio server directory.
    We are getting same connection can't be established error in the Essbase Studio server logs.
    Do we need to put the jar files somewhere in Windows as well?
    Can someone help?
    Thanks.

    I assume you looked at http://download.oracle.com/docs/cd/E17236_01/epm.1112/est_user.pdf in the admin section. There is another thing, In the Essbase.cfg file is a section that looks like
    BPM_Oracle_DriverDescriptor "DataDirect 6.0 Oracle Wire Protocol"
    BPM_DB2_DriverDescriptor "DataDirect 6.0 DB2 Wire Protocol"
    BPM_SQLServer_DriverDescriptor "DataDirect 6.0 SQL Server Native Wire Protocol"
    ;BPM_SQLServer_DriverDescriptor "SQL Server"
    ;BPM_Netezza_DriverDescriptor "NetezzaSQL"
    BPM_Teradata_DriverDescriptor "Teradata"
    ;BPM_ORACLEBI_DriverDescriptor "Oracle BI Server 11g_OHXXXX"
    ;BPM_ORACLEBI_DriverDescriptor "Oracle BI Server"
    BPM_MySQL_DriverDescriptor "DataDirect 6.0 MySQL Wire Protocol"
    make sure teradata is not commented out.

  • Schedule Essbase Studio

    Hi.
    I'm looking for a way to schedule loading of essbase cubes throuh Essbase Studio. Anyone who knows where to find information regarding this?
    In Integration Services this worked, but in Essbase Studio I cannot find this kind of functiionality. I can see there is something called StartCommandLineClient.bat but if this is what i am lokking for I don't know. And if there are any kind of help.
    Anyone?
    Regards Henrik

    Hi,
    It is not possible from within studio yet, from the 11.1.1.3 Studio readme
    System Limitations
    Essbase Studio does not have equivalent functionality for the following features that were available in Essbase Integration Services:
    +· The ability to automate cube construction using a scheduler functionality+
    WORKAROUND: There are two ways to schedule cube deployment outside of Essbase Studio:
    +· You may create a deployment script that uses the MaxL “deploy” command. Then, use a scheduling tool of your choice to schedule the script to run.+
    +· Alternatively, you can create rules files using the Essbase Studio Console or the MaxL “deploy” command with the rules files only option. Then, create a deployment script that uses the MaxL “import data” command using the pre-created rules to automate cube construction. Again, use a scheduling tool of your choice to schedule the script to run.+
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for