How to connect Hyperion Essbase

Hi all,
I am new to ODI.I have requirement to load data from oracle to essbase.
Please help me to create connection deatils for hyperion essbase?
Rama

Hi John,
I followed the blogs .Once i did reverse for essbase model i am getting the below error
org.apache.bsf.BSFException: exception from Jython:
Traceback (innermost last):
File "<string>", line 58, in ?
com.hyperion.odi.essbase.ODIEssbaseException: Error in connecting to Essbase server. Error message is : Cannot connect to olap service. Cannot connect to Analytic Server. Error:Analytic Server Error(1051293): Login fails due to invalid login credentials
     at com.hyperion.odi.essbase.ODIEssbaseConnection.connect(Unknown Source)
     at com.hyperion.odi.common.ODIModelImporter.importModels(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
     at org.python.core.PyMethod.__call__(PyMethod.java)
     at org.python.core.PyObject.__call__(PyObject.java)
     at org.python.core.PyInstance.invoke(PyInstance.java)
     at org.python.pycode._pyx2.f$0(<string>:58)
     at org.python.pycode._pyx2.call_function(<string>)
     at org.python.core.PyTableCode.call(PyTableCode.java)
     at org.python.core.PyCode.call(PyCode.java)
     at org.python.core.Py.runCode(Py.java)
     at org.python.core.Py.exec(Py.java)
     at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
     at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
     at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
     at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
     at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
     at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
     at com.sunopsis.dwg.cmd.e.i(e.java)
     at com.sunopsis.dwg.cmd.g.y(g.java)
     at com.sunopsis.dwg.cmd.e.run(e.java)
     at java.lang.Thread.run(Unknown Source)
Caused by: com.essbase.api.base.EssException: Cannot connect to olap service. Cannot connect to Analytic Server. Error:Analytic Server Error(1051293): Login fails due to invalid login credentials
     at com.essbase.server.framework.EssOrbPluginDirect.essMainLoginSV(Unknown Source)
     at com.essbase.server.framework.EssOrbPluginDirect.essMainLoginSV(Unknown Source)
     at com.essbase.server.framework.EssMainConnectionContext.open(Unknown Source)
     at com.essbase.server.framework.EssOrbPluginDirect.essMainLogin(Unknown Source)
     at com.essbase.server.framework.EssOrbPluginDirect.essMainLogin(Unknown Source)
     at com.essbase.api.session.EssOrbPlugin._invokeMainMethod(Unknown Source)
     at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
     at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
     at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
     at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
     at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
     at com.essbase.api.session.EssOrbPlugin.essMainLogin(Unknown Source)
     at com.essbase.api.datasource.EssOlapServer.connect(Unknown Source)
     at com.essbase.api.datasource.EssOlapServer.connect(Unknown Source)
     at com.hyperion.odi.essbase.wrapper.EssbaseConnection.connect(Unknown Source)
     ... 33 more
com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Error in connecting to Essbase server. Error message is : Cannot connect to olap service. Cannot connect to Analytic Server. Error:Analytic Server Error(1051293): Login fails due to invalid login credentials
     at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
     at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
     at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
     at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
     at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
     at com.sunopsis.dwg.cmd.e.i(e.java)
     at com.sunopsis.dwg.cmd.g.y(g.java)
     at com.sunopsis.dwg.cmd.e.run(e.java)
     at java.lang.Thread.run(Unknown Source)
I need to give any privilage?
Rama

Similar Messages

  • How to install Hyperion Essbase 11.1.2.2 Client

    HI Experts,
    I need to import metadata from essbase cube into OBIEE 11.1.1.6 from Essbase 11.1.2.2 remote server ,
    I got suggestions that I should have installed hyperion essbase 11.1.2.2 client , so can anyone guide me how to install essbase client 11.1.2.2.
    I did the same with OBIEE 11.1.13 and 11.1.1.5 with Hyperion essbase 11.1.2 and easily made its access. but with these new realease everything is got changed.

    Raj M wrote:
    OS IS WIN 7 ULTIMATE, AND MIN LEVEL OF THE USER ACCOUNT CONTROL IS SET
    I CAN RUN THE INSTALLED WITHOUT ERROR,
    WELL I HAVE THIS EPM System Release 11.1.2.2.0 Client Installers for Microsoft Windows V32789-01* ABOUT 1.6 GB
    IS THAT CORRECT ONE,Yes extract the package and you will see the essbase client standalone installer.
    or just extract the "EssbaseClient" folder from the package.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to connect to Essbase cubes from Cognos

    Hi
    We have Cognos 8.4 installed in Server A & Essbase 9.3.1 in Server B.
    How do I access the essbase cubes from Cognos?
    Do I have to install smartView or Excel add on the cognos server?
    or
    Can I install Framework manager in the Essbase server and have this done?
    Any suggestions?
    Thanks

    Hi
    We have Cognos 8.4 installed in Server A & Essbase 9.3.1 in Server B.
    How do I access the essbase cubes from Cognos?
    Do I have to install smartView or Excel add on the cognos server?
    or
    Can I install Framework manager in the Essbase server and have this done?
    Any suggestions?
    Thanks

  • Com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Error in connecting to Essbase server

    Hi Experts,
    I am trying to load metadata From Oracle to Essbase.In the Essbase data server, all credentails are correct. In the model, I am using OracleDIAgent(not local agent), Context Global, RKM Hyperion Essbase.
    In the execution, Start the Reverse is failing and getting the below error.
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
      File "<string>", line 58, in <module>
      at com.hyperion.odi.essbase.ODIEssbaseConnection.connect(Unknown Source)
      at com.hyperion.odi.common.ODIModelImporter.importModels(Unknown Source)
      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)
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Error in connecting to Essbase server. Error message is : Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials
      at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
      at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:322)
      at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
      at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2472)
      at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:47)
      at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)
      at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
      at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)
      at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)
      at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:577)
      at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:468)
      at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2128)
      at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:366)
      at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
      at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)
      at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:292)
      at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:855)
      at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
      at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
      at java.lang.Thread.run(Thread.java:662)
    Caused by: Traceback (most recent call last):
      File "<string>", line 58, in <module>
      at com.hyperion.odi.essbase.ODIEssbaseConnection.connect(Unknown Source)
      at com.hyperion.odi.common.ODIModelImporter.importModels(Unknown Source)
      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)
    Thanks,
    mady

    Hi John,
    Thanks for the reply.
    Actually i have written big reply to u with explaining about the issue. But at the writing reply only, i got an idea to resolve this.
    Now i am able to run the Model successfully.
    Yes, you are correct. Due to invalid credentials only i am getting this error.
    I want to ask you one thing. Actually, at the time configuration i gave password as a password, then my manager wants to change that password to Gxxx@123!
    I have changed that password, it is working fine to connect workspace, easconsole and all.
    But the issue i seen in creating DataSource(In planning), i am getting error with new password in the Essbase server datails. If i give old password(as password), it is working fine.
    So, How can get that new password to work here??
    In ODI also, it is the issue. When i am using New password it is not working. With Old password it is working fine.
    Thanks,
    mady

  • How to start working with fresh hyperion essbase 11.1.2.2

    Hi Experts,
    I have installed and configured hyperion 11.1.2.2 with below component
    1.Essbase
    2.HFM
    3.HFR
    4.Weblogic
    5.Oracle HTTP Server
    Now I want to start working with hyperion Essbase but not getting a proper way to start from where, its totally different from 11.1.3 which I used previously,
    So please help me which services to start with sequence and how to login into Essbsae console/studio to create new database with steps
    Thanks in advance

    If you want to use the standalone clients then you will need to install them separately, all the clients are available in the clients package which can be downloaded.
    It is also possible to use the EAS web console but the port you connect will depend on how you have configured the system, for example
    EAS deployed to own managed server - http://<servername>:10080/easconsole/console.html
    EAS deployed to one managed server - http://<servername>:9000/easconsole/console.html
    or you can use the http server port 19000, 9000 depending on the http server deployed.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Unable to Obtain a Connection to Hyperion Essbase from Planning Application

    Dear All,
    I have installed FDM+Foundation+HFM+Essbase+Planning 11.1.1.3 (Tomcat)
    I have stacked with the following problem:
    when I try to open my data form, I am getting
    “Unable to obtain a connection to Hyperion Essbase. If this problem persists, please contact your administrator”
    Validate Database Connection & Validate Essbase Connection are successful throw Manage Data Source menu
    Essbase user has admin privileges
    In EAS console I can make myself sure, that my application is running
    Data Form is valid (verified in Preview screen in Data Form wizard)
    Can somebody help me with it?
    Best Regards,
    Siarhei

    Thanks, John
    Summary
    Symptoms
    When attempting to connect to Hyperion Planning as the admin user, the following error occurs:
    Unable to obtain a connection to Hyperion Essbase. If the problem persists, please contact your administrator'
    Cause
    Hyperion Planning web accesses the application by making a connection to the Planning metadata in the relational repository (via Relational repository settings) and also to Essbase via the datasource settings.
    Any Essbase connection issues indicate problems with the Essbase settings in the datasource or are related to the Essbase server.
    Solution
    - Edit the datasource via the Configuration Utility.
    - Test the Essbase connection and make sure that the user used to make the connection is valid and has admin rights to Essbase.
    - Restart the Hyperion Planning service once the Essbase user has been given the correct access rights.
    - Login to the Essbase Administration Services (EAS) console and right click on the Essbase server name node -> Refresh security from Shared Services
    - Expand the applications node (under the Essbase server name node) and check that there is an application with exactly the same name as the Planning application.
    Note: Go to section 'manually recreating a Planning application in Hyperion Essbase, if the Planning application is missing in the above step.
    - Login to the application in Hyperion Planning web.
    Manually recreating a Planning application in Essbase:
    - Login to the EAS console as admin (the Essbase user used by admin must have Essbase administrator rights)
    - Go to Essbase servers -> your Essbase server name -> right click on applications -> Create application -> Using Block Storage and enter the exact Hyperion Planning Application name then click on ok.
    Note: The above step will only create the application shell without the databases.
    - Login to the application in Hyperion Planning web as admin and go to Administration menu -> Manage Database -> select database and filters (to create filter access to Essbase) and Refresh (refresh will also recreate the databases if they don't exist)
    Best Regards,
    Siarhei

  • Connecting issue with Hyperion Essbase 11.1.2.1 on my laptop

    I have installed hyperion 11.1.2.1 on my I5 4BG 500 GB laptop using windows 7 Ultimate
    i have done about 5 installs
    the last couple of intstall's
    I have completely wipe-out my system complete restore to factory setting !!!
    everything in installed and loaded and configutor
    I am able too log on to admin server and then the essbase outlines
    then i make a restore point.
    once i do the windows updates
    it will run find the first time i use it
    but if i close it down and try to open up the system again
    I am not able to get the admin server to run
    and i am when I can finally get admin running
    iI get the error
    can not connect to essbase server
    what logs should i be looking at
    and or what is the issue
    Please advise

    Good Morning
    well I took you suggestion and set up a oracle Virtual Machine using window 2008 R 2 as my OS on my laptop
    and on the install the
    Common component failed
    when that never happen with attemping to installing on windows 7 Ultimate
    and
    when I attempt to Logon
    the admin server will not start
    this is the AdminServer-diagnostic
    [2011-11-15T17:01:57.782-05:00] [AdminServer] [WARNING] [DMS-58041] [oracle.dms.jrockit.jfr] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <WLS Kernel>] [ecid: 0000JEdG3UYDwW05zzWByW1Eki5L000000,0] The JRockit FlightRecorder class is declaring that it is not active and so DMS can not use it.
    [2011-11-15T19:49:47.080-05:00] [AdminServer] [ERROR] [] [org.apache.beehive.netui.pageflow.internal.AdapterManager] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JEdqTsgDwW05zzWByW1Eki5L000002,0] [APP: consoleapp] ServletContainerAdapter manager not initialized correctly.
    EssbaseAdminServices0 Log
    ####<Nov 17, 2011 3:17:16 AM EST> <Notice> <WebLogicServer> <WIN-HYPERION> <EssbaseAdminServices0> <Main Thread> <<WLS Kernel>> <> <> <1321517836598> <BEA-000365> <Server state changed to FAILED>
    ####<Nov 17, 2011 3:17:16 AM EST> <Error> <WebLogicServer> <WIN-HYPERION> <EssbaseAdminServices0> <Main Thread> <<WLS Kernel>> <> <> <1321517836598> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<Nov 17, 2011 3:17:16 AM EST> <Notice> <WebLogicServer> <WIN-HYPERION> <EssbaseAdminServices0> <Main Thread> <<WLS Kernel>> <> <> <1321517836614> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Nov 17, 2011 3:17:16 AM EST> <Info> <WebLogicServer> <WIN-HYPERION> <EssbaseAdminServices0> <Main Thread> <<WLS Kernel>> <> <> <1321517836739> <BEA-000236> <Stopping execute threads.>
    I also turn off the firewall
    CPL shell starting up
    Please specify the host
    Host: nextrlevel
    Please specify the username
    Username: nextlevel
    Please specify the password
    Password:
    Error:
    CPL - Cannot connect to the specified server: unresolvable network address.
    Verify the network address and try connecting again.
    SYS - java.nio.channels.UnresolvedAddressException
    Press any key to finish the client session
    Oracle EPM System
    Diagnostics
    Generated on 11/17/2011 05:26 AM
    Validation run on WIN-HYPERION
    EPM System Diagnostics info: 11.1.2.1.0 drop 36-0 build 6321-on-03/01/2011 06:48 AM
    Build version: 11.1.2.1.0.6765
    OS name: Windows Server 2008 R2
    OS version: 6.1
    Test Status Service Test Description Duration
    Hyperion Foundation
    WARNING CFG: Configuration EPMVLD-01005: Product configuration tasks have not been completed.
    Validating that configuration tasks have been completed 12 seconds
    FAILED WEB: Permissions "system-jazn-data.xml" file not exist.
    Error: Some of required entries are not valid.
    Recommended Action: Check if system-jazn-data.xml file contains all HIT entries 12 seconds
    FAILED LNK: Registry Checking that all components in the registry have a link to host
    Error: $item.exception.localizedMessage
    Recommended Action: 12 seconds
    PASSED CFG: Environment Checking whether system path variable length exceeds 2,000 0 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component SHARED_SERVICES_PRODUCT was not found in registry.
    Recommended Action: Try to re-config product. 12 seconds
    Essbase / Essbase
    WARNING CFG: Configuration EPMVLD-01005: Product configuration tasks have not been completed.
    Validating that configuration tasks have been completed 12 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component ESSBASE_PRODUCT was not found in registry.
    Recommended Action: Try to re-config product. 12 seconds
    Essbase / Essbase Administration Services
    WARNING CFG: Configuration EPMVLD-01005: Product configuration tasks have not been completed.
    Validating that configuration tasks have been completed 12 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component BUSINESS_RULES_PRODUCT was not found in registry.
    Recommended Action: Try to re-config product. 12 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component ESSBASE_PRODUCT was not found in registry.
    Recommended Action: Try to re-config product. 24 seconds
    Essbase / Essbase Integration Services
    PASSED CFG: Configuration Validating that configuration tasks have been completed 12 seconds
    PASSED REG: Configuration Checking if product has only one product node in registry. 0 seconds
    Essbase / Essbase Studio
    WARNING CFG: Configuration EPMVLD-01005: Product configuration tasks have not been completed.
    Validating that configuration tasks have been completed 12 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component ESSBASE_PRODUCT was not found in registry.
    Recommended Action: Try to re-config product. 12 seconds
    Essbase / Provider Services
    WARNING CFG: Configuration EPMVLD-01005: Product configuration tasks have not been completed.
    Validating that configuration tasks have been completed 12 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component ESSBASE_PRODUCT was not found in registry.
    Recommended Action: Try to re-config product. 12 seconds
    Foundation / Calculation Manager
    WARNING CFG: Configuration EPMVLD-01005: Product configuration tasks have not been completed.
    Validating that configuration tasks have been completed 12 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component CALC_MANAGER_PRODUCT was not found in registry.
    Recommended Action: Try to re-config product. 12 seconds
    Foundation / Workspace
    PASSED CFG: Configuration Validating that configuration tasks have been completed 12 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component WORKSPACE was not found in registry.
    Recommended Action: Try to re-config product. 12 seconds
    Test start time: 11/17/2011 05:21 AM
    Test end time: 11/17/2011 05:26 AM
    Total test duration: 284 seconds
    Please advise
    any Ideas
    Edited by: Next Level on Nov 17, 2011 1:20 AM
    Edited by: Next Level on Nov 17, 2011 1:22 AM
    Edited by: Next Level on Nov 17, 2011 1:28 AM
    Edited by: Next Level on Nov 17, 2011 1:38 AM
    Edited by: Next Level on Nov 17, 2011 1:59 AM
    Edited by: Next Level on Nov 17, 2011 2:07 AM
    Edited by: Next Level on Nov 17, 2011 2:19 AM
    Edited by: Next Level on Nov 17, 2011 2:28 AM

  • Smart View Shared Connections - Oracle Essbase - How is list derived?

    Testing out the new build of Smart view 11.1.2.2.310 on Office Excel 2010.  In Shared connections I show three Essbase servers
    EssbaseCluster-1
    EssbaseCluster-2
    EssbaseCluster-3
    Via EAS there is only EssbaseCluster-3.  What file or lookup is Shared Connections pointing to for 1 and 2?  If I try to open them they give a 'cannot connect to Essbase server' error.
    How can I remove these?  Right-click delete option not available...
    JTS

    It is usually being picked up from the Shared Services Registry, if you run a registry report do you have 3 clusters?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • In Hyperion essbase how the project will get allocated?

    Hi All:
    I am new to the Hyperion; I have an doubt how hyperion project will devide into the modules? kindly take an example any finanical large project and tell me.
    In normally 1. Functional designs, Technical designs, Build, testing. in normal any project.
    But hyperion how it will be? could you pls tell me?
    Also what kind of daily activites we get in Hyperion Essbase?

    Please check out this thread => How to calculate cache setting from Essbase application.
    The ODTUG whitepaper is indeed quite good.
    Thank you,
    Todd Rebner

  • FDM:how to load data from oracle DB to hyperion essbase

    Hi,
    I want to get data from the orcle database and load it into Hyperion Essbase.Do i need to have any source adapter for it or only by using essbase target adapter I can get it ?
    Pls guide me with this.
    Thanks

    You want an integration import script along with an Essbase target adaptor -- see page 197 of the fdm admin guide at:
    http://download.oracle.com/docs/cd/E12825_01/epm.111/fdm_admin.pdf
    You will need to use an ODBC compliant Oracle driver for FDM to connect to your db --
    the examples in the admin guide are SQL server connections. The Oracle connection strings are
    slightly different.
    The below wiki shows an ODBC connection to Oracle:
    http://www.orafaq.com/wiki/ODBC_FAQ
    Regards,
    John A. Booth
    http://www.metavero.com

  • How to extract data from Hyperion essbase and load into essbase application

    Hi Guru,
    I want to extract data from hyperion essbase 1 application and then load to another application of hyperion essbase.
    Can any one know,how to do this.
    Please,suggest LKM and IKM that should be used for this.

    Thank you very much John,
    I am using Report script method not your least like method(Calc script as you mentioned in your blog)...:)
    I don't know how to check logs of essbase.
    what is load rule and how to use that?
    My ODI version is:10.1.3.6.2
    One more think i want to ask you is i don't have hyperion planning as Technology in topology maneger in my ODI.
    Though, in my oracledi\lib\scripts\xml directory, i have TECH_HyperionPlanning.xml
    So,how to import technology to have this OR I need something else for this....
    Edited by: Maulik Vadodariya on 16 Mar, 2011 3:51 PM
    Edited by: Maulik Vadodariya on 16 Mar, 2011 4:11 PM
    Edited by: Maulik Vadodariya on 16 Mar, 2011 4:14 PM
    Edited by: Maulik Vadodariya on 16 Mar, 2011 4:14 PM
    Edited by: Maulik Vadodariya on 16 Mar, 2011 4:15 PM

  • How to extract data From Hyperion Essbase to Flat Files

    Hi ,
    Can anyone tell me how to extract data from Hyperion essbase to Flat file(e.g. .csv , .txt ,...) or Oracle Table using ODI.
    Regards,
    Avneet

    Hi sutirtha,
    I have make one column as key column now i am getting this error,
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 1, in ?
    com.hyperion.odi.essbase.ODIEssbaseException: The number of columns returned by script [10] is less than the source data columns exposed [12]
    at com.hyperion.odi.essbase.ODIEssbaseDataReader.getAppData(Unknown Source)
    at com.hyperion.odi.essbase.AbstractEssbaseReader.extract(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
    at org.python.core.PyMethod.__call__(PyMethod.java)
    at org.python.core.PyObject.__call__(PyObject.java)
    at org.python.core.PyInstance.invoke(PyInstance.java)
    at org.python.pycode._pyx7.f$0(<string>:1)
    at org.python.pycode._pyx7.call_function(<string>)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyCode.call(PyCode.java)
    at org.python.core.Py.runCode(Py.java)
    at org.python.core.Py.exec(Py.java)
    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
    at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.k(e.java)
    at com.sunopsis.dwg.cmd.g.A(g.java)
    at com.sunopsis.dwg.cmd.e.run(e.java)
    at java.lang.Thread.run(Unknown Source)
    Caused by: com.hyperion.odi.essbase.ODIEssbaseException: The number of columns returned by script [10] is less than the source data columns exposed [12]
    at com.hyperion.odi.essbase.wrapper.EssbaseReportDataIterator.validateColumns(Unknown Source)
    at com.hyperion.odi.essbase.wrapper.EssbaseReportDataIterator.init(Unknown Source)
    ... 33 more
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: The number of columns returned by script [10] is less than the source data columns exposed [12]
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.k(e.java)
    at com.sunopsis.dwg.cmd.g.A(g.java)
    at com.sunopsis.dwg.cmd.e.run(e.java)
    at java.lang.Thread.run(Unknown Source)

  • HP Froms can't open with Error" Can't connect to Hyperion Essbase"

    Hi ALL,
    I have just installed HP11.1.2 before. and create a application with demo data. the process progress successfully while it is occured error opening the forms.
    Error Message
    can't connect to Hyperion Essbase.
    while Essbase server it's running now. coz i can't get any more infor about this error.
    Products: EPM11.2
    Platform: Linux-86
    Regards,
    Chelsea
    Edited by: Chelsea on Aug 25, 2011 6:08 AM

    What happens when you try and refresh the database, Administration > Application > Refresh Database > Select Database and Refresh
    Does it still error out? If so are you sure you can login into essbase using say EAS of Maxl
    If it does let you refresh, does it still error when you go back to the form?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • "Unable to obtain a connection to Hyperion Essbase."

    I checked responses to similar threads, but ours is somewhat different.
    We use System 9.2.0.2 version
    We accidentally deleted an essbase app that was a planning app. Went through the following steps:
    1. Copied Essbase app back from another server ( we had a 2 days old copy)
    2. Verified that we can open app in Planning Desktop.
    3. Restarted all JVMs and Essbase in correct order (all JVMs but planning, started essbase, started planning)
    4. All security and metadata parts of Planning work, we can login, open/edit forms and dimensions, etc. Anything requiring connecting to Essbase app does not: Cannot validate a formula in Planning (the same formula validates in Essbase outline), cannot open a form that uses substitution variable in column definition, etc.
    Essbase app is fine by itself, we can run retrieves against it.
    We opened a ticket with support, but so far no results. Any suggestions will be greatly appreciated

    Glad to hear you resolved.
    I have had to do a similar process in the past.... Yep, it's key that you "refresh" planning.

  • Error: 1051012: User does not exist - connecting to essbase in EAS console

    Hi-
    I cannot connect to localhost essbase server installed on my Vista laptop.
    These are the error messages I get when trying to expand mypc essbase server in EAS console..
    Error: 1051012: User esadmin does not exist
    /* Essbase server is configured with esadmin login */
    I also get this error when I try to start it by right clicking the server in EAS:
    Error: -1 com.essbase.eas.net.remote.RemoteStartException: Unable to connect to server mypc. Reason: Connection timed out: connect
    The server might not be running.
    Here is the entire log output:
    admin     August 29, 2008 11:36:31 AM EDT     com.essbase.eas.admin.defs.AdminCommands.GetUserServerList     Succeeded
    EssBase Servers-User List:
    Server Name: mypc, UserName: esadmin
    Business Rules Login Successful
    Essbase Server: mypc     com.essbase.eas.essbase.defs.ServerCommands.Connect     August 29, 2008 11:42:18 AM EDT
    Error: 1051012: User esadmin does not exist
    Essbase Server: mypc     com.essbase.eas.essbase.defs.ServerCommands.Start     August 29, 2008 11:43:14 AM EDT     Failed
    Error: -1 com.essbase.eas.net.remote.RemoteStartException: Unable to connect to server mypc. Reason: Connection timed out: connect
    The server might not be running.
    Any help is appreciated.
    Thank you.

    How are you running Essbase? When you installed it, what userid and password did you use?
    That's where you have start. An easy way to test this is:
    1) Ensure that the Essbase service is not running.
    2) Start up a cmd window.
    3) Type "essbase"
    4) After some whirring and clicking, you should see the Essbase agent prompt you for a password. The id and the company name you registered the copy of Essbase to will appear. Presumably this is the id "esadmin" but maybe it's something else.
    Whatever password goes with the "esadmin" is the one you want to use.
    if you can't figure it out or have forgotten, stop Essbase, and delete the Essbase.sec, Essbase.bak, Essbase.bak_startup and the files (or stick them in some place other than the hyperion\essbase\bin directory), and then restart Essbase as in the above steps. You will then reregister the product. Write down the id and password. :)
    BTW, if you have security, users, filters, etc., the above step will blow them all away. Given your problem, it sounds like you're in an initial install so that won't be a problem.
    Once you have that working, you can begin tackling the EAS issue.
    Regards,
    Cameron Lackpour

