Essbase Adapter problem, NullPointerException trying reversing

Hi, i'm trying to import via ODI some data in Essbase.
I've imported the adapter, the RKM and created the dataserver and phy schema.
When in designer i try the reverse engineering i obtain a java.nullPointerException.
I've also added drivers path to windows enviroment.
I think there is an error in DataServer settings.
I've filled in as follow:
name: essbase name (taken by essbase console)
user and pass: demoadmin (it's local admin)
In Phy Schema i've written the name of application (OdiLoad) and Database (DataB) for both catalog, work and schema fields.
I don't know how test where is the error.
Edited by: DecaXD on 28-ott-2008 4.21

The operator list is blank. This is due probably because i can't interface to Essbase server. Once i succeded to started session and i obtained this same problem
Re: Reverse Engineering of Essbase  cube failing
when i start reverse i obtain a nullPointerException
java.lang.NullPointerException
     at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
     at com.sunopsis.dwg.cmd.DwgCommandBase.prepare(DwgCommandBase.java)
     at com.sunopsis.dwg.cmd.e.t(e.java)
     at com.sunopsis.dwg.cmd.g.y(g.java)
     at com.sunopsis.dwg.dbobj.SnpSession.localExecute(SnpSession.java)
     at com.sunopsis.graphical.t.nm.k(nm.java)
     at com.sunopsis.graphical.frame.a.iq.bw(iq.java)
     at com.sunopsis.graphical.frame.bn.A(bn.java)
     at com.sunopsis.graphical.frame.bn.e(bn.java)
     at com.sunopsis.graphical.frame.w.actionPerformed(w.java)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
     at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
     at java.awt.Component.processMouseEvent(Component.java:5488)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
     at java.awt.Component.processEvent(Component.java:5253)
     at java.awt.Container.processEvent(Container.java:1966)
     at java.awt.Component.dispatchEventImpl(Component.java:3955)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
     at java.awt.Container.dispatchEventImpl(Container.java:2010)
     at java.awt.Window.dispatchEventImpl(Window.java:1778)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Similar Messages

  • Essbase Adapter ODI Problem

    Hi, first i wanna say sorry if i post in the wrong section. I cant find ODI section, n since i have a problem with Essbase Adapter in ODI, so i just post here.
    I wanna ask 2 things:
    First is regarding the Reverse Engineering in ODI from Essbase. Sometime i cant reverse Essbase Application, but sometime it was success. Is this the problem of the adapter?
    Second, when i wanna load the member from an oracle database to Essbase, i always getting the same error message.
    org.apache.bsf.BSFException: exception from Jython: Traceback (innermost last):
    File "<string>", line 61, in ?
    com.hyperion.odi.essbase.ODIEssbaseException: Invalid value specified [RULES_FILE] for Load option [null]
         at com.hyperion.odi.essbase.ODIEssbaseMetaWriter.validateLoadOptions(Unknown Source)
         at com.hyperion.odi.essbase.AbstractEssbaseWriter.beginLoad(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._pyx14.f$0(<string>:61)
    at org.python.pycode._pyx14.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(Unknown Source)
         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.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.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)
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Invalid value specified [RULES_FILE] for Load option [null]
         at org.apache.bsf.engines.jython.JythonEngine.exec(Unknown Source)
    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.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.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)
    wat is the cause of this? and does ODI only accept the parent/child load rules? and does Essbase has it own CKM?
    thanks.

    better if you try on odi forum:
    Data Integrator
    To your questions:
    there is no specific CKM for essbase;
    you can define target/source options (IKM) when you design the Interface Flow.

  • Mini display to hdmi adapter problem

    Hi,
    When I connected my mini display to hdmi adapter to hdmi, and hdmi cable to my ASUS PA238QR monitor, my early 2011 MBP 13" detects the monitor, but the monitor shows "hdmi no signal".
    I tried unplugging everything, including the adapter and hdmi, but to no avail. I tried putting my computer to sleep, and waking it up, still, nothing seemed to be the cause of the problem.
    I read through some old discussion on this issue, and nobody seems to have a solid solution besides purchasing another adapter.
    I tried booting into win7 and still, the monitor shows "hdmi no signal".
    I am 100% sure my monitor and hdmi works becuase when I used other laptops it's fine.
    Thus, I'm suspecting it's the mini display to hdmi adapter's problem.
    Is there a way I can make sure that my macbook pro is outputting the signal?
    Any recommendation or advises are welcomed. Thanks for reading.

    If you've an HDMI port on your television, you could always try that.
    I've used this adapter from Monoprice successfully - not bad for under $7.
    Give your TV a try - if no go, then you'll know that it's an adapter problem.
    Good luck,
    Clinton

  • Issue with HAL essbase adapter

    Hi Experts
    I have an issue with HAL,I got the below error when I tried to use essbase adapter, the HAL version is 7
    java.Lang.NoClassDefFoundError
    I know this is known error ...most of the forums are telling this is error related to Environment Variables...but I dont know how to fix as I am unaware of this....java..... classes..bla bla bla..
    I installed HAL in c drive, Can anyone help me ...how to fix this issue....
    Thank You
    M.S

    Go to control panel->system->system properties->advance->environmental variables. You should have something like this "C:\Program Files\Vignette\V7\vbis\Hyperion\EssbaseAdapter" in your classpath variable. Check you installation on your "C:\" drive to get the correct path. Hope this helps.

  • DCOM Component Not Found after Essbase Adapter Configured for FDM 11.1.2.2

    We are migrating FDM from version 11.1.1.3 to 11.1.2.2 following the official guide.
    After schema update, we can log in to the FDM Workbench fine, but we are having trouble when upgrading Essbase adapter.
    The existing adapter is outdated (for Essbase 11.1.1.3), and we followed the document to import, register, configure new Essbase adapter.
    However, after machine profile, adapter options (which application to connect and so on) are set, we tried to configure dimension mappings.
    In the "Target Dimension" field in the "Dimension" tab of adapter configuration window, it only shows "Connection failed." in the drop down list.
    Then we discovered that we need 32-bit Essbase Runtime client after reading an Oracle KM Article, then we copied it from Essbase server and set the environment variables.
    After doing so, and register the adapter again, now the dimension is shown in the pop-up window when configuring dimension of the Essbase adapter.
    The progress of our FDM adapter registration:
    1. Import the adapter ES11X-G4-J.xml in FDM workbench.
    2. Put the upsES11XG4J.exe file under <EPM_Oracle_Home>\common\EssbaseRTC\bin
    3. Create a system environment variable ESSBASEPATH with value "<EPM_Oracle_Home>\common\EssbaseRTC\11.1.2.0" and add following value to PATH environment variable: "<EPM_Oracle_Home>\bin-32; %ESSBASEPATH%\bin; <EPM_Oracle_Home>\products\Essbase\EssbaseClient-32\bin", where the <EPM_Oracle_Home> resemble our EPM location.
    4. Register the adapter from "File -> Register Adapter" in workbench and select the upsES11XG4J.exe file.
    5. Executed "Run -> dcomcnfg" trying to update the launching user right for corresponding DCOM component (upsES11XG4J.cluHypWindowEB) but could not find it there.
    Does anyone encountered this situation before?

    Thanks Jeff.
    Sorry I didn't notice your reply here, since Oracle Support has answered that for Windows Server 2008 R2, this step is no longer needed when configuring FDM Essbase Adapter. That's sweet.
    Warm Regards,
    John

  • Problem with GR reversal

    Hi all,
    I am facing problems in GR reversal, I tried with two posting dates, for one its giving
    i) Account determination for an entry ...... not possible.
    ii) Account  500700 requires an assignment to a CO object.
    What could be the probable solution.
    Regrads,
    Shweta

    HI
    This is due to missing GL only.
    1.Check the material used in MIGO for which this error is coming.
    2.Check the valuation class assigned to this GL.
    3. check in OBYC whether for that valuation class GL account is maintained.
    4.check if the GL is existing in CO. code and not only in Chart of Accounts
    Anil patreddy

  • Hdmi adapter problem

    I own Phillips 32pfl9604h TV. Recently I bought HDMI adapter. When I set up the iPad with HDMI to TV , TV is recognizing the iPad but the format is constantly switching between 2 different formats. I tried to connect it to a different model of TV and it does work normally. I've tried to change the format but I can't stop the changing of formats.
    Is there any solutions for this?
    Thank you in advance.
    Jure

    If you've an HDMI port on your television, you could always try that.
    I've used this adapter from Monoprice successfully - not bad for under $7.
    Give your TV a try - if no go, then you'll know that it's an adapter problem.
    Good luck,
    Clinton

  • Hyperion hal essbase adapter error

    hi all,
    when using HAL, palnning componnent is working fine.
    When tring to use essbase adapter, I recieve an error: exception #1 error code 1000 could not create session
    i'm so Desperate.
    please Help!
    Thanks,
    Wendy :)
    Edited by: 956623 on 07:25 03/09/2012

    Hi,
    This is usually path/classpath problem.
    Ensure the following environment variable references exist on each machine running HAL and the Essbase adapter.
    To view/set the environment variables, navigate to My Computer -> Properties -> Advanced -> Environment Variables.
    User CLASSPATH:
    <HAL_Install_Path>\vbis\Hyperion\EssbaseAdapter
    System or User PATH:
    <HAL_Install_Path>\vbis\Hyperion\EssbaseAdapter\adm
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Essbase adapter Not found

    I just setup a new application and am trying to add the Essbase adapter to it. I goto file -> Import but ES11x-G4-E.xml is nowhere to be found.
    On a slightly tangential note, I am setting up this application because I want to load data from EBS to Hyperion Planning. I figured the data gets loaded to Essbase. Can someone verify this?

    Hello,
    Unfortunately the .XML file is where ever you downloaded and extracted the adapter too. All adapters are not available to all customers (due to licensing and purchasing agreements) and therefore must be downloaded/extracted/installed seperately.
    Yes data is loaded to Essbase. Planning is merly a web-interface to the Essbase data. Planning holds ZERO data.
    Thank you,

  • ORA-12560: TNS:protocol adapter error when trying to connect

    hopefully somebody can help me out... the problem i'm having is connecting to the scott/tiger database. i keep getting :
    "ORA-12560: TNS:protocol adapter error" when trying to connect to it. it worked previously, but i unistalled oracle 8i personal and reinstalled it. now it doesn't let me connect. what's going on?
    thanx,
    uriah

    You can run the net8 assistant to set up your tnsnames.ora file.
    start/programs/oracle/network administration/net8 assistant
    When you are done it should look something like this:
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
         (PROTOCOL = TCP)
         (Host = )
         (Port = 1521)
    (CONNECT_DATA = (SID = ORCL))
    Bev

  • Essbase Adapter Question

    Hi All,
    A small problem (I think it is): in the Workbench I only have one Essbase Adapter, however in the Web client I can see 2. One of them is showing as Global.
    Any help appreciated.
    Thanks
    Mark

    Sorry, I should have been more precise!
    I am creating a new FDM application that involves integration from an Oracle ERP. In the Workbench I have added 3 adapters: ES11x-G4-E, PULL-G4-B and ERPI-FIN-A. When I go to update the Control Table in the adapter drop-down I can see 2 Essbase adapters:
    [Global] (ES11x-G4-E) and ES11x-G4-E
    Interestingly, when I select the non Global adapter the selection reverts to the Global option.
    Many Thanks
    Mark
    PS v11.1.1.3

  • I got problem when trying to contact my iphone 4 using facetime,it did ringing,but my iphone 4 did not receive that call as if nothing happen.But,when the call ended,that call appeared in the missed call list.fyi both are connected to internet.

    i got problem when trying to call my iphone 4 using facetime with my Macbook Pro 13',it did ringing,but my iphone 4 did not receive that call as if nothing happen.But,when the call ended,that call appeared in the missed call list.fyi both are connected to internet.Help!! thank you in advance

    i got problem when trying to call my iphone 4 using facetime with my Macbook Pro 13',it did ringing,but my iphone 4 did not receive that call as if nothing happen.But,when the call ended,that call appeared in the missed call list.fyi both are connected to internet.Help!! thank you in advance

  • Help me?! graph card problems when trying to play games on mac in wmvare-windows 7

    I know that you aren't suppose too play games on mac. But I bought a iMac 27"
    Processor  3,5 GHz Intel Core i7
    Minne  16 GB 1600 MHz DDR3
    Grafik  NVIDIA GeForce GTX 775M 2048 MB
    and I installed wmvare and windows 7 so I could do gameplays for my YouTube channel on PC games. I didn't boot because I were insecure but anyways. I installed wmvare and windows 7 sucesfully but then when I were going too try too run the game Black Ops 2 in steam it poped up a message that told me
    "DirectX encountered an unrecoverable error. Check the readme for possible solutions." So I sat for hours trying too understand what the problem was, trying to update DirectX with more. Since I already had the latest DirectX that wasent the problem. And finaly I found the sulution. There were some problem with the grapich card so I needed too upgrade the grapich card. Well ofcourse NIVIDIA didn't have any driver for the GTX 775M grapich card. I checked here https://discussions.apple.com/message/24065327#24065327 and used the link that took me to were I could dowload the drivers. When the dowloading were done and I started the system check after a while it stoped and told me that the NVIDIA installation coulden't go on. Becuase this graphics routine could not find any compatible graphics hardware. So what is the sulution? Because I am not going (I have already put so much money on this) pay more for this too work so as ordering new stuff like a driver, another grapich card or anything lika that I dont want to boot my computer but if I must I perhaps will do it just if I dont need to pay for another windows 7. So I want a awnser were I can and how I can dowload the drivers so that I can play games on my mac for exampel; Black Ops 2, Battelfield 3/4, The Forest, Day Z. Would be greatfull for awnsers that have a sulution!!!!

    Okey, so when I was going too boot my computer it works good untill half the way thruh when boot campassistant is going too dowload the latest windows assistant it says "This computer can just do windows 7" then I press next after a few seconds it says "Can't dowload files because the server is busy" (this was just from my memory it may have been somthing else, but it is pretty much what it said). So how do I fix this, the easiest thing too just press a few buttons and choose a ISO image and the it can't even proseed to the pratipation....

  • I am having the problem when trying to take a panorama picture.   It may only take the first frame or doesn't even start at all when I press the shutter button. even though when i  hold the phone straight up and down, so that camera is at the top

    I am having the problem when trying to take a panorama picture. 
    It may only take the first frame or doesn't even start at all when I press the shutter button.
    even though when i  hold the phone straight up and down, so that camera is at the top on the back and the home button is on the bottom on the front.
    This problem is irritating me....?

    To take panorama
    - ensure that the panorama option is on
    - press the shutter button once
    - you will see a line with an arrow
    - move around in a circle  ( I keep the camera steady and turn myself around in a circle)
    - as you do this you will see the arrow moving across the screen as it captures pictures
    - at the end of the capture, you will be able to see your panorama picture
    I hope that this helps, do report back.

  • How do i deactivate a device through icloud if the device is broken and i am unable to turn on find my iphone? Also i do not own a apple id as ive been using a family members due to problems when trying to make one?

    How do i deactivate a device through icloud if the device is broken and i am unable to turn on find my iphone? Also i do not own a apple id as ive been using a family members due to problems when trying to make one?

    Hey tyjox,
    Thanks for the question. After reviewing your post, it sounds like you need to deactivate Find My iPhone on a device that does not work. You will need to work with the family member of the account the iPhone is registered with. I would recommend that you use this article to help you resolve or isolate the issue.
    iCloud: Remove your device from Find My iPhone
    http://support.apple.com/kb/PH2702
    Remove an iOS device you no longer have
    If you no longer have the iOS device because you gave it away or sold it, you need to remotely erase it before you can remove it.
    Sign in to icloud.com/#find with your Apple ID (the one you use with iCloud).If you’re using another iCloud app, click the app’s name at the top of the iCloud.com window, then click Find My iPhone.
    Click All Devices, then select the device.
    Click Erase [device], then enter your Apple ID password. Because the device isn’t lost, don’t enter a phone number or message.If the device is offline, the remote erase begins the next time it’s online. You’ll receive an email when the device is erased.
    When the device is erased, click Remove from Account.All your content is erased and someone else can now activate the device.
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

Maybe you are looking for

  • Time [ Quota Generation for Part-time employees]

    Hi Experts, I need a help.  I have a following issue. 1] Whenever an employee is marked with a tick '' as Part-time], I want the quota to be generation based on the Weekly workdays [field in SAP WKWDY]. 2]  I used the option of defining reduction rul

  • SmartView 11.1.2 Build 514

    We have created a version of our Trial Balance report as a SmartView report. We have the account numbers in column A and have typed in the descriptions in column B. Each description is followed by a semi-colon so that SmartView doesn't try to update

  • Blue screen in windows 7

    I have been getting the blue screen after windows has been running for a while. Sometimes it happens when I am trying to install something. I have uploaded minidump files to the sky drive but I can't seem to read them, I tried copying and pasting the

  • Korean language support package

    I'm using Abobe Acrobat 9 standard, when I use typewriting for typing, error message: fixed by installing the latest version of the Korean language support package.  Pls let me know where to download, thanks

  • Color Adjustment - Not Effecting Color Selection

    I could use some help doing color adjustment. I'm using the Color adjuster to adjust the grass in one of my photos from Green to Yellow. When I do this, some of the blades of grass are still staying Green. I added another color adjustment and selecte