Reverse engineering failed for Essbase:

Hi all

ODI11G we're trying to retro-design ESSBASE and failed with the error below. Please suggest me to solve this one.

RKM used with custom option: RKM for Hyperion Essbase.

org.apache.bsf.BSFException: exception of Jython:

Traceback (most recent call changed):

File "< string >", line 58, < module >

at com.hyperion.odi.essbase.ODIEssbaseConnection.getTables (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 occurred while retrieving the tables of Essabse. Error message is: InputStream cannot be null

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)

to 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)

to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:292)

to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:855)

at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)

to 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 changed):

File "< string >", line 58, < module >

at com.hyperion.odi.essbase.ODIEssbaseConnection.getTables (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 occurred while retrieving the tables of Essabse. Error message is: InputStream cannot be null

at org.python.core.PyException.fillInStackTrace(PyException.java:70)

at java.lang.Throwable. < init > (Throwable.java:181)

at java.lang.Exception. < init > (Exception.java:29)

to java.lang.RuntimeException. < init > (RuntimeException.java:32)

to org.python.core.PyException. < init > (PyException.java:46)

to org.python.core.PyException. < init > (PyException.java:43)

at org.python.core.Py.JavaError(Py.java:455)

at org.python.core.Py.JavaError(Py.java:448)

at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:177)

at org.python.core.PyObject.__call__(PyObject.java:355)

at org.python.core.PyMethod.__call__(PyMethod.java:215)

at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221)

at org.python.core.PyMethod.__call__(PyMethod.java:206)

at org.python.core.PyObject.__call__(PyObject.java:381)

at org.python.core.PyObject.__call__(PyObject.java:385)

to org.python.pycode._pyx2.f$ 0 (< string >: 58)

to org.python.pycode._pyx2.call_function (< string >)

at org.python.core.PyTableCode.call(PyTableCode.java:165)

at org.python.core.PyCode.call(PyCode.java:18)

at org.python.core.Py.runCode(Py.java:1204)

at org.python.core.Py.exec(Py.java:1248)

at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:172)

at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)

... 19 more

Caused by: com.hyperion.odi.essbase.ODIEssbaseException: error occurred while retrieving the tables of Essabse. Error message is: InputStream cannot be null

at com.hyperion.odi.essbase.ODIEssbaseConnection.getTables (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)

at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:175)

... more than 33

Caused by: com.essbase.api.base.EssException: InputStream cannot be null

at com.hyperion.odi.essbase.wrapper.EssbaseMetadata.initialize (unknown Source)

to com.hyperion.odi.essbase.wrapper.EssbaseMetadata. < init >(Unknown Source)

at com.hyperion.odi.essbase.wrapper.EssbaseMetadata.getInstance (unknown Source)

at com.hyperion.odi.essbase.wrapper.EssbaseApplication.getStandardDimensions (unknown Source)

... more than 40

Thank you and best regards,

Alex keny

This patch was designed to fix problems with loads to Essbase and planning after the 500 power supply has been applied. Replace the original odihapp_essbase.jar with the version in the patch?

Tags: Business Intelligence

