Accessing Notes and Essbase data

Are there any tools/interfaces that allow Lotus notes to access Essbase or Essbase to access Lotus notes data or a separate tool that would combine both. we are looking for a way to have someone using a notes database to e able to view essbase data and stil have drill down/pivot etc. capabilities. Thanks

It appears that there may be a way to use Notes ability to use SQL to access SQL tables to access data in the DB2 OLAP tables.

Similar Messages

  • OBIEE report with HFM and Essbase Data source

    Hi All,
    Just want your though can we get the data from HFM and Essbase data source in a single report i.e. for some account i want to show budget data from HFM and Forecast data from essbase in a single OBIEE report? If yes how can we model both Data source in rpd?

    It possible but the challenge is to try to align the account hierarchy and the entity hierarchy between Essbase and HFM. HFM is looking the data at a top side consolidation level where planning will have more granular details to forecast correctly. The best solution is either to build a custom table in to import both sources, or to use HFM data into Essbase, or to use EPMA. The best in class solution stays to align hierarchies and metadata across applications. We implemented BI Financials Dashboard for the General Ledger, built a custom Dashboard connected in Real Time to Planning and are installing OFMA to connect HFM. Once done, you can rationalize metadata if not done before and start to link the different data into single reports. You will also have to ensure the data is refreshed at the same time to avoid inconsistency.

  • Release notes and release date of SAP MDM 7.3?

    I am looking for information regarding new features and release date of SAP MDM 7.3. Can somebody help me out?
    Best Regards,
    Hannes Broströ

    Please check the following link for 6. Outlook SAP NetWeaver MDM 7.3 -
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c03bbeb6-dd5b-2d10-7bb6-85655f343760?quicklink=index&overridelayout=true
    Thanks,
    Shambhu.

  • Iphone 3g sync and lost address book, notes and all data

    Have an iPhone 3G and synced with itunes yesterday and installed all updates. After the process wqas completed, my phone rebooted and I lost all my address book contents, all notes, and my calendar was wiped clean. Can I get some help in having these items restored?

    This is the Mac OS X Technologies > iSync forum. You appear to be a Windows user - also, even on a Mac, iSync is not used for syncing the iPhone.
    I'd suggest asking in the iPhone forums:
    http://discussions.apple.com/category.jspa?categoryID=201

  • How to accessed,created and modified date of particular file in java

    Hi,
    I am facing one problem.
    I know how to get the modified date/time of file in java.
    but i don't know how to find created and accessed date/time of file in java.
    Thanks,
    Tejas

    I guess thats not possible in in Windows.
    But if u r trying it on a unix machine.
    You can use Runtime class to call exec on the command
    ls -l filename
    and then store the result in a file . And then take out the last modified time. But you cant get created time.
    Thats a clumpsy way i believe.

  • Access enforcer and User Data Source for HR

    We are on Access Enforcer 5.2 - service pack 2:
    My problem is that when creating a new request in AE, I able to get a list of all users when I point my User Data Source to either SAP or UME. However when I attempt to create a request whilst pointing the User Data Source at the SAPHR system, I do not get any users back (and we have user set up in the SAP HR system).
    I’ve changed the connector to ‘YES’ under the HR System box, I’ve changed the Data Source Type and Details Source Type to point at the SAPHR and still it fails to fetch any users.
    I've tried looking at the log, but can't get much out of it.
    I would appreciate it, if anyone could provide any assistance.
    Thanks you in advance.
    Amarjit
    Message was edited by:
            amarjit singh

    Hi Micheal,
    Thanks for your reply.
    I'm pointing both Data Source Type and Details Source Type to the same system SAPHR and to the same system name (which is our dev system)
    Regards,
    Amarjit

  • Accessing protected and private data of a class

    Hi friends,
    I have writen a sample code in oops abap but iam facing some problem.
    CLASS MAIN DEFINITION.
        public SECTION.
          DATA : VAR1(10) TYPE C VALUE 'NEW VALUE'.
          METHODS : PUBLIC.
      ENDCLASS.
      CLASS MAIN IMPLEMENTATION.
         METHOD : PUBLIC.
           WRITE : /5 VAR1.
              VAR1 = 'CHANGED'.
           WRITE : /5 VAR1.
         ENDMETHOD.
      ENDCLASS.
    START-OF-SELECTION.
        DATA :
               O_MAIN TYPE REF TO MAIN.
               CREATE OBJECT O_MAIN.
               CALL METHOD O_MAIN->PUBLIC.
    now its working fine as public methods can be access by all the people where as protected methods can be access by class and subclass so i can inherit the properties of above class and access the protected data.
    where as to access private data , private data can be access by class itself...
    so now how do i access the private data within the class...ie : how do i get the above output when i use a private section instead of public..
                CLASS MAIN DEFINITION.
        private SECTION.
          DATA : VAR1(10) TYPE C VALUE 'NEW VALUE'.
          METHODS : Private.
      ENDCLASS.
      CLASS MAIN IMPLEMENTATION.
         METHOD : Private.
           WRITE : /5 VAR1.
              VAR1 = 'CHANGED'.
           WRITE : /5 VAR1.
         ENDMETHOD.
      ENDCLASS.
    START-OF-SELECTION.
        DATA :
               O_MAIN TYPE REF TO MAIN.
               CREATE OBJECT O_MAIN.
               CALL METHOD O_MAIN->Private.
    iam getting a error saying you cannot access the private section...
    now private section can be accessed within the class but nt by others...
    to access the private section within the class how should i correct it...
    Regards
    kumar

    HAI,
    Private attributes or methods can be accessed directly by the Object but within the Scope of the Class, but not outside.
    Look at this:
    CLASS MAIN DEFINITION.
    public  SECTION.
    METHODS : Public.
    private SECTION.
    DATA : VAR1(10) TYPE C VALUE 'NEW VALUE'.
    METHODS : Private.
    ENDCLASS. " END of CLASS DEFINITION
    CLASS MAIN IMPLEMENTATION.
    METHOD : Public.
    CALL METHOD Private.
    ENDMETHOD.
    METHOD : Private.
    WRITE : /5 VAR1.
    VAR1 = 'CHANGED'.
    WRITE : /5 VAR1.
    ENDMETHOD.
    ENDCLASS. " END of CLASS IMPLEMENTATION
    START-OF-SELECTION.
    DATA:  O_MAIN TYPE REF TO MAIN.
    CREATE OBJECT O_MAIN.
    CALL METHOD O_MAIN->Public.
    PS: If there is any better alternative solution please share it .
    Best Regards,
    rama

  • Hyperion11.1.2.2 Sql Server and Essbase data load error

    Gentlemen,
    i have issue on loading data in Essbase via sql server , while loading data it was fine and all of sudden i see that i get network error 10054
    network error 10054 failed to recive data / send data
    unexpected essbase error 1042013
    even when i try to load manully it says Data Load Fails error Data load buffer [9999] does not exist Unexpected Essbase error 1270040
    and in logs
    Received client request: MaxL: Execute (from user [admin@Native Directory
    *Error writing to server*
    Also tried with maxll its the same issue
    is .esm is loacked?
    any issue with ODBC?
    or any orphan link which is connected to sql  and hyperion unable to process another ?
    let me know your thoughts
    thanks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Can you try limiting the query to return some records? Try adding a where clause and see whether that works?
    Regards
    Celvin
    http://www.orahyplabs.com

  • ODI - Can not reverse Essbase data type?

    In ODI topology, I go to the ODI Topology->Technology->Hyperion Essbase, and I want to run the data type reverse as to the sample.basic essbase, the error message:" java.sql.SQLException: Driver must be specified". But I find the driver file in the odi driver folder, which is called "ess_es_server.jar", what happens? Besides, I have set up agent, and use agent to reverse the sample essbase in designer, it is still freezing the computer. Please advise, thanks!
    Detail Error Message:
    java.sql.SQLException: Driver must be specified
         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.graphical.l.pg.e(pg.java)
         at com.sunopsis.graphical.r.bv.actionPerformed(bv.java)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1223)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1264)
         at java.awt.Component.processMouseEvent(Component.java:6263)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6028)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4630)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2478)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         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)
    Edited by: user2571802 on Apr 21, 2010 6:54 PM
    Edited by: user2571802 on Apr 21, 2010 6:56 PM

    Hi,
    In the reverse tab, make sure you select customized and choose "RKM Hyperion essbase.." as your KM.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Wiped my hard drive worried about my notes and other app data

    Because of a bad DD command I wiped my hard drive unexpectedly. I am not to worried about my music witch I had backed up but I am worried about the notes, and data in some of the applications on my touch. When I reinstall Windows and Sync will I be able to do something about that?

    I believe you are out of luck. Applications can be downloaded again but the data is likely going to be toast. Try googling iPod to PC and see if any of the programs meant to copy content can also handle notes and app data.

  • Sync issue with Outlook: Notes and Contacts ok - Calendar stopped syncing

    Greetings,
    Syncing (via USB cable) between my iPhone 3GS (3.1.2) and Outlook 2003 SP3 (Cal, Contacts, and Notes) has never been an issue until my recent upgrade to iTunes 9.0.2.25. Since then, I noticed that my Calendar was no longer syncing either way. When I hit "Sync", iTunes would indicate that it's going through the motion of syncing calendar but no synchronization of the items take place. Contacts and Notes continue to sync fine. One off behavior is that when I connect my iPhone via USB, I get a pop-up window with "Apple iPhone" header
    indicating "Camera connected" with option to pick an app (ie. MS Word) to lauch for this action. Never seen this pop-up. I just cancel out of it.
    Few things I did to try to fix the issue, in vain:
    1. iTunes->Info->Advanced: forced a "Replace information on this iPhone" - no changes to my calendar
    2. iTunes->Edits->Preference->Devices->Reset Sync History - all calendar entries on iPhone are gone
    3. "Repair/Reinstall" iTunes by running the install executable
    I stopped by the Genius Bar for an appointment related to my battery issue and asked the fellow about my sync issue. He wasn't "aware" of the issue.
    Anyone has a suggestion for me to try? Thanks!!!

    I tried now several things to resync my data cause it realy s*cks without. I tried to install itunes 9.0.2.25, 9.0.1 and 9.0.0 but nothing helped so far. I also tried to set Outlook 2003 as standard program for mailing (one forum wrote that helps, too) and I tried to find out if something blocks the communication betwen Outlook 2003 and itunes. But nothing could help so far, still no sync.
    I find it interesting that when I connect my iphone to my PC an then switch in itunes to the device and the "info" pane where I can setup all my sync data with PIM programs that Outlook still remains there as default synced application. But the subfolder in contacts also the mail accounts that should be synced cannot be seen. The option to force itunes to overwrite the calendar, contacts, notes and mailaccount data on the iphone no matter what can be selected. But when i do the synchronisation all of these options are unmarked again.
    Atm I'm thinking of tracing the problem down with Filemon.
    Message was edited by: madmaxzwo

  • Report on Credit Notes and Debit Notes

    Hi Experts
    Please assist, I need to run a report showing Credit Notes(Subsequent Credits) and Debits Notes(Subsequent Debits) created over a specified period including date, amount, reference etc.
    Thanks
    CN

    Hi,
    Please check MIR6 & MIR5 reports.
    Put document type of your credit note & debit note and enter date duration then click on execute button.
    Regards,
    Mahesh Wagh

  • Code for using thin client over connection pool to access blob and clob

    Hi,
    Currently I am running WL5.1SP12 with oracle thin client 8.1.7 to access blob
    and clob data. As the performance for concurrent users is very bad, I like to
    use the thin client over a connection pool to access the blob and clob instead.
    My question is whether this is possible and if so does anyone have a sample code?
    Thanks.
    This is urgent as the site has to roll out in 2 weeks..
    Rgd,
    Jason

    See http://e-docs.bea.com/wls/docs61/jdbc/thirdparty.html#1043705.
    "Jason" <[email protected]> wrote in message news:3eba851f$[email protected]..
    >
    Hi Stephen,
    Thanks for the reply. Can I confirm that what you are saying is that in release
    6.1 I am able to access blob/clob data via thin client over connection pool?
    Rgd.
    Jason
    "Stephen Felts" <[email protected]> wrote:
    Blob/clob support through the connection pool came in with release 6.1.
    "Jason" <[email protected]> wrote in message news:[email protected]..
    Hi,
    Currently I am running WL5.1SP12 with oracle thin client 8.1.7 to accessblob
    and clob data. As the performance for concurrent users is very bad,I like to
    use the thin client over a connection pool to access the blob and clobinstead.
    My question is whether this is possible and if so does anyone havea sample code?
    Thanks.
    This is urgent as the site has to roll out in 2 weeks..
    Rgd,
    Jason

  • ICloud security for Notes and Mail

    I have a macbook pro, ipad and phone.  I am trying to figure out if I should put my Notes and Mail data on iCloud to facilitate data between my devices. However, I see that Notes and Mail data is not encrypted on server.  How secure is it?

    Mail and Notes are encrypted using SSL >  iCloud: iCloud security and privacy overview

  • Ios 7.1.2 update and lost data

    I have updated my iphone 5s to ios 7.1.2 then it frooze completely so I had to restore my iphone to scratch important and I lost an app (kind of passwords and info vault ) with important notes and private datas , I have been searching in icloud : no luck ...I am desperate to retrieve it , what should I do ? please can someone help ,shall I download one of this data recovery programs ?

    Restore from your last backup file.

Maybe you are looking for

  • I can no longer sync my calendar via USB after updating to Mavericks.

    Updated to Mavericks, set up iCloud but itunes (11.1.5) will no longer sync calendars with my iphone. Worked fine under osx10.8 before the update. I phone is an old 3g running ios 3.1 (yeah, I know it's old) so I realize that wifi syncing will no lon

  • There was a problem connecting to the server when opening Chrome or Evernote

    At one time I had an external network drive that is now dead.  I have remove it from the login items and the Finder list of recent servers, but whenever I open Chrome or Evernote I receive a series of "There was a problem connecting to the server" me

  • How to add name to account

    I need to add my son to my account online so he can get info when he is calling customer service. How could I do this through myverizon?

  • Port Forwarding Filemaker Pro

    I'm using Filemaker Pro 8 with two computers on a LAN. I know how to share my database between the two computers, however I would like to have my firewall on while i'm doing it. I've tried forwarding ports 80 and 591, which are the two i've read i ne

  • How to compute output tax on material discount

    Hi, How can we compute output tax on discount, with condition type K004? I have added the k004 with GL account discount. But during billing invoice generation, output tax is not computed with output tax. Thank you and regards. Rachelle