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.

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/

  • 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

  • Network Error: Error connecting to Essbase Studio server

    Hi......I am able to login to almost all the apps (shared services, Web Analysis, FIR, Web Services etc) except EssBase Studio. When i try to login to essbase studio it says "error connecting essbase studio server"
    with detailed error "Network communication with the server failed. Check your network connection and try again.
    Connection refused: connect"
    Any idea?

    here is the log file
    0000JeIWmdLDwW05zzWByW1GXwyc000000,0] [SRC_CLASS: com.hyperion.cp.driver.util.DriverClassLoader] [SRC_METHOD: <init>] Failed to load driver for netezza.
    [2012-10-24T16:54:50.218+05:30] [hyperion] [ERROR] [ESSSTD-145015] [com.hyperion.cp.driver] [] [nwaddr: 10.0.2.15] [tid: 10] [userId: system] [ecid: 0000JeIWmdLDwW05zzWByW1GXwyc000000,0] [SRC_CLASS: com.hyperion.cp.driver.adapters.sql.oracle.OracleConnection] [SRC_METHOD: createSQLConnection] Unable to establish connection to Oracle server.
    [2012-10-24T16:54:50.369+05:30] [hyperion] [ERROR] [ESSSTD-145015] [com.hyperion.cp.driver] [] [nwaddr: 10.0.2.15] [tid: 10] [userId: system] [ecid: 0000JeIWmdLDwW05zzWByW1GXwyc000000,0] [SRC_CLASS: com.hyperion.cp.driver.adapters.sql.oracle.OracleConnection] [SRC_METHOD: createSQLConnection] Unable to establish connection to Oracle server.
    [2012-10-24T16:54:50.369+05:30] [hyperion] [ERROR] [ESSSTD-043002] [com.hyperion.cp.catalog] [] [nwaddr: 10.0.2.15] [tid: 10] [userId: system] [ecid: 0000JeIWmdLDwW05zzWByW1GXwyc000000,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: Cannot initialize data storage engine.
         at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:78)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:104)
         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: com.hyperion.cp.driver.util.DriverConnectionException: Cannot establish connection to Oracle server.
         at com.hyperion.cp.driver.adapters.sql.oracle.OracleConnection.createSQLConnection(OracleConnection.java:283)
         at com.hyperion.cp.driver.adapters.sql.SQLConnection$ConnectionPool.<init>(SQLConnection.java:1226)
         at com.hyperion.cp.driver.adapters.sql.SQLConnection.construct(SQLConnection.java:450)
         at com.hyperion.cp.driver.ConnectionManager.getConnection(ConnectionManager.java:112)
         at com.hyperion.cp.driver.DriverEngine.getConnection(DriverEngine.java:60)
         at com.hyperion.cp.server.QueueableTask.setMetadataConnection(QueueableTask.java:53)
         at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:61)
         ... 11 more
    Caused by: java.sql.SQLRecoverableException: ORA-01033: ORACLE initialization or shutdown in progress
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:397)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389)
         at oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:448)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
         at oracle.jdbc.driver.T4CTTIoauthenticate.doOSESSKEY(T4CTTIoauthenticate.java:409)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:395)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:678)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:238)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
         at java.sql.DriverManager.getConnection(DriverManager.java:582)
         at java.sql.DriverManager.getConnection(DriverManager.java:154)
         at com.hyperion.cp.driver.adapters.sql.oracle.OracleConnection.createSQLConnection(OracleConnection.java:273)
         ... 17 more
    ]]

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

  • OC4J Configuration issue Oracle 11g R2 Windows XP and Windows 7

    Hallo!I have installed Oracle Database 11.2.0.1.0 on both Windows XP and Windows 7 on 2 different machines.
    Before installing on both OSs,I had installed Microsoft Loopback Adapter and had set hostname as JOEY-PC and IP address 192.168.0.X.Once the installations were complete and I restarted the machines,I could not start OEM and the error below appears
    C:\Documents and Settings\JOEY>emctl start dbconsole
    OC4J Configuration issue. C:\app\JOEY\product\11.2.0\dbhome_1/oc4j/j2ee/OC4J_DBConsole_JOEY-PC_orcl not found.
    When I went to the C:\app\JOEY\product\11.2.0\dbhome_1\oc4j\j2ee directory,I found the folder OC4J_DBConsole_localhost_orcl instead of OC4J_DBConsole_JOEY-PC_orcl.
    I assumed that by using Microsoft Loopback Adapter,I would avoid the error above and that the OC4J_DBConsole folder would permanently remain as OC4J_DBConsole_JOEY-PC_orcl instead of OC4J_DBConsole_localhost_orcl.
    Why is this folder changing its name and how can I resolve this issue?
    Thanks.

    Pl post the contents of the file C:\WINDOWS\System32\drivers\etc\hosts on both servers
    What steps did you take to set the hostname to JOEY-PC ?
    Srini

  • Not able to connect to Oracle Data source in Oracle Essbase Studio 11.1.2.2

    Hi,
    When i tried to connect to Oracle data source, i get this error "Unable to establigh connection. Ensure that the server is running, the user name and password are correct, and the ohter data fields match the server's configuration" when i tried to select database.
    If i change server name from to localhost, it allows to select database and does not give any error. but clicking on next button says localhost is not accepted, it needs machine name. Then how to connect to Oracle Data source?
    Edited by: User006 on Oct 10, 2012 12:45 PM

    It is possible the Oracle db has not been installed correctly, I take this is a personal install on a laptop, if so did you install the loopback adaptor.
    Have you tried the connection using the ip of the machine.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Remote Access Management Console - configuration issue with Network Location Server

    2012 Std R2
    The remote Access management console operation status shows  all green except for network location server .
    Error: There is no response from the network location server URL. DirectAccess connectivity might not work as expected, and DirectAccess clients located inside the corporate network might not be able to reach internal resources.
    Resolution listed as:
    1. Configure the network location server on a server that is highly available to clients on the internal network.
    2. If the network location server is running on the Remote Access server, ensure that IIS is running, and that the URL is available.
    The remote access server is located on this server. IIS is running. What URL: show I be looking at?
    Any other thoughts so I can get remote access working.
    l also am getting a remote access error for IPV6, could this be a cause:
    RoutingDomainID- {00000000-0000-0000-0000-000000000000}: Unable to add the interface {D37062B2-A3E0-4496-A459-9E0BBCE5423C} with the Router Manager for the IPV6 protocol. The following error occurred: Cannot complete this function.
    John Lenz

    Hi John,
    please follow the steps to reinstall TCP/IP stack.
    1.Restart your PC into Safe Mode with Networking.
    2.
    Edit your registry. Delete the following keys:
    HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Winsock
    HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Winsock2
    3.
    Open the nettcpip.inf file in your %winroot%/inf folder
    (%winroot% is usually c:/windows).
    Find the [MS_TCPIP.PrimaryInstall] section. Change the Characteristics value from 0xA0 to 0x80.
    Open the properties of the network connection you want to fix. In the General tab, click on the Install button. Click on the Have Disk button, and point the location to %winroot%/inf. After that select TCP/IP (not version 6).
    4.
    Now you would notice that you can uninstall TCP/IP!
    Do that, then restart the PC.
    Go back to your network connection, and install TCP/IP again as per the above. After another reboot, you should be up and running.
    I also noted that the XP network repair tool may yank out the ISA 2004 firewall client stuff. Just run the firewall clinet repair or install it again to fix that problem after you did your reboot. Before you do this kind of crazy stuff.
    5.
    This along with a TCP/IP reset using the netsh command:
    netsh int ip reset resetlog.txt
    wish you have a nice thanksgiving too
    Regards,
    Mike
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Oracle -Essbase - Integration Server Control

    I am using Essbase version 9.3.1 and want to create OLAP model with the Integration Services Console. I would be very grateful if you could help me to model the following secnario:
    I have a fact table with two columns (say ManagerId & EmployeeId) referenced to the same dimension table (say Employee table). How do I model this to create an OLAP model in Integration Service Console please?
    I could create a separate User Defined Table (copy of Employee table) and join fact table's ManagerID to this new table. But I am not sure how this would affect to the performance of the cube.
    Thank you in advance.

    Hi Scot
    Thank you very much for the answer. I am new to Essbase and my experience on OLAP comes from MS SSAS. I could model this scenario in SSAS without any problem. In SSAS I could create a different dimension based on an existing dimension. I would model above scenario by dragging the table second time (and give a different name) and join to fact table's second column. Let's see whether this would work. Once again thank you very much for your help & suggestion. Mean time if you have a better suggestion please do tell me.
    Thank you.
    Regards
    Chandra

  • ESSBase Studio - Client is not connecting to Studio server

    Hi All,
    When I try to connect to Studio server from console, I get error "invalid login credentials" and unable to login. Below is the error log. Kindly advice me.
    server.log
    14:36:36 02/11/10 INFO Starting up
    14:36:36 02/11/10 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Build 090, June 25 2009
    14:37:45 02/11/10 (system) WARNING Failed to load driver for sap
    14:37:46 02/11/10 (system) SEVERE Cannot load Teradata connector
    14:37:46 02/11/10 (system) WARNING Failed to load driver for teradata
    14:37:46 02/11/10 (system) WARNING Failed to load driver for mysql
    14:37:46 02/11/10 (system) WARNING Failed to load driver for netezza
    14:37:49 02/11/10 INFO Logging to com.hyperion.cp.util.JettyLogger@6080669d via com.hyperion.cp.util.JettyLogger
    14:37:49 02/11/10 INFO jetty-6.0.1
    14:37:49 02/11/10 INFO Started SocketConnector @ 0.0.0.0:9080
    14:38:22 02/11/10 INFO Connection established with remote client: '/10.1.126.94:3265'
    14:38:28 02/11/10 INFO Connection established with remote client: '/10.1.126.94:3266'
    SharedServices_Security_Client.log
    2010-02-11 14:36:37,438 INFO [main] CSS is initialized as client. The default logger properties will be loaded com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2010-02-11 14:36:37,454 INFO [main] CSS Log file will be generated at C:\Hyperion/logs/esbstudio\SharedServices_Security_Client.log com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2010-02-11 14:36:37,470 INFO [main] Configure CSS with registry com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    2010-02-11 14:36:37,470 INFO [main] Initializing CSS from Registry. com.hyperion.css.common.configuration.CSSConfigurationManager.getConfiguration(Unknown Source)
    2010-02-11 14:36:37,532 INFO [main] Trying to get Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2010-02-11 14:36:38,751 INFO [main] Got Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2010-02-11 14:36:39,236 INFO [main] Got hub location from Registry:http://fdms.infotech.com:28080 com.hyperion.css.registry.RegistryManager.getHubLocationFromRegistry(Unknown Source)
    2010-02-11 14:36:39,392 INFO [main] Got native directory location from Registry:rw015727.infotech.com:28089 com.hyperion.css.registry.RegistryManager.getNativeProviderLocationFromRegistry(Unknown Source)
    2010-02-11 14:36:39,392 INFO [main] URL constructed out of values in Registry database:ldap://rw015727.infotech.com:28089/dc=css,dc=hyperion,dc=com com.hyperion.css.common.configuration.CSSConfigurationImplXML.initConfiguration(Unknown Source)
    2010-02-11 14:36:40,220 ERROR [main] 80:6007:Failed to load SAP certificate from keystore at SAP.keystore. Ignore if SAP provider is not configured.[Root Cause: Invalid keystore format ] com.hyperion.css.SAPSecurity.loadSAPCertificate(Unknown Source)
    2010-02-11 14:36:42,502 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:43,502 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:43,502 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:36:43,502 WARN [main] Native Directory is not reachable. Attempting to re-connect... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:36:43,502 WARN [main] Number Format Exception converting nullto int; Returning default value 10[Root Cause: null ] com.hyperion.css.common.CSSUtils.toInt(Unknown Source)
    2010-02-11 14:36:43,502 WARN [main] Number Format Exception converting nullto int; Returning default value 3[Root Cause: null ] com.hyperion.css.common.CSSUtils.toInt(Unknown Source)
    2010-02-11 14:36:45,456 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:46,440 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:46,440 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:36:46,440 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:36:49,441 WARN [main] Attempting to connect to Native Directory: Retry Count: 1 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:36:51,379 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:52,457 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:52,457 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:36:52,457 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:36:55,458 WARN [main] Attempting to connect to Native Directory: Retry Count: 2 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:36:57,489 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:58,474 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:58,474 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:36:58,474 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:01,474 WARN [main] Attempting to connect to Native Directory: Retry Count: 3 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:03,506 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:04,506 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:04,506 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:04,506 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:07,507 WARN [main] Attempting to connect to Native Directory: Retry Count: 4 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:09,413 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:10,507 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:10,507 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:10,507 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:13,508 WARN [main] Attempting to connect to Native Directory: Retry Count: 5 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:15,430 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:16,430 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:16,430 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:16,430 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:19,431 WARN [main] Attempting to connect to Native Directory: Retry Count: 6 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:21,463 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:22,432 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:22,432 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:22,432 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:25,432 WARN [main] Attempting to connect to Native Directory: Retry Count: 7 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:27,480 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:28,464 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:28,464 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:28,464 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:31,465 WARN [main] Attempting to connect to Native Directory: Retry Count: 8 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:33,387 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:34,575 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:34,575 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:34,575 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:37,575 WARN [main] Attempting to connect to Native Directory: Retry Count: 9 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:39,732 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:40,810 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:40,810 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:40,810 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:43,811 WARN [main] Attempting to connect to Native Directory: Retry Count: 10 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:43,811 ERROR [main] 20:3008:Failed to connect to native directory. com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:43,811 ERROR [main] Arguments: param1={LOCALE=en_US}, param2=null, param3=C:\Hyperion/logs/esbstudio, com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    Best,
    Veerannna Ronad.

    Hi Manaf,
    Seems you are also facing same problem. This problem comes when shared service failed to start. There is dependency with OpenLDAP. OpenLDAP service most of the time gets corrupted. You need to recover this service. There is a recover exe located at <<Hyperion installation folder>>\products\Foundation\openLDAP\var\openldap-data\db_recover.exe, run this and start the Essbase services in sequences.
    Service starting sequence:
    1) Hyperion Foundation Shared Services - Web Application
    2) Hyperion Essbase Services 11.1.1 - hypservice_1
    3) Hyperion Administration Services - Web Application
    and rest you can start as required.
    This should solve your problem.
    Best,
    Veeranna Ronad.

  • Essbase Studio issue report : can't load package 'util'

    22:45:16 10/30/08 INFO Starting up
    22:45:16 10/30/08 INFO Oracle Essbase Studio Server. Version 11.1.1.0.00, Build 1297
    22:45:17 10/30/08 INFO Listening on *:3000
    22:45:18 10/30/08 (system) WARNING Root folder for flat datasource files C:\Hyperion\products\Essbase\EssbaseStudio\Server\.\datafiles has been created
    22:45:18 10/30/08 (system) WARNING Failed to load driver for sap
    22:45:18 10/30/08 (system) WARNING Failed to load driver for mysql
    22:45:18 10/30/08 (system) INFO Exploration time(sec): 0
    22:45:18 10/30/08 (system) WARNING The content of the catalog will be erased in 5 seconds due to the changes in the DB schema
    22:45:23 10/30/08 (system) WARNING No permissions to clear the catalog. The catalog has not been erased
    22:45:25 10/30/08 (system) INFO Exploration time(sec): 0
    22:45:28 10/30/08 INFO Logging to com.hyperion.cp.util.JettyLogger@c7539 via com.hyperion.cp.util.JettyLogger
    22:45:28 10/30/08 INFO jetty-6.0.1
    22:45:28 10/30/08 INFO Started SocketConnector @ 0.0.0.0:9080
    22:46:24 10/30/08 INFO Shutdown completed
    22:46:32 10/30/08 INFO Starting up
    22:46:32 10/30/08 INFO Oracle Essbase Studio Server. Version 11.1.1.0.00, Build 1297
    22:46:34 10/30/08 INFO Listening on *:3000
    22:46:34 10/30/08 (system) WARNING Failed to load driver for sap
    22:46:34 10/30/08 (system) WARNING Failed to load driver for mysql
    22:46:35 10/30/08 (system) INFO Exploration time(sec): 1
    22:46:35 10/30/08 (system) WARNING Error during call of the procedure 'start actions' from the package 'util'
    -------------- Exception --------------
    com.hyperion.cp.vm.VmException: cannot load the package 'util'
         at com.hyperion.cp.vm.VmPackage.loadPackage(VmPackage.java:529)
         at com.hyperion.cp.vm.VmOperatorPath.verify(VmOperatorPath.java:48)
         at com.hyperion.cp.vm.VmControlStatement.verifyCallStatement(VmControlStatement.java:532)
         at com.hyperion.cp.vm.VmControlStatement.verifyAndRunControlStatement(VmControlStatement.java:95)
         at com.hyperion.cp.vm.VmParseTree.verify(VmParseTree.java:428)
         at com.hyperion.cp.vm.VmTask.runCode(VmTask.java:303)
         at com.hyperion.cp.cpl.CplCompilerVm.compileMeAndRun(CplCompilerVm.java:149)
         at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:109)
         at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1299)
         at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:166)
         at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:128)
         at com.hyperion.cp.server.ServerMain.main(ServerMain.java:202)
    Caused by: com.hyperion.cp.cpl.CompilerException: Compiler result: 5 error(s)
         at com.hyperion.cp.cpl.CplCompilerVm.loadPackage(CplCompilerVm.java:189)
         at com.hyperion.cp.vm.VmPackage.loadPackage(VmPackage.java:524)
         ... 11 more
    Caused by: com.hyperion.cp.cpl.CompilerException: Syntax error near 'nding'. Line = 733 Column = 1
         at com.hyperion.cp.cpl.CplParser.syntax_error(CplParser.java)
         at java_cup.runtime.lr_parser.parse(lr_parser.java:595)
         at com.hyperion.cp.cpl.CplCompilerVm.loadPackage(CplCompilerVm.java:185)
         ... 12 more
    22:46:35 10/30/08 INFO Logging to com.hyperion.cp.util.JettyLogger@164bff9 via com.hyperion.cp.util.JettyLogger
    22:46:36 10/30/08 INFO jetty-6.0.1
    22:46:36 10/30/08 INFO Started SocketConnector @ 0.0.0.0:9080

    Did you fix the problem? What was the solution? Thanks in advance.

  • 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 - Failed to Establish Connection With SQL Database Server

    Hi all,
    I am new to Hyperion and am having trouble deploying what seems a simple cube in Essbase Studio.
    My environment is Windows 2003, EPM 11.1.1.2, SQL Server 2000.
    I have the following two issues which may be related.
    1. The EPM System Diagnostic tool says that Hyperion Foundation cannot connect to the SQL database.
    Error:
    Failed: Connection to database
    Error: java.net.UnknownHostException: <server name: <server name>
    Recommended Action:
    Every other EPM application is able to connect to the database. I have tried re-configuring Foundation Services and checking the config files and nothing looks wrong. I would appreciate advice on how to fix this.
    2 In Essbase Studio, I was able to connect to the database where the source data is, build the minischema and create dimensions and measures. But when I run the cube deployment wizard I get the error:
    Message: Failed to deploy Essbase cube
    Caused By: Failed to build Essbase cube dimension: (Time)
    Caused By: Cannot incremental build. Essbase Error(1021001): Failed to Establish Connection With SQL Database Server. See log for more information
    …ODBC Layer Error: [08001] ==> [[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]SQL Server does not exist or access denied.]
    I have checked the DSN as well as the connections set up within Studio, and they are all able to connect to the database. I am using the admin user for the Essbase server and have created a different user for the databases where the data resides and the shared services database. I tried using the same user all the way through and this didn’t help.
    Can you please advise what else I can check or change to resolve this issue.
    Also, can you work in EAS with cubes that are created in Studio? I tried looking at it and I got an error that the rule file couldn’t be accessed because it was created in Studio.
    After the above failures, I tried creating a cube in EIS, with mixed success. I have been able to load the members and data without errors. But when I try to view the data in the cube, I am seeing field names for the measures instead of the data itself.
    ...Definitely more questions than answers at this stage of my learning.
    Regards
    Michelle

    Michelle,
    I don't know if you found an answer to you question after so many months but I was hoping I could be helpful.
    The issue you are experience happens often when the dimension that you are getting an error on, in this case TIME, is built from a snowflake lineage and there is a bad foreign key reference. This dimension is most like high-up in your outline build process for Essbase Studio and this prevents the build from happening usually early on.
    Check your logs also. They are in Hyperion > Products > logs > essbase > essbasestudio.
    You can also make your logs more verbose by setting a configuration variable in the essbase studio server.properties file but that should only be used for debugging as it really saps performance.
    And, yes, you can of course edit an Essbase Studio deployed cube in EAS. However, any changes you make to the cube in EAS are subject to being wiped-out upon the next Essbase Studio deployment of that Applicaion/Database combo.
    If you want to provide more detail, screenshots, etc. I would be glad to help where I can.
    Cheers,
    Christian
    http://www.artofbi.com

  • Essbase Studio Fails Validation  - Incorrect Server.properties path

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

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

  • Essbase studio unicode character issue

    Hi all,
    We are facing issues in Essbase Studio when records with unicode character is encountered.
    E.g. We have a field like City BUCUREȘTI with a unicode character. So when the record with this filed comes, it concatenates the part of the filed (City BUCURE) before the special character to the next record and the next record gets rejected. So we are seeing the below error in the logs :
    \\Record #1060 - Incorrect Syntax For Member City BUCURECountry ZA     H668207     A676477
    We are deploying it as Unicode application
    Details : Source database : Teradata 13
    Essbase - 11.1.2.2
    We are using streaming mode and dynamic ODBC and deploying unicode application.
    Has anybody faced this issue and can help me?
    Many thanks.

    Are you definitely sure that is not an issue with the syntax of the deploy command, are you saying the Maxl works when running it from the Essbase Studio Server?
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • ITunes won't load when I click, not running in "task manager"

    I have a Dell Inspiron 1545. I run on Windows 7. iTunes was operating normally for me until recently... just a few days ago, I discovered that iTunes wouldn't load when I clicked on the icon on my desktop. I've tried clicking on it from the start men

  • How to connect FP 1000 and FP 1601 using SRM6100

    Hi all, In my uni lab, I have two system. The first one comes with : FP1000, FP-DO, FP-TC-120 and SRM 6100. The second one goes with : FP1601, SRM6100 and Laptop. Therefore, I want to get the value from FP-TC-120 and also send the controlled signal t

  • Phone migration between 8.6 clusters

    Hello: hoping someone has experience with this migration and can answer this. situation: existing phones on 8.6 cluster A ,company A - moving to another cluster  that is also 8.6 cluster B, company B in order to move these phones successfully onto th

  • Perform Client import/export SCC8 with different release component between server

    Dear All Isn't possible to perform Client import/export SCC8 with different release component between server.? Currently the condition of between two system as follows Source Server     : SAP ECC6.0, Component SAP_APPL, release 602 level 16 Target Se

  • Is still paying even after subscription is cancele...

    My CC is still charged for premium subscription even I got a letter from Skype confirming is has been canceled.