Similar Questions

  • The components common install fails for Essbase Server in a distributed environment.

    Hello everyone, I am trying to install essbase server (V 11.1.2.3) on Red hat Linux 6, 64-bit. Already installed on Windows 2008 Foundation Services. Nothing has yet been configured. On the installation of Linux, the installation of common components to fail. I looked around, in forums and in Oracle Support (Doc ID 1360561.1) and it looks to be a known issue. We discussed that it is due to a small number of missing on the linux server RPM. But I couldn't find a definitive answer as to the exact package that it was, or if it is a problem of RPM in the first place. Could someone please shed some light on what exactly is causing the problem and what exact package is necessary. Thank you.

    BTW, this is the mistake of common-CMO - install.log

    **********************************************************************************************************************************************************************

    (July 2, 2013 11:53:33), install, com.hyperion.cis.OCMOracleHomeSetup, dbg/software/hyperion/EPMSystem11R1/ccr/bin/configCCR - r:

    STDOUT:

    STDERR:

    SH: / software/hyperion/EPMSystem11R1/ccr/bin/configCCR: no such file or directory

    Exit code: 127

    ***********************************************************************************************************************************************************************

    And this is the error in the installTool-install - stderr.log

    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException

    at javax.swing.plaf.basic.BasicTreeUI.completeEditing(BasicTreeUI.java:2009)

    at javax.swing.plaf.basic.BasicTreeUI.completeEditing(BasicTreeUI.java:1974)

    to javax.swing.plaf.basic.BasicTreeUI$ Handler.valueChanged (BasicTreeUI.java:3637)

    at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:629)

    at javax.swing.tree.DefaultTreeSelectionModel.clearSelection(DefaultTreeSelectionModel.java:570)

    at javax.swing.tree.VariableHeightLayoutCache.rebuild(VariableHeightLayoutCache.java:740)

    at javax.swing.tree.VariableHeightLayoutCache.treeStructureChanged(VariableHeightLayoutCache.java:626)

    to javax.swing.plaf.basic.BasicTreeUI$ Handler.treeStructureChanged (BasicTreeUI.java:3824)

    at com.hyperion.install.wizard.swing.FeatureTreeModel.fireStructureChanged(FeatureTreeModel.java:511)

    at com.hyperion.install.wizard.swing.FeatureTreeModel.fireStructureChanged(FeatureTreeModel.java:520)

    to com.hyperion.install.wizard.swing.TreeSelectionFieldSwingImpl$ 11.run(TreeSelectionFieldSwingImpl.java:311)

    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)

    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:641)

    to java.awt.EventQueue.access$ 000 (EventQueue.java:84)

    in java.awt.EventQueue$ 1.run(EventQueue.java:602)

    in java.awt.EventQueue$ 1.run(EventQueue.java:600)

    at java.security.AccessController.doPrivileged (Native Method)

    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:611)

    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)

    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    Thank you

    Ted.

    This is because COM is 32 bit and requires glibc 32-bit packages.

    Try running

    yum install glibc - devel.i686 glibc.i686

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • SRM 5.5 - vSphere replication - error: impossible to reverse the replication for the Virtual Machine. A snapshot operation cannot be performed

    Hi all, we have just run a test DR failover of a couple of virtual machines in our protected our failover site and all site swung perfectly, two virtual machines came online and all applications work well. However when we cam to r-eprotect machines virtual, we get some errors.

    One of the virtual machines seems to have lived the reprotect end process, it is still running, but has not moved to 89% for some time. The virtual machine has a couple of grand (a little less than 2 TB) VMDK. slow progress is just a consequence of the large VMDK?

    More worrisome is the virtual machine which don't reprotect at all. It generates an error whenever I click on the "Restore" button (error: impossible to reverse the replication for the Virtual Machine.) A snapshot operation can not be performed).


    Does anyone have any ideas as to the cause?

    Thanks in advance for any help.

    Andy

    Finally got to the bottom of this. The issue was that reprotect SRM work was trying to dispel any snapshots that were taken on the computer object virtual destination in VMWare, but could not clean snapshots.

    The reason why snapshots would not consolidate was because it was snapshots of temporary VEEAM who in fact any snapshot file listed in the VSAN data store. So when we looked through the browser data store, no snapshot file existed in the virtual computers folder. Trying a manual removal also failed.

    To fix this, we created a snapshot of the virtual machine in the original data center (note is the engine to the bottom of the virtual machine), this effect was to get rid of the 'fade' snapshot that was visible in the Snapshot Manager that VEEAM backup had left behind. Once this had disappeared, the reprotect back to DCA worked perfectly.

  • TrueSuite engine failed to initialize properly

    Hello

    Whenever I have used HP SimplePass I get this message.

    The TrueSuite engine failed to initialize correctly.  Restart the application, by restarting the computer or reinstalling the application may fix this problem.  The application should now stop.

    After a windows update I followed the instructions of a forum windows below - it solved the problem. But after an another windows update I had the problem once again, but can't fix.

    Update driver validity 4.4.234.0 and pass simple hp 6.0.100.272.

    My product name: laptop HP ENVY m6

    Windows 64-bit of 8.1.

    I followed all the advice of: http://h30434.www3.hp.com/t5/Notebook-Operating-Systems-and-Software/TrueSuite-engine-failed-to-init...

    Thanks for your help.

     

    Hi Cookie238,

    Thank you for visiting the Forums HP's Support and welcome. I read your thread on the m6 HP ENVY laptop and having problems with the engine TrueSuite was unable to initialize properly. I read all the patches in the post previous that you me bound. Thanks for all the information, it is very useful to know what you've already tried.

    First thing I would check enable biometric support in this document.

    If this does not help I suggest you uninstall fingerprint driver or reinstall the version updated driver and HP SimplePass ultimate installed and reinstalled the latest version for Windows 8.1.

    Hope it will be useful.

    Thank you.

  • Reverse engineering / import selected objects

    Hi all

    I'm new to tool ODI and try to understand how to reverse engineer / import the selected objects? I am unable to do this.

    For example, I have 10 tables in the database, I want to import / reverse engineer 3 of them, how do I do this at once? I'm able to do that, one by one.

    Your help is appreciated.

    Thank you

    Andy.

    Hello

    Create a template to.--> selective reverse engineering-click---> check the new store of data and object to boning. Then, you can select 3 tables of 10 tables.

    What do you mean by import here?

    You try to import 3 ODI tables?

    Thank you

  • View All_sequences does not appear in reverse engineering

    Hi friends,

    So what to do with reverse engineering of selectinve I want to choose the views all_sequences and all_table, but lives do not appear in the list.

    Does anyone have idea about it?

    Thank you.

    Hi all

    Thanks for your help to solve the issue.

    My problem is solved.  ALL_SEQUENCES, ALL_TABLES views are belongs to the system user and they have public synonyms. When I created the synonym for my user while I'm able to see them in the list.

  • communication error with the server. callback failed for the data entry page

    Hello

    We have recently applied the corrective update EMP on EMP 11.1.2.0 111.2.1.
    We have following the architecture,

    database server: sql server 2005
    Server Foundation (OS = windows server 2008): HSS, EPMA, Manager Calc, EAS, EIS, provider's server, planning
    Essbase Server (OS = windows server 2008): essbase

    After you apply the patching EMP 11.1.2.1, we apply after Electrodes for IE 9 compactibility i.e EMP 11.1.2.1.600 patches

    1. patch 14119724 (Workspace)
    2 14142678 patch (Shared services)
    3 patch 14224664 (EPMA)
    4 patch 14464109 (planning)

    After you apply above patches, all users get error when opening planning web form through the workspace of all client computer.

    "* error communication with the server. callback failed for the data entry page. "




    When restore us only planning patch 14464109 , issue of "communication error with the server. callback failed for the data entry page "get resolved for all users, but failed for a single user IE"user xyz" "

    the user xyz have OS = windows 7 and IE 8
    user xyz can take foundation server RDP can open any form of planning successfully in vain get when doing the basic machine.

    I have following question:
    1. Why do we get error "error communicating with the server. callback failed for the data entry page"after you apply the fixes to IE9

    2. after cancellation all patches or planning one patch, why the user xyz always get the error but not other users


    Thanks in advance

    Published by: 922755 on June 7, 2013 16:08

    It might be useful to have a read of the following doc Oracle Support - "error:"error Communication with the server. " "Callback failed for the data entry page" when you open a Web form of planning with the members of the Type of text [ID 1392689.1].

    And then this question should be resolved en.600

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Loading metadata for Essbase to planning.

    Hello

    I want to know what are the methods to load the metadata in the planning of the essbase cube. I tried edge Extractor to create a csv file, then I used ODI to reverse the file and create a data source. Then I reversed the application of planning, developed the interface and charted the dimensions. I have more dimensions in the target that the data source file, and when I run the interface I always have some planning problems.

    I need to create a table sql from the csv file then reversed and map it to plan? Is there an easy way, I can load the members without the use of ODI?

    Thanks in advance,
    -Hussain

    Check the operator and look at the statistics in the report it should tell you how many records have been loaded, if it is zero and there is no file error (assuming that you have two types of logging enabled), you must back up why he tries to load no record, break down into sections extracted e.g. planning of sql or a flat file then file/sql for essbase.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Additional disk space for Essbase 9.3.1

    Essbase 9.3.1 is installed on a hard drive that has no more space. Is it possible to use or configure another HDD for Essbase to use? I'm loading Cubes (ASO) that fail because of a tablespace of disk space error.

    Any suggestions would be a great help.


    Kind regards
    Sudhir

    You can specify some of the tablespace and I think that the temporary space for a cube ASO in a right click on the application in environmental assessments and by selecting Edit properties. There you can change the disk

  • Problems of reverse engineering HFM

    Hello

    When I was trying to reverse engineering of metadata from HFM, I got this kind of error.
    com.hyperion.odi.common.ODIHAppException: error occurred in the driver when connecting to the application of financial management [demoapp] on [local] using the [admin] username.

    I did all the steps mentioned in this thread...
    Problems with connecting ODI to Hyperion Financial Management

    -Add the drivers for installation / var PATH environment
    -Check HFMdriver.dll exist in this folder
    -Install HFMClient on ODIServer
    -Check that the HFMClient can connect to HFMServer

    Is there any step I missing?
    Thank you

    When reversing to a 11.1.1.3.00 HFM application in ODI 10.1.3.5.0 the following error:

    org.apache.bsf.BSFException: exception of Jython:
    Traceback (innermost last):
    File "", line 38, in it?
    com.hyperion.odi.common.ODIHAppException: error occurred in the driver when connecting to the application of financial management [xxxxxxxx] on [xxxxxxxx] using the [xxxxxxxx] username.

    Cause
    The cause is that the HFMDriver.dll provided with ODI 10.1.3.5.0 is not compatible with HFM 11.1.1.3.00.
    Solution
    Apply Patch 878589210.1.3.5.2.01 ODI.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Photosmart Premium C410: C410 Software Installation fails for not having not supported USB, Win7 Pro

    I just got a laptop HP ProBook G3 450 with Windows 7 Pro 64 bit. I'm unable to install the Photosmart C410 series software and it fails when checking the system requirements, saying the USB hardware and necessary drivers are not present.  I tried with and without a USB cable installed and also tried to disable the security firewall. It fails for the same when USB problem only connected via WiFi. The discoveries of software troubleshooting HP Print and Scan doctor that the software is not fully installed, for example, without help.  I can connect to the printer and print a test page using my WiFi network using a web browser, and I managed to install it on two other portable Win7 in the past.

    Hello
    Click the Start button and type folder in the search bar, then open the Temp folder indicated.

    Open the last HP installation folder that begins with 7z (e.g. 7zs1234)
    Open the installation folder.
    Find the file usbready.exe and rename it to usbready.old.exe
    Navigate to the main extraction folder (folders that begins with 7z) and run the Setup.exe file.

    Now follow the installation and check for the difference.

    Kind regards
    Shlomi

  • Online and automated phone activation fails for XP Home

    Activation fails for me for Windows XP Home Edition, after changing a lot of material. Online activation failed. I called the automatic activation phone number where I give them a "ID of Activation" appears on my screen and I like that it is not valid. Microsoft support site sends me to a web page that sends me to a web page that sends me to the first web page.

    How do I get this active?

    How to activate Windows 7 manually (activate by phone)

    1) click Start and in the search for box type: slui.exe 4

    (2) press the ENTER"" key.

    (3) select your "country" in the list.

    (4) choose the option "activate phone".

    5) stay on the phone (do not meet all the automatic guests) and wait for a person to help you with the activation.

    (6) explain your question clearly to the support person.

  • Windows Update fails for XP and Office 2003 security updates others are OK. Error message is 0x800F0102.

    Windows Update fails for XP and Office 2003 security updates others are OK. Error message is 0x800F0102.

    Ref: http://answers.microsoft.com/en-us/windows/forum/windows_other-windows_update/error-code-0x800f0102/eefc1d5a-2f89-4676-82fb-1d76debbd13f

    Start with these troubleshooting steps and post returns with the requested info and arises from the troubleshooting.

    Clean boot your PC, and then run Windows Update.

    Reset the Windows Update components

    Perform operations of KB883825

  • Windows update fails for KB2661637; KB2647516 and KB2660465

    Windows update fails for KB2661637; KB2647516 and KB2660465 - I ran MicrosoftFixit.wu.Run and get the same results.   Help, please... thnx

    Hi SparkySA,

    Follow the steps in the article.

    Cannot install Windows updates

    You cannot install some programs or updates

  • MSI engine failed

    I have an 0xC007643 error code, I uninstalled AVG and reinstalled and now get the error message internal General. MSI engine failed to install the product. Help

    I ended up calling AVG and they had me uninstall the old version of the program, and then I installed a different version given that my work computer running Windows XP. The new version of AVG installed beautifully with no problems.

Maybe you are looking for