ODI 10.1.3.5 with planning & essbase 11.1.2.1

Hi All,
I installed Hyperion in 11.1.2.1 64bit, Oracle Database 11g, ODI 10.1.3.5 64bit in windows environment. ODI works fine when connecting to relational database, but when tring to connect to planning or essbase, a driver error occurred.
Does anyone know this issue? Is there any additional adapter or driver for this version? If yes, please kindly provide me a link. thanks a lot.

Hi,
First of all, I configurated Physical Architecture by localhost:11333, and the JDBC tab is gray at this panel. And then I configurated Logical Architecture, imported RKM Hyperion Planning, LKM File to SQL, IKM SQL to Hyperion Planning. But strangely, a driver error occurred when I tried to reverse. Details as below..
java.sql.SQLException: a driver must be specificed. (必须指定驱动程序)
at com.sunopsis.sql.SnpsConnection.a(SnpsConnection.java)
     at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
     at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
     at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
     at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
     at com.sunopsis.dwg.reverse.Reverse.d(Reverse.java)
     at com.sunopsis.graphical.frame.b.ip.fe(ip.java)
     at com.sunopsis.graphical.frame.b.ip.fa(ip.java)
     at com.sunopsis.graphical.frame.b.ip.l(ip.java)
     at com.sunopsis.graphical.frame.b.ep.actionPerformed(ep.java)
     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
     at javax.swing.JToggleButton$ToggleButtonModel.setPressed(Unknown Source)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
     at java.awt.Component.processMouseEvent(Unknown Source)
     at java.awt.Component.processEvent(Unknown Source)
     at java.awt.Container.processEvent(Unknown Source)
     at java.awt.Component.dispatchEventImpl(Unknown Source)
     at java.awt.Container.dispatchEventImpl(Unknown Source)
     at java.awt.Component.dispatchEvent(Unknown Source)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
     at java.awt.Container.dispatchEventImpl(Unknown Source)
     at java.awt.Window.dispatchEventImpl(Unknown Source)
     at java.awt.Component.dispatchEvent(Unknown Source)
     at java.awt.EventQueue.dispatchEvent(Unknown Source)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.run(Unknown Source)

