Create Java with Essbase applications

Dear Experts

I have a request for a potential customer.

Where I think it's better to implement an application with Java or APEX, another relational database and Essbase.

How Hyperion Planning and others.


But not using Hyperion Planning.

How it would integrate with Essbase?

How can I create a Java application without losing anything of Essbase?

Anyone already done this?

Should what documents I read about it?

A lot of questions and design challenges.

Thank you for all

For the purposes of the Apex

-You can use custom Essbase calculation relationships

http://Essbase.ru/archives/6273

with XMLA PLSQL API

https://code.Google.com/p/Essbase-PLSQL-interface/

Tags: Business Intelligence

Similar Questions

  • What is the technology used for the integration of java with Flex application?

    How we integrate java into a Flex application or how to build flex applications that use Java as a backend?

    BlazeDs is currently used in businesses to serve the above purpose?

    Or is there a better technology that is used in businesses for the integration of Java with Flex application?

    What is the latest version of BlazeDs?

    Also, please give me a few important article links which shows a sample application in Flex using Java development as a backend.

    Thank you in advance.

    BlazeDS is the way to go. Just google BlazeDS and you will find many examples of link Java to Flex via Remoting and BlazeDS.

  • Help with Essbase 9 and the Java API

    Hi, I am trying to connect to Essbase to a Java desktop app and I'm unable to do so. I need to know if I'm in principle do the right things and if I have the good environment set up.

    We have a server with Essbase version 9.3.1. We normally use essbase through the Excel add-in, and I already wrote it Excel applications that can use both the add-in and the Essbase API in VB. Now, I need to connect to Essbase but out of Excel and using the Java API. I have no idea what is APS don't my Essbase administrator.

    My request has the following (adapted from a post on this forum)-
    Public Shared Sub main (String [] args) {}
    String s_userName = 'user ';
    String s_password = "password";
    String s_olapSvrName = "ustca111";
    String s_provider = "http://localhost:13080/aps/JAPI ';
    try {}
    ESS IEssbase = IEssbase.Home.create (IEssbase.JAPI_VERSION);
    DOM IEssDomain = ess.signOn (s_userName s_password, s_provider, null, false);
    IEssOlapServer olapSvr = (s_olapSvrName) dom.getOlapServer;
    olapSvr.connect ();
    System.out.println ("connection to the server Analyic '" + olapSvr.getName () + "' has been a success.");
    olapSvr.disconnect ();
    } catch (EssException exp) {}
    System.out.println (exp.getMessage ());
    } }

    I'm running my app on my computer, not on the Essbase server, and the user name that I use is the same one I use (as a user of Essbase) through the Essbase Addin in Excel, not an admin login.

    When I run the application, I get:
    "Cannot connect to the Server.Make provider ensure that access code settings are correct and the server of the provider is running."

    Please can you confirm:
    (1) do I need an admin login for my client application to connect to the Essbase server or can I use a dial-up connection in normal play, like the one I use in Excel?
    (2) is the same provider regardless of the computer, i.e. "http://localhost:13080/aps/JAPI '; How can I know what this could be? Where can I get this information?
    (3) how can I make sure that the server is running the server needed 'provider', it's just a service that appears on the server services.msc? What should I ask the Essbase administrator for him to tell me what I need?

    Thank you very much.

    Leo

    Leo,

    You have APS and Shared Services running on your server? It would be the first question to answer. If you put in the url (http://localhost:13080/aps/JAPI, in your program) in a browser, you get a generic APS screen, or you get an error "page is not available. Unless you connect to APS that is running on the same computer that is running your Java application, the section 'localhost' should be the name of your APS Server.

    (1) for this Java program, you connect just to read only access that ID is OK
    (2) the supplier would be the same for every customer. The provider is the URL of your APS Server. Unless you run in embedded mode, you must APS to connect with the Essbase server. In embedded mode, you talk with the Essbase server, see [this thread | http://forums.oracle.com/forums/thread.jspa?messageID=3314485?].

    (3) APS - Analytic Provider Services, I'm not sure what it would show on a Windows Server. I suppose it would be something on Hyperion System 9 Analytic Provider Services. If you have installed APS, I would try the embedded road because it's the only way you will get to work.

    Published by: rjgideon on June 2, 2010 16:18

  • Could not create Java class: associated with the region:

    Hi all

    I extend the gamepad standard oracle.apps.pos.supplier.webui.SuppSummCO
    With a controller custom xxmycomp.oracle.apps.pos.supplier.webui.XXSuppSummCO

    I built the project in my local JDEV
    Updated the custom controller and place it under $JAVA_TOP
    I even checked by ls-l $JAVA_TOP/xxmycomp/oracle/apps/pos/supplier/webui/XXSuppSummCO.class


    I gave all the folder permissions of xxmycomp under $JAVA_TOP (chmod-r 777 xxmycomp)

    I did the rebound in core OC4J

    After you have set the controller custom level of personalization of the region site.
    When I'm back to the application, I get the following error

    oracle.apps.fnd.framework.OAException: could not create Java class: (xxmycomp.oracle.apps.pos.supplier.webui.XXSuppSummCO) associated with the area: (PageLayoutRN). It is probably because the class name is incorrect or not included in the project.
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1247)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1435)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2559)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1894)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:538)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:426)
    in OA. jspService(_OA.java:212)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)
    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    to the RFjspService(_RF.java:225)



    The custom controller is for test and has only the following code

    public void processRequest (OAPageContext oapagecontext,
    OAWebBean oawebbean)
    {
    super.processRequest (oapagecontext, oawebbean);
    }

    public void processFormRequest (OAPageContext oapagecontext,
    OAWebBean oawebbean)
    {
    super.processFormRequest (oapagecontext, oawebbean);
    }

    I created the directory xxmycomp under $JAVA_TOP
    I have read only access to the other directories under $JAVA_TOP outside xxmycomp.

    Can someone help me solve this error?

    I do the same steps in another case where it works very well.




    Kind regards
    Chaouki

    Two things:
    1. check that you have moved the code of the application server and database server
    2. check the path (spaces, upper/lower case etc.)
    3. check the permissions of the file.

    If all goes well, then make a backup of existing on the server controller and redeploy the file (compile the file in Jdeveloper, after removal of the myclasses directory). Bounce the server.

    Concerning
    Sumit

  • Since the recent upgrade, I don't see any of my projects in Shutterfly. Their customer support says that it may be the problem with the application Java and Adobe Flash Player

    See above - there known problems with these applications?

    Your player (if any) Java is not indicated clearly in your list of plugins, and your FlashDrive is several versions behind. If Apple has a site update, you can check that first. Mozilla site is here: http://www.mozilla.org/plugincheck/

  • How to create Multi boot Operating System CD/DVD with drivers, application as default installation and Recovery Console alongwith with operating system encryption?

    I need an application for creating operating system in multiboot with drivers, application as default installation with the Recovery Console and operating system encryption. Help, please...

    Thanks in advance...

    Hello

    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the Technet Forum. You can follow the link to your question:
    http://social.technet.Microsoft.com/forums/en/category/windowsxpitpro

  • I have problems with my application of the java language.

    I have problems with my application of the java language. It will be open only for about one second, and it won't let me write all programs, it looks like the command prompt when opening. what the * is underway and what can I do to solve this problem.

    Hey Kevin,

    The description of the problem seems a little unclear and I wish I had a better understanding before you start working on it.

    I would really appreciate if you could answer the following questions:

    1. is the specific question of the application of the Java language?

    2. did you of recent changes made to your computer before the show?

    3. you receive an error code or message?

    Please provide us with more information on the specific question to help you to fix as soon as possible.

    If the problem is specific to the Java application, then I suggest you to contact Java support from the links below:

    http://www.Java.com/en/download/support.jsp

    Java Help Center:

    http://www.Java.com/en/download/help/

    Your response is very important for us to ensure a proper resolution. Please get back to us with the information above to help you accordingly.

  • Why brushes that I create with the application not supported by Photoshop? -Is this not the point of the whole of the cloud?

    I have created custom brushes that I need to use for a project and features works of great brush. However, these brushes are unusable in Photoshop.

    Wwhy is a brush under construction engine in an application that is not supported in your cloud applications? It makes no sense at all.

    HI Dave,.

    This is probably how the brush has been registered. History:

    None of the Adobe tools use the same rendering template, each has its own format of brush and the brush characteristic, so not every brush works in all applications.

    In other words, you cannot use brush in Illustrator into Photoshop or sketch, or a drawing brush in Photoshop or Illustrator. Photoshop rendering template just can't manage that made the sketch, it works in a very different way. That's why when you create a brush brush, you must choose which tool you will target. If you are ultimate goal is to use the brushes in Ps rather than in the skit, then you need to limit yourself to the brushes Ps targeted when you get to the Style section (look for the Ps icon in the upper left section, after the Sketch in Photoshop brushes).

    When you save a brush, you are redirected to a screen (see photo) where it can be edited/named. This is also where you can see which brush to work with each application. The first three are sketches of Photoshop. If you scroll down you will see the brushes for PS and AI. When you save, except for the application in which you will use it. Let me know if that clears things up for you.

    Try this with one of your brushes:

    Go to your library and choose a brush

    Tap the change (square with a pen). This will open a Visual list of brushes

    If you want to use a sketch brush, choose one of these brushes (tap the circle to check), name it and save it. It will save in your library as a brush drawing, and as soon as it syncs you should be able to open in the skit. Once on the sketch, now a pressure on the fifth brush in the toolbar and your library of brushes should be there. The same process works for brushes for Photoshop and Illustrator CC.

    Let me how things are going.

    Sue.

  • Problem creating java objects in DB tables with numbers in their name.

    I use JDeveloper 11.1.1.0.2 to create toplink pojo to database Oracle 11 g. Many of the tables have numbers in their names. When I create java objects to tables, for some reason any all numbers are abandoned on the names. If a table with the name T1_TRANS creates a java object named TTrans instead of T1Trans. The numbers are also abandoned as well domain names.

    I have previously built pojo for this database with JDeveloper10.1.2.X and have never experienced this problem. All the class and property names can be changed by hand, of course, but with the number of tables in this database that would be very time consuming.

    Is there a setting somewhere that I'm missing? Any help would be greatly appreciated. Thank you.

    Hello

    This is a bug that the numeric values in table names must be included in the generated class names. We have addressed this issue and the fix should be available in the next major release of JDev. In step 5 of Tables Wizard Java objects, you can rename the default class for each table names before the generation. This approach is little if all goes well-less bulky that rename classes after generation. However, there is no best solution for workaround. Let me know if I can provide you with additional information.

    Thank you, John

  • How can I create folders with Applications folder

    I have a brain injury, so I have memory problems and I would like to create folders in the Applications folder so I can consolidate all my apps in a single folder in photo editing Applications. It is roughly the same method, which can be done in windows in the Start Menu. If someone could tell me how I am able to achieve this goal, it would be greatly appreciated.

    Open your application and choose the menu bar > new folder. You can then drag and drop them into this folder. However, I wouldn't put Apps in subfolders as what update of OS X is unable to see them there.

  • javax.management.InstanceNotFoundException: com.oracle.jps:type = JpsCredentialStore when creating credentials with credential store framework

    Hello

    I have an installation of WebLogic 11 g 1 material (on Windows Server 2012 with Oracle backend) and try to create credentials with credential store framework following steps inhttp://www.redheap.com/2013/06/secure-credentials-in-adf-application.html

    I tried to do with WLST (under Oracle\Middleware\oracle_common\common\bin) and get the following error:

    WLS: / WcsDomain/serverConfig > createCred (map = "ClayTablet.Sample", key is "TestKey", user = "TestUser", password = "blah", desc = "Test"key);

    Now to the tree of domainRuntime. It is a tree read-only with DomainMBean as the root.

    For further assistance, use the help (domainRuntime)

    COMMAND FAILED for an unknown reason, check the stack for more details trace

    Traceback (innermost last):

    Folder "system <>", line 1, in?

    File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\jpsWlstCmd.py", line 522 to createCred

    File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\jpsWlstCmd.py", line 504, createCredImpl

    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:237)

    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)

    at javax.management.remote.rmi.RMIConnectionImpl_1036_WLStub.invoke (unknown Source)

    to weblogic.management.remote.common.RMIConnectionWrapper$ 16.run(ClientProviderBase.java:918)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

    at weblogic.security.service.SecurityManager.runAs (SecurityManager.java: 146)

    at weblogic.security.Security.runAs(Security.java:61)

    at weblogic.management.remote.common.RMIConnectionWrapper.invoke(ClientProviderBase.java:916)

    to javax.management.remote.rmi.RMIConnector$ RemoteMBeanServerConnection.invoke (RMIConnector.java:993)

    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)

    javax.management.InstanceNotFoundException: javax.management.InstanceNotFoundException: com.oracle.jps:type = JpsCredentialStore

    Thank you

    Yu

    P.S. I was using the command WLST under Oracle\Middleware\wlserver_10.3\common\bin to do the same thing and got a different error NameError: createCred and posted a question about that in virtue of How to create credentials under Bank of credentials?

    After searching the same error message in the community, I tried to move to WLST under Oracle\Middleware\oracle_common\common\bin and got the error posted here.

    Having extended my domain name with JRF and JRF WebService services asynchronous, I was able to run "createCred" and "listCred" and so on.

    Yu

  • Essbase application does not start

    Hi all

    I request X_APP planning and when I tried to start the application iam the below error message:

    Error: 1054001 failed to load application X_APP with error number [1052003] - see the server log file

    and present as log below:

    ---------------------------------------------------

    Fri ~ Jan ~ 10 ~ 16:04:29 ~ 2014 ~ Local ~ X_APP ~ ~ ~ 1 ~ error ~ (1019003) ~ unable to read information from ~ [/ data/hyperion/Oracle/Middleware/user_projects/epmsystem3/EssbaseServer/essbaseserver1/app/X_APP/XDB/XDB.ind]

    Fri ~ Jan ~ 10 ~ 16:04:29 ~ 2014 ~ Local ~ X_APP ~ ~ ~ 1 ~ Info ~ (1008108) ~ logic error internal Essbase ~ [7333]

    Fri ~ Jan ~ 10 ~ 16:04:34 ~ 2014 ~ Local ~ X_APP ~ ~ ~ 1 ~ Info ~ (1008107) ~ Exception error log completed ~/data/hyperion/Oracle/Middleware/user_projects/epmsystem3/diagnostics/logs/essbase/essbase/app/X_APP/log ~ please contact technical support and provide them with this file

    Fri ~ Jan ~ 10 ~ 16:04:34 ~ 2014 ~ Local ~ X_APP ~ ~ ~ 1 ~ Info ~ (1002089) ~ RECUT of the ABNORMAL SHUTDOWN COMMAND - REQUEST for TERMINATION

    --------------------------------------------------------------

    When I checked for the solution in the RTO: I got one of the thread:

    https://community.Oracle.com/thread/2485064.PDF

    "If you return your latest data and if only your Essbase application is damaged and if none of the techniques.


    work then you can remove your essbase application and create the same planning.


    "But then you must set all the parameters of your cache and other database properties".

    Can someone tell me complete process on the solution above.

    Kind regards

    Stally.

    There are ways of diff...

    1. If you have the last backup, then you can replace total folder DB from the DB Backup folder.

    2. If you have archived backup (archive application saved with the command) and then restore this backup application.

    in above of ways you can retrieve data until the date backup took. Rest of the data we can retrieve using the Audit table... Only if the Audit is enable on the modification of the Planning application data.

    Last option is delete essbase total demand if all else fails, update from planning create enforcement action. But the application settings (hidden settings will have by default) then you need to update those if you are aware of these values)-this way, you will lose all data (hope you have all data backup, or level 0)

    See you soon!

    SH! going

  • Are there ways to OBIEE interface with client application?

    Our OBIEE 10.3.4 on Redhat, OBIEE version to connect to an Oracle Database 11.2.0.2 running on the same box of Redhat like OBIEE. Our application is based on java web application you use Tomcat, he point to the OLTP of Oracle Database 11.2.0.2 on a dedicated server from Redhat.

    One of the requirements for the original application was logical with complecated OLTP data process and create reports in text files. The customer wants now OBI allows you to view, print, and distribute reports. The best way to meet this requirement of change to the advanced stage of development seem to interface with OBIEE application, if at all possible. In this way, by clicking on a button in the GUI of the application, a stream of formatted data is sent to the OBI Stardoll service in response to a request. A client OBI page will then be displayed to shpw reports and allow users to print and distribute.

    Now there is some OBI API that allows an application to call to interface with OBIEE?

    Thank you.

    Hello

    I do not gave more experience with this subject, but I guess that's what you're looking for;

    http://download.Oracle.com/docs/CD/E12096_01/books/AnyWebServ/AnyWebServ_Overview3.html

    You might have to do some more research.

    Maybe Vincent could be of any help.

    http://oraclebizint.WordPress.com/2007/07/31/customizing-Obi-EE-SOAP-API/

    Good luck

    Daan Bakboord
    http://obibb.WordPress.com

  • Error creating database of Essbase Hyperion Planning

    Hello

    While creating the database Essbase Database 'manage' in Hyperion Planning, I get the following error:

    com.hyperion.planning.olap.EssbaseException: account (1060000)

    It gets stuck to the addition of Dimensions.

    I tried to reconfigure the planning, but not luck.

    My relationship is MS SQL Server 2005 and the Essbase and Shared Services are on a Linux machine.


    I get the following error in the planning log

    '
    [November 12, 2009 10:50:41]: Propegating external event [FROM_ID: class 68b6dbf1: com.hyperion.planning.sql.HspLock Type of the object of the class:-1 primary key: 50001]
    [November 12, 2009 10:50:41]: cube processing: Plan1
    [November 12, 2009 10:50:41]: properties of system setting CFG for the Dimensions of the attribute
    [November 12, 2009 10:50:41]: adding dimension: account
    [November 12, 2009 10:50:41]: closing of contours
    com.hyperion.planning.olap.EssbaseException: account (1060000)
    at com.hyperion.planning.olap.HspEssbaseOutlineAPI.EssAddMemberEx (Native Method)
    at com.hyperion.planning.olap.HspCubeRefreshTask.addDimension (unknown Source)
    at com.hyperion.planning.olap.HspCubeRefreshTask.addDimensionsAndMembers (unknown Source)
    at com.hyperion.planning.olap.HspCubeRefreshTask.buildOutlines (unknown Source)
    at com.hyperion.planning.olap.HspCubeRefreshTask.run (unknown Source)
    at com.hyperion.planning.HspJSImpl.runCubeRefresh (unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.runCubeRefresh (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:585)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
    to sun.rmi.transport.Transport$ 1.run(Transport.java:153)
    at java.security.AccessController.doPrivileged (Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
    to sun.rmi.transport.tcp.TCPTransport$ ConnectionHandler.run (TCPTransport.java:707)
    at java.lang.Thread.run(Thread.java:595)
    '


    Thanks for your help.

    Published by: user524093 on November 12, 2009 16:38

    Have you tried to restart the services and give it a try?

    What version of Essbase/Planning are you on?

    If the name of your server Essbase has more than 30 characters, please use NODENAME with the short server name.

  • ODI and created from EPMA Planning Applications

    Dear all,

    ODI can be used with planning applications created from EPMA or it can be used only with traditional applications?
    Your response is much appreciated.

    ARO
    ioGGo.

    Hello
    Because the adapters supplied within ODI supports only the traditional planning applications, you can use ODI with the classic planning for the integration of metadata. This does not mean, however, that you cannot use ODI to feed metadata in in EPMA. You can load the metadata for the tables of the interface and automate integration using EPMA batch utility.
    In addition, you can always use it for data extract & load as essbase is essbase whatever your application is classic or EPMA.

    However, I must admit that it's more convenient to aid with the classic planning. Check out the blog of John Goodwin if you don't.

    See you soon,.
    Alp

Maybe you are looking for

  • Stream 11-r003np HP: hp stream 11-r003np

    cannot start with usb, even when I make a usb bootable bios with bios of hp tool. When I go to change legacy boot and save, restart it tells me to enter the code to disable secure boot. So, when I type the code keyboard unresposive. I have the latest

  • Pavilion dv7: error message!

    Whenever I turn on my computer I get this error message: "Wizard could not start": "the wizard could not start do." of course your Audio hardware is working properly and check your Audio configuration in the control panel to control Audio devices and

  • maximum current output module ni9401

    Hello, how mA is the current maximum that I can use in the module e/s DIGITAL NI9401? Thank you

  • New HD not detected

    HP/Compaq Presario V6000 factory 120 GB hard drive is dead.  BIOS Diagnostics ran and it failed after the Quick Test.  Replaced HD with the new HD 250 GB (not a refurb).  Ran twice the BIOS diagnostics and passed twice.  Install WinXP says that there

  • How to histogram to reappear in mode delelop

    After publishing photos too, all of a sudden the historgram was not appear to develop mode so I could continue to edit my photos. How to get to reappear. I use a Mac.