Maybe you are looking for

  • Web service in LV2013: Change answer for "Bad Request", "Access Error"...

    Hi there, I am building a large application in LabVIEW 2013. I use a Web Service Server in LabVIEW to communicate to other systems. All in all the new Web Service functions in LV2013 work pretty fine and Web Services are easy to implement. In case an

  • X-Fi questi

    Just a couple of questions. What would be considered the "best" X-Fi soundcard available? I would assume it's the Elite Pro, since it's the most expensi've and all. Are there any major problems with the Elite Pro that would deter me from buying it's?

  • RMAN - ERROR 06023

    Hi, pls any one give the solution RMAN> run{ 2> restore database; 3> recover database; 4> } Starting restore at 21-APR-09 allocated channel: ORA_DISK_1 channel ORA_DISK_1: sid=11 devtype=DISK RMAN-00571: ==============================================

  • Possible Cyclic Reference

    I am getting the possible cyclic reference error in my JSF 1.0 application. However, I am not sure if this is an actual cyclic reference or just a bug, which was fixed in Mojarra. Can someone please look at my faces-config and tell me if this is an a

  • After iOS 5 update two thirds of the screen is black

    A few hours after my iOS 5 update two thirds of the screen is wiped out (black). The touch gestures work fine on all the screen, I just cant see two thirds of it.  Picture of the screen attached: Has anyone seen this before? I restored the iPad to it