Similar Messages

  • Integrate active directory with Planning/ Essbase shared services security

    Hi All,
    we try to set up MSAD integration for Planning and Essbase 9.3.1.
    Everyting works fine but the accounts that pop up are first and last name in the user field instead of the userid used in windows to login. so in windows i login with mroest but now in Hyperion i have to use Marc Roest.
    DC=NL, DC=xxxx, DC=Corp
    ID Attribute = ObjectGUID
    User DN: CN=Adm Hyperion, OU=xxxx, OU=Utr
    Can anyone please help how to use the samID as defined in MSAD instead of the full name as is now?
    Thanks very much in advance,
    Marc

    Hi John.
    Do you know why OpenLDAP database would not migrate to the unique identity attribute say if I use sAMAccountName for the ID Attribute field on the MSAD User Configuration screen in Shared Service? It will not update the identity in OpenLDAP when I browse it, even after all the services have been restarted, including OpenLDAP and Shared Services...
    Any help would be appreciated.
    Thanks
    .-a furstrated programmer...

  • Is ODI 10.1.3.5 compaitable with Planning 11.1.2?

    Hello,
    We are upgrading to Hyperion 11.1.2 (specifically Planning and Essbase) and we need to know if our current ODI 10.1.3.5 will be able to connect and load to the new version of the Hyperion software. It would save a lot of time and effort if we did not have to upgrade ODI at this point.
    Thanks for any help,
    Nick

    ODI 10.1.3.6 is supported with Planning 11.1.2.x
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Has anyone had issues with Planning security refreshing in Essbase

    I am on Planning version 9.3.0.1 and we are having issues with planning users being able to use an essbase connection to pull data from smartview. They are able to see data in web forms in planning but they get #no access when they try to connect to the same data in smartview.
    Has anyone else experieced this issue.

    If user works when you provision individually its because they were set in the environment in EAS.
    group has to have all the access needed (bug in orig). css file open a ticket for the file name. example user needs calc access you setup calc but bug in system is not also giving user read and write access. Thus you can individually add this to the group in provisioning area in shared services. in EAS goto File open- editors create/run script with
    alter user 'userID' Add application_access_type Planning;
    alter user 'userID' add application_access_type Essbase; to add user to the environment if error you need to refresh eas first then run maxl script for planning you also need to go to workspace and select any of your dimensions all your groups ...edit .. migrate identities.. to get group/Users in planning wether adding or removing users. when you do planning changes you need to do database and security filters refresh.

  • Connecting ODI with planning

    Hi all,
    Iam using ODI 10g with planning 11.1.2.1 in 64bit platform, both the servers are intalled in the same machine. Im trying to load metadata to a planning application through ODI, but when trying to do reverse in Developer, its throwing error:
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 32, in ?
    com.hyperion.odi.planning.ODIPlanningException: Could not connect the Planning instance on host [hyperion], port [19000], check if connect information is correct.
    my workspace url:
    http://hyperion:19000/workspace/index.jsp
    I checked my planning port in EMP configurator, and it was 8300 while my HyperionRMIregistrystdout file has port 11333.
    what is the port number that i need to use while creating a planning data server ?Now should i use an agent to complete the reverse? And is it necessary to install JDK to run the agent?
    Please

    Thanks SH for the reply. But could you please help me with the other two questions that ive asked.about using an agent and about jdk..how should i proceed to do a reverse of planning application. coz even with 11333 the agent fails to connect successfully.
    getting the following error:
    ava.lang.Exception: Socket disconnected
         at com.sunopsis.dwg.dbobj.SnpSession.remoteExecuteTest(SnpSession.java)
         at com.sunopsis.graphical.r.bz.actionPerformed(bz.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.AbstractButton.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
         at java.awt.EventQueue.access$000(Unknown Source)
         at java.awt.EventQueue$1.run(Unknown Source)
         at java.awt.EventQueue$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.awt.EventQueue$2.run(Unknown Source)
         at java.awt.EventQueue$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    thanks
    Edited by: foolish barber on Aug 20, 2011 11:28 AM

  • Best Practice for Hyperion Planning : Essbase or Dataform for Adhoc Analysi

    Hi,
    with Hyperion Planning, you are able to start an Adhoc Analysis from an Hyperion Planning Dataform or from an Essbase cube?
    What is the best way / pro / contra ? thanks in advance
    .... I 've juste notice that when you delete the dataform the Retrieve doesn't work anymore :-( .... and with Essbase you get some "un-useful" dimension as HSP_Value
    Regards
    xavier

    A couple of other things that go with Planning as the data source:
    1) You have access to all of the non-Essbase data -- think SmartLists, text (okay, it's there now in Essbase, but not from Planning applications) fields, supporting detail, etc. If you want users to see that relationally stored data, the only other way to get it in Excel is to run a Financial Reports report into Excel (or hack the tables and write SQL to pull the stuff -- did that pre 11x and it's too much work).
    2) There's a performance hit when going against Planning, just like there is when Planning is the data source in Financial Reports.
    Using a form to limit dimensionality - isn't that what SmartSlices are for? I guess it's another way to get to the same place. Although you have to administer the SmartSlices, I would imagine they would break less often than a form might. Having said that, once built, how often do you delete a form?
    It's really nice that ad-hoc analysis from forms are now possible, but I've always thought of it as nice feature to have alongside data entry, never as the primary path into Essbase analysis.
    Just my $0.02.
    Regards,
    Cameron Lackpour

  • Optimal configuration of laptop in order to install EPMA 11.1.x (Planning & Essbase), VM Ware.

    Hi,
    I am planing to buy a new laptop and looking for optimal configuration of laptop in order to install EPMA 11.1.x (Planning & Essbase) to be run on VM Ware.
    Can you please suggest?
         Thanks.

    I have an old Lenovo W520 with 32GB of RAM and a 1TB Samsung Evo 840 SSD.  I have Planning, Essbase, EPMA, FR, Calc Manager and Oracle 12c running (version 11.1.2.4) on Windows Server 2012 R2.
    16GB of RAM will allow you to run a compact deployment, but probably not a "regular" deployment.  I don't like compact deployments as they can make it difficult to troubleshoot issues with individual products.
    I recommend 32GB of RAM.  I also recommend an SSD rather than a regular hard drive.  Quad-core processor is a must-have.
    I would look at either a Lenovo W541 (not the new W550s as it tops out at 16GB of RAM) or a Dell Precision M4800 or M6800.  If you really want to go nuts, check out Digital Storm/Clevo/Sager, where you can custom build your laptop.  These three appear to use the same components.
    Check out my blog where I illustrate step-by-step how to get Hyperion Planning running on a laptop.  I should have the last posts in the series up this weekend.
    EPM Adventures | Hyperion Planning, Essbase and all things EPM
    Hope this helps,
    - Jake

  • Change of sales order in combination with planned/released production order

    Hi Guru's,
    How do you deal with changes in the sales order in combination with planned orders and the scenario how to deal with release production orders?
    Can you tell me the SAP scenario, technically or reports or transactions or user exits, etc?
    Thank you in advance,
    Eric

    Here You have 2 scenarios
    1. Sales order changed at planned order stage
    In this case any chagne of quantity done in the sales order level will be taken care by the Planned order until it was not firmed .
    In case if it was firmed for the increased qty you will get a new planned order getting created.
    In case if it is reduced and if it was unfirmed it will get changed accordingly
    2. Sales order changed at production  order stage
    if the planned order was converted to production order change we can manually changes the respective Production order util no confirmation was done to any operations..
    is all this scenariors you are looking for if it is helpful let me know
    thanks..
    dskumar

  • SRM 7 PPS Classic Scenario with Plan Driven Procurement?

    Hello experts,  I want to know if the combination of  SRM 7 PPS Classic Scenario with Plan Driven Procurement is possible? or if there any limitation to consider? Our client needs to create purchase requisition in ERP -> send this purchase requisitions to SRM (as shopping carts) create bids - > quotations  - > create contract from accepted quotations and then from the contract we need to create purchase order but this one must be created in ERP (classic scenario) Someone has experimented the same situation? Best regards and thanks for your Help.
    Liam

    Hi Lima ,
    Classic scenario wont support PPS .
            - Stand alone and classic scenario not supported
            - Shopping cart renamed to Purchase Requisition
            - Shopping cart generate (pre)commitment in funds management
            - Contract can create Funds Reservation (Earmarked Funds) in Funds Management as a Guarantee
            - Goods Receipt and Invoice created in ERP
            - Mixed PO: PO with lines that works like contract lines, a PO can be created from these lines
            - PO created from contracts or mixed-PO is named call-off PO. Only is a new name, is a "normal" SRM      PO
            - Goods receipt possible in SRM only in "easy" cases
    Thanks & Regards
    Pradeep Kumar Dondeti

  • Production Order GR with Planned Price

    Dear All,
    We are using following steps for production order=
    1) Create BOM, for Semifinished material with Price control = "S"
    2) Create Roting, with all Keys PP01, PP02 and PP03 with Material allocation to respective steps
    3) Standard Cost Estimation using CK11N and CK24
    4) Create Production order using CO10 with Material and WBS Element.
    5) Material issue against Reservation. But the material may be changed after releasing prodction order first time. And Actual issue for the BOM material may be more or less in qty.
    6) Final confirmation with completion of last phase confirmation of production order.
    7) Production Order TECO
    8) Prodction Order Settlement using KO88
    Now my problem is while I am doing final confirmation the GR done is with Planned price (Based on BOM) + Subcontracting charges which it is set with production order while releasing it for the first time.
    Kindly tell me is the system behaviour is correct or wrong?
    We are expecting that GR should happen with the actual material issue price + Subcontracting charges only.
    Please reply.
    Thanks & Regards,
    Vishal Kadia

    Vishal,
    This is for your information.
    If you have production order of 1 EA- Starnadar Price =10 rs
    Raw material cost=5
    Activity Cost=2
    Overhead Cost=2
    So COM=9 rs
    Suppose after production order creation plan cost is 9 rs, hence after confirmation there is no varience (plan vs actual) so actual cost is also the same 9 rs.
    Now as you said if system will go for GR against actual cost, that will post in cost of good mfg account at the time of GR.
    As per std SAP after GR also you can issue the material to that order, hence if you will go for more goods issue of new material against that order (unplanned issue) of rs 5 for the same order then the actual cost will again change (recalculated), but for that oredr material is allready GR with actual cost, then you will not able settle the cost of newwly issued material on that order.
    So whatever the plan and acual cost GR will be done against std price maintioned in material master ( 10 rs)
    This is my understanding.
    Hopes that will clear your dought.
    Tara

  • Problems with planning function in Web Application Designer in 2004s

    Hi All,
    I have a problem in WAD 2004s with planning function. I created a web template that includes a query. It runs on the enterprise portal, and I can edit this query. The problem is: I don't know how to save this edited query, because when I use the button with function save, the new value doesn't appear in the relevant info cube.
    Anybody can help me how to save the new values to the info cube?
    Thanks in advance
    Dezso Toth

    I don't know if you ever resolved this, but you may just ned to change a setting on your query properties.  When data is entered into planning layouts and saved, that data is put into a "yellow" request in the underlying infocube. 
    Until the necessary volume of data is posted which causes this to change to "green", it remains yellow.  Note that this request could also be changed to green several ways.  i.e. manually, by flipping the "real-time infocube behavior" switch, etc. 
    Anyway, as long as it "yellow" your query, by default will not consider it, unless you change it's properties to tell it to consider "yellow" requests.  This can be done via RSRT and pressing the "properties" button.  Choose request status "2" and your problem should be solved

  • Planning with planning material

    Hi All,
    I am working on the make to stock scenario where I am working on the strategy 63(planning with planning material).
    As per scenario once I entered the sales order for variant material it should consume the PIR of the planning material but it did not happen with my case. I maintained the necessary master data for both the material like consumption parameters for planning material, strategy group 63 for both the materials, planning material for the variant material and individual and collective indicator for both materials but it didn't work.
    Can you please provide me the reason why it is not happening?
    Thanks in advance
    Lalit

    hi
    The system finds requirements type VSEV because the strategy group has been set to 63.
    See the Table of Planning Strategy Assignments.
    The requirements are passed on to MRP. The stock/requirements list (Logistics -> Production -> MRP-> Evaluations ->Stock/reqmts list) displays the information for the planning material.
    The planned orders are not yet "real," because the variant product cannot be produced until after receipt of the sales order. Technically speaking, the planned orders have order type (VP). It is impossible to convert these (VP) planned orders into production orders, or to use them in a repetitive manufacturing environment. The Conversion field in the display of the planned order is not set, which indicates that it is not possible to produce this planned order.
    The MRP run also creates procurement requisitions for the components
    The main objective of this strategy has now been reached: procurement for the components has been triggered, even without sales orders, based on the sales forecast from Demand Management only. Procurement of the components can occur in a variety of ways. Here we are assuming that a goods receipt (for a purchase order, for example) takes place.
    A sales order for a variant material is entered
    · Suppose that, for this example, an order with a quantity of 90 pieces is entered with a required delivery date of today. This order can be confirmed after the first planned independent requirement date
    · The consumption parameters have been maintained correctly ( Consumption mode, Bwd consumption per., Fwd consumption per.) in the planning material.
    · This date and the planned independent requirements can be found.
    For more information, see Consumption Strategies and Logic.
    award points if useful
    Regards
    ramesh

  • Statistical WBS & WBS with Planning element in summarization

    Can statistical WBS and WBS with planning element are included in summarization?
    Thx

    Hi,
    Summarisation reports output  are same as the equivalent standard reports but they vary only in the hierarchical display of values. The hierarchy of the report depends on the fields you are using to create a summarisation hierarchy.
    Regards,
    Arul.

  • MDBT  with planning date in Past "01.01.2010".

    Hi Guru,
    I need some help.
    Scenario: We made one variant in  MDBT  with planning date in Past "01.01.2010". But I could not Analise the effect of same.
    Can any one share what is the effect of planning date in Past.
    Thanx & Regd
    PNU

    Hi,
         creation of varient in the past date will not have any effect. All  that effects is scheduling the varient.
    Correct me if i ma wrong.
    Thanku
    krishna

  • Usage of BAPI BAPI_ACC_ACTIVITY_ALLOC_POST with Plan-Tarifs

    Hello together,
    I have a question:
    We want to use BAPI BAPI_ACC_ACTIVITY_ALLOC_POST but only with plan-tarifs and not with actual tarifs.
    Is it possible?
    Kind regards
    Udo

    Answered

