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

Similar Messages

  • Unable to start Essbase Studio Server

    Hi All,
    Am getting an error message when I start Essbase studio. The installation and configuration went without any errors. I have downloaded the jdbc driver for mysql, renamed it and placed it in the correct location. Yet when I start the studio server I get the error message described below. I have also attached the contents of the server.properties. Do let me know if you guys have any suggestions.
    server.properties:
    #Wed Mar 03 15:17:26 EST 2010
    catalog.autoinit=true
    catalog.username=essuser_qa
    catalog.url=sqlserver\://NYSQLSVR\:1433
    catalog.password=rfBjPy3lHIDM8QeIikYgIg\=\=
    catalog.db=essbase_qa.dbo
    error message:
    15:32:21 03/03/10 INFO Starting up
    15:32:21 03/03/10 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Build 090, June 25 2009
    15:32:27 03/03/10 (system) WARNING Failed to load driver for sap
    15:32:27 03/03/10 (system) SEVERE Cannot load Teradata connector
    15:32:27 03/03/10 (system) WARNING Failed to load driver for teradata
    15:32:27 03/03/10 (system) WARNING Failed to load driver for netezza
    15:32:30 03/03/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(Unknown Source)
         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(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:149)
         ... 12 more
    Caused by: com.hyperion.cp.catalog.exceptions.CatalogInitializationException: No table ESSBASE_QA.DBO.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
    ----------------------------------------

    You could try :-
    1. Execute the script “catalog_schema_drop.sql” under $HYPERION_HOME\products\Essbase\EssbaseStudio\server\database\common\MSSQLServer to drop the existing Catalog tables
    2. Bring up the Microsoft SQL Server Management Studio and login as sa
    a.Expand the Databases node
    b.Expand the “epmesbStudio” under the Database node
    c.Expand the “Security” node
    d.Right click on “Schemas” under the database “epmesbStudio” to bring up the “Schema” dialog:
    e.From the Schema dialog, enter ”epmEsbStudio” for both Schema name and Schema owner, then click OK to create the schema.
    f. Verify that the schema “epmEsbStudio” is created:
    3. Expand the Users node under Security: (you should see the user “epmEsbStudio” listed under Users)
    a. Bring up the user Properties for “epmEsbStudio” by right click on “epmEsbStudio” then select Properties
    b. From the user Properties dialog, you can see the Default schema is dbo. Change the default schema to “epmEsbStudio”, which is the schema that we create in the above steps by click on the list button to bring up the Select Schema dialog:
    c. Click on the Brows button from the Select Schema dialog, and select “epmEsbStudio” from the list and click OK
    d.The selected schema should place in the Select Schema dialog. Click OK on the Select Schema dialog:
    e. Now the schema “epmEsbStudio” should appeared as Default schema on the user Properties dialog.
    f. Now make sure the Database role membership “db_owner” is selected (select this option if it is not already select).
    g. Click OK to save the settings
    4. Bring up the Query editor from the Microsoft SQL Server Management Studio by click on the “New Query” and make sure the
    5.Disconnect the query editor to any database by right click on the query editor select Connection To Disconnect
    6.Connect the query editor to the database epmEsbStudio by right click on the query editor select Connection To Connect to bring up the Connection to Database Engine dialog
    7. From the Connection to Database Engine dialog provide the SQL Server name, Authentication type, and enter “epmEsbStudio” as the user name and provide the password for this user, then click on the Options button, then select the Connection Properties tab and enter “epmesbStudio” for Connection to database. Click on the Connect button (you should be able to connected without any error or warnings)
    8. Type the following statement in the query editor, and execute it. The query should be executed without any problem.
    Create table Test (
    col1 varchar(5)
    go
    9. Verify the table is created under the “epmEsbStudio” Schema:
    10.Delete the table “Test”
    11.Start the Essbase Studio Server
    The properties file should read
    Example in server.properties
    catalog.db=epmesbStudio.epmEsbStudio
    catalog.username=epmesbStudio
    You can change "epmEsbStudio" to match your database being used for studio
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • 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

  • How to Start Essbase without using OPMN in 11.1.2.1

    All,
    We have installed and configured Essbase 11.1.2.1 successfully on 64 bit AIX server. Now I need to know how to start the essbase without using OPMN?
    As we can start essbase using :-

<EPM_ORACLE_HOME>\user_projects\epmsystem1\bin\startEssbase.bat

; But this method will still use OPMN, if OPMN is not running it will first start up the OPMN processes and then start up Essbase.

    As we are not using Essbase clustering and so do not find OPMN more beneficial and moreover OPMN is not working properly to start any processes. so we just do not want to use OPMN in starting the essbase.
    is there any workaround to just skip the OPMN while starting/stopping/restart essbase?
    Thanks in advance,

    In 11.1.2.0 there was startEssbase.bat at <EPM_HOME>\user_projects\epmsystem1\EssbaseServer\essbaseserver1\bin\startEssbase.bat

    which basically just called setEssbaseEnv.bat which sets a number of variables, one being %ESSBASEPATH% which points to <EPM_HOME>\EPMSystem11R1\products\Essbase\EssbaseServer
    Then called %ESSBASEPATH%\bin\essbase.exe
    This bypasses opmn
    Now in 11.1.2.1 Oracle removed <EPM_HOME>\user_projects\epmsystem1\EssbaseServer\essbaseserver1\bin\startEssbase.bat

    but still left setEssbaseEnv.bat, it is possible to call setEssbaseEnv.bat and then %ESSBASEPATH%\bin\essbase.exe
    Essbase starts up fine and bypasses opmn.
    I would have thought it would be possible on other OS types as long as the environment variables are set first being starting up essbase.
    Cheers
    John
    http://john-goodwin.blogspot.com/

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

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

  • Not able to start Essbase Studion in 11.1.2

    Hi All,
    I installed 11.1.2 in my laptop and all the components are working fine except Essbase Studio.
    I am getting the following error when i start Essbase Studio Console Client in a Popup window.
    An Error occured please see the logfile.
    C:\Users\svalmiki\.eclipse\com.hyperion.bpmdesigner.product_1.0.0_1938798342\configuration\1279839969241log.
    Logfile:
    !SESSION 2010-07-22 16:06:09.038 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_14
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.osgi 4 0 2010-07-22 16:06:25.559
    !MESSAGE Application error
    !STACK 1
    java.lang.IllegalStateException: The platform metadata area could not be written: C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseStudio\Console\workspace\.metadata. By default the platform writes its content
    under the current working directory when the platform is launched. Use the -data parameter to
    specify a different content area for the platform.
         at org.eclipse.core.internal.runtime.DataArea.assertLocationInitialized(DataArea.java:59)
         at org.eclipse.core.internal.runtime.DataArea.getStateLocation(DataArea.java:89)
         at org.eclipse.core.internal.runtime.DataArea.getPreferenceLocation(DataArea.java:94)
         at org.eclipse.core.internal.preferences.InstancePreferences.loadLegacy(InstancePreferences.java:103)
         at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:306)
         at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences.java:543)
         at org.eclipse.core.internal.preferences.EclipsePreferences.node(EclipsePreferences.java:662)
         at org.eclipse.core.internal.preferences.AbstractScope.getNode(AbstractScope.java:38)
         at org.eclipse.core.runtime.preferences.InstanceScope.getNode(InstanceScope.java:72)
         at org.eclipse.ui.preferences.ScopedPreferenceStore.getStorePreferences(ScopedPreferenceStore.java:241)
         at org.eclipse.ui.preferences.ScopedPreferenceStore.<init>(ScopedPreferenceStore.java:133)
         at org.eclipse.ui.plugin.AbstractUIPlugin.getPreferenceStore(AbstractUIPlugin.java:284)
         at org.eclipse.ui.internal.UISynchronizer.<init>(UISynchronizer.java:88)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2218)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at com.hyperion.bpmdesigner.app.Application.run(Unknown Source)
         at com.hyperion.bpmdesigner.app.Application.start(Unknown Source)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    !ENTRY org.eclipse.osgi 2 0 2010-07-22 16:06:25.606
    !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-22 16:06:25.606
    !MESSAGE Bundle update@plugins/org.eclipse.ui.editors.nl_da_3.4.0.v20091121043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.ui.editors.nl_da 2 0 2010-07-22 16:06:25.606
    !MESSAGE Missing host org.eclipse.ui.editors_0.0.0.
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-22 16:06:25.606
    !MESSAGE Bundle update@plugins/org.eclipse.ui.workbench.texteditor.nl_sv_3.4.0.v20091121043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.ui.workbench.texteditor.nl_sv 2 0 2010-07-22 16:06:25.606
    !MESSAGE Missing host org.eclipse.ui.workbench.texteditor_0.0.0.
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-22 16:06:25.606
    !MESSAGE Bundle update@plugins/org.eclipse.ui.workbench.texteditor.nl_zh_TW_3.4.0.v20091121043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.ui.workbench.texteditor.nl_zh_TW 2 0 2010-07-22 16:06:25.606
    !MESSAGE Missing host org.eclipse.ui.workbench.texteditor_0.0.0.
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-22 16:06:25.606
    !MESSAGE Bundle update@plugins/org.eclipse.ui.workbench.texteditor.nl_tr_3.4.0.v20091121043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.ui.workbench.texteditor.nl_tr 2 0 2010-07-22 16:06:25.606
    !MESSAGE Missing host org.eclipse.ui.workbench.texteditor_0.0.0.
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-22 16:06:25.606
    !MESSAGE Bundle update@plugins/org.eclipse.ui.workbench.texteditor.nl_es_3.4.0.v20091121043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.ui.workbench.texteditor.nl_es 2 0 2010-07-22 16:06:25.606
    !MESSAGE Missing host org.eclipse.ui.workbench.texteditor_0.0.0.
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-22 16:06:25.606
    !MESSAGE Bundle update@plugins/org.eclipse.ui.console.nl_zh_TW_3.4.0.v20091121043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.ui.console.nl_zh_TW 2 0 2010-07-22 16:06:25.606
    !MESSAGE Missing host org.eclipse.ui.console_0.0.0.
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-22 16:06:25.606
    !MESSAGE Bundle update@plugins/org.eclipse.ui.console.nl_pt_BR_3.4.0.v20091121043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.ui.console.nl_pt_BR 2 0 2010-07-22 16:06:25.606
    !MESSAGE Missing host org.eclipse.ui.console_0.0.0.
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-22 16:06:25.606
    !MESSAGE Bundle update@plugins/org.eclipse.ui.workbench.texteditor.nl_ja_3.4.0.v20091121043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.ui.workbench.texteditor.nl_ja 2 0 2010-07-22 16:06:25.606
    !MESSAGE Missing host org.eclipse.ui.workbench.texteditor_0.0.0.
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-22 16:06:25.606
    !MESSAGE Bundle update@plugins/org.eclipse.jface.text.nl_zh_3.4.0.v20091121043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.jface.text.nl_zh 2 0 2010-07-22 16:06:25.606
    !MESSAGE Missing host org.eclipse.jface.text_0.0.0.
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-22 16:06:25.606
    !MESSAGE Bundle update@plugins/org.eclipse.ui.console.nl_da_3.4.0.v20091121043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.ui.console.nl_da 2 0 2010-07-22 16:06:25.606
    !MESSAGE Missing host org.eclipse.ui.console_0.0.0.
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-22 16:06:25.606
    !MESSAGE Bundle update@plugins/org.eclipse.jface.text.nl_tr_3.4.0.v20091121043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.jface.text.nl_tr 2 0 2010-07-22 16:06:25.606
    !MESSAGE Missing host org.eclipse.jface.text_0.0.0.
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-22 16:06:25.606
    !MESSAGE Bundle update@plugins/org.eclipse.ui.editors.nl_zh_TW_3.4.0.v20091121043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.ui.editors.nl_zh_TW 2 0 2010-07-22 16:06:25.606
    !MESSAGE Missing host org.eclipse.ui.editors_0.0.0.
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-22 16:06:25.606
    !MESSAGE Bundle update@plugins/org.eclipse.ui.views.properties.tabbed.nl_nl_3.4.0.v20091121043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.ui.views.properties.tabbed.nl_nl 2 0 2010-07-22 16:06:25.606
    !MESSAGE Missing host org.eclipse.ui.views.properties.tabbed_0.0.0.
    !ENTRY org.eclipse.osgi 2 0 2010-07-22 16:06:25.606
    !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-22 16:06:25.606
    !MESSAGE Bundle update@plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731/ [25] was not resolved.
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-22 16:06:25.606
    !MESSAGE Bundle update@plugins/org.eclipse.ui.workbench.texteditor.nl_zh_TW_3.4.0.v20091121043401.jar [200] was not resolved.
    !SUBENTRY 2 org.eclipse.ui.workbench.texteditor.nl_zh_TW 2 0 2010-07-22 16:06:25.606
    !MESSAGE Missing host org.eclipse.ui.workbench.texteditor_0.0.0.
    !ENTRY com.hyperion.bpmdesigner 4 0 2010-07-22 16:06:25.621
    !MESSAGE
    !STACK 0
    org.osgi.framework.BundleException: Exception in com.hyperion.bpmdesigner.app.Plugin.stop() of bundle com.hyperion.bpmdesigner.
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1066)
         at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:457)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:531)
         at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1104)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:655)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:312)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:257)
         at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:236)
         at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:678)
         at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:576)
         at org.eclipse.osgi.framework.internal.core.OSGi.close(OSGi.java:41)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:424)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:200)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    Caused by: java.lang.IllegalStateException: The platform metadata area could not be written: C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseStudio\Console\workspace\.metadata. By default the platform writes its content
    under the current working directory when the platform is launched. Use the -data parameter to
    specify a different content area for the platform.
         at org.eclipse.core.internal.runtime.DataArea.assertLocationInitialized(DataArea.java:59)
         at org.eclipse.core.internal.runtime.DataArea.getStateLocation(DataArea.java:89)
              at com.hyperion.bpmdesigner.app.Plugin.stop(Unknown Source)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1050)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1046)
         ... 19 more
    Root exception:
    java.lang.IllegalStateException: The platform metadata area could not be written: C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseStudio\Console\workspace\.metadata. By default the platform writes its content
    under the current working directory when the platform is launched. Use the -data parameter to
    specify a different content area for the platform.
         at org.eclipse.core.internal.runtime.DataArea.assertLocationInitialized(DataArea.java:59)
         at org.eclipse.core.internal.runtime.DataArea.getStateLocation(DataArea.java:89)
         at org.eclipse.core.internal.preferences.InstancePreferences.getBaseLocation(InstancePreferences.java:44)
         at org.eclipse.core.internal.preferences.InstancePreferences.getLocation(InstancePreferences.java:168)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

    I found a work around / solution: go to someone else's PC with a successful install and copy the workspace folder --- C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseStudio\Console\workspace\ -- and paste it into the same location on your PC. I think that some time during the install, even if you "Run as Administrator", these folders and files do not get created because there is insufficient access rights in Windows 7. I hope this helps someone!

  • 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 Cube Deployment Error

    Hi,
    I am trying to deploy a cube using essbase studio 11.1.1.3.00. I am getting this error.
    \\Record #1203 - Unable to write smartlist 801990, error code 1060301
    Any ideas what the issue is? I can't find anything on the error and I don't have any idea what smartlist would have to do with the deployment.
    Thanks in advance

    Hi,
    I assume that the Essbase studio version is 11.1.2 and above.
    The error is caused by the Essbase Studio Server failing to establish a connection with the SQL Database Server and you can try the following:
    1) Back up the server.properties file and alter it in the following manner:
    Change the server.essbase.streamingCubeBuilding=true to server.essbase.streamingCubeBuilding=false (use Essbase drivers)
    2) Set the ODBCINST variable to point directly to odbcinst.ini
    3) Then, the BPMS service should be restarted.
    The file is named:
    startBPMS_bpms1_Server.bat on Windows;
    startBPMS_bpms1_Server.sh on UNIX.
    Note:
    The Essbase Studio Server startup file contains the commands necessary to start Essbase Studio Server. During the configuration process , the EPM System Configurator writes information to the startup file about the computer on which Essbase Studio is installed so that Essbase Studio Server can start properly. Oracle recommends that you do not manually edit the startup file.
    The start up file is installed by default in:
    MIDDLEWARE_HOME/user_projects/epmsystem1BPMS/bpms1/bin
    KosuruS

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

  • 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

  • How to update all hierarchies in Essbase Studio

    Hi All,
    Currently I am building ASO cube using Essbase Studio.We are having 6[Stored]+1[Accounts] hierarchies in that 3 hiearchies contains 4 generations and remianing 3 hiearchies contains 3 generations with 20 attricbutes each.When I am trying to use "INCREMENTAL LOAD" with "Update all hierarchies" option records gets rejected.When I am using "Incremental Load" with "Rebuild hierarchies" it taking very long time.
    Since our ware house is huge I cannot reset all and load from first.
    Can someone assist me how to update the hierarchies on daily basis in less time
    Note: In our cube we dont have any shared members
    Thanks,
    SatyaB

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

  • 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

Maybe you are looking for

  • F110 - Automatic Payment Transactions Issue

    Hi, I am working on the report program and SAPscript used in the transaction F110 - Printout/data medium. I have maintained the program and the form to be used to print the "Payment Advice" in the FBZP transaction. When i try to schedule the job, the

  • Incoming invoice through EDI

    Hi everyone, How to configure incoming vendor invoice using edi Thanks Genie

  • Can I new a script in SQL Developer?

    I select "new", but the SQL File is grey. My version is 1.0.14.67, OS is Windowxp Thx

  • Not able to see the Business systems

    Dear Experts, Thanks for you support and help. I have created as per the below sequence for both sender and receiver types wherever necessary 1. Software Product 2. Software Component - 3.Technical System - (Third party ) 4. Business system (Sender a

  • XML to single element: Attn: Henrique

    Hi Henrique, Could you pls tell me in detail about how to achieve One whole xml into one string element. I am new to all this and have not used xslt or java mapping before. Regards, Ashish