Maybe you are looking for

  • Re: Phoneline (and Broadband) unusable for 3 weeks...

    My Broadband and phone line have not worked properly since 10th Feb Numerous phone calls and 2 engineer visits later and still unresolved. Helpline useless promise to ring back within certain time then don't just feel I am going round in circles and

  • What are the master Data in SAP SD

    Hi All, I have a question. Even though its a naive question please bear with me. what are the master data in SAP SD. These are the one's  i know. 1)   Customer Master Data 2)   Material  Master Data But what i want to know is does the following ones

  • Problem with Java DVD during EHP2 - portal

    Hello, During our EHP2 portal upgrade and during the DVD mount points. Following are the DVDs: BS Java                           BS Java Content DVD                        C:\51039248 DVD Kernel                      SAP Kernel                        

  • Problem in using BI Presentation Beans(more specific to crosstab) in jsp

    In the Web Application developed using Oracle JDeveloper 10.1.2.1, i am using BiBeans 10.1.2.0.2 crosstab for data representation in jsp. Jsp also contains other interface components like textbox, submit buttons etc. The problem is: on clicking submi

  • Setting TCP Read timeout value?

    How do I choose a timeout value for a TCP read function? I'm receiving data from a server at a rate which varies between 40 and 140 Hz (normally 120 Hz), there is no handshaking and at any set transmission rate it appears that the network load causes