Essbase Architecture

hi,
I had a question on essbase page files.
I have installed Essbase 9.3.1 version in my server. While installing essbase server, it asks for a rdbms like oracle or sql server.
If essbase stores data in .pag file and links to data in .ind file then what is stored in the rdbms ?
because if essbase stores data in rdbms why does it talks of taking backup of .pag and .ind files only, why not rdbms ?
Regards,
James

Hi,
I think you might be referring to the configuration of Essbase administration services and not essbase, EAS requires a rdbms to store config and business rule information.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Essbase architecture question

    I was setting up a test environment for Essbase 11.1.2.2 and was wondering if anyone can think of any negatives to having everything (SQL Server 2008 repository, Foundation Services, Provider Services, Weblogic App Server, Essbase) on just one physical server. The server itself is a reasonably powerful (Xeon E5345 @ 2.33GHz, 2 quad-core processors, 32GB RAM). Since we don't use Planning or any other product, I was wondering if we can get away with this architecture in production as well without too many performance issues? Anything we need to be wary of or keep in mind? Thanks in advance.

    Thank you for taking the time to respond. We have 3 monster BSO cubes (over 500GB each) and 3 other smaller cubes which fit in memory. And 50 users (usually never more than 10-15 concurrent users). The large BSO cubes seem to be good candidates to move to ASO, hence the upgrade to 11.1.2.2.

  • Using ODI to load 2 similar Essbase cubes

    Hello all,
    I am trying to create an ODI routine that incorporates the following details:
    -Loads specific Essbase member properties from a single flat file to 2 similar Essbase cubes
    -The Essbase cubes are virtually identical, except that one is ASO and one is BSO, therefore the properties may differ for specific members (i.e. DataStorage, Consolidation, Formula, etc.). There are also other differences in dimensionality, but those details are inconsequential to this routine...
    -For each type of member property, the flat file has 2 sets of columns - one for ASO and one for BSO. Therefore, one column might be called "ASODataStorage" while another one is called "BSODataStorage". They have different values in them respective to the Essbase architecture.
    -There is also a set of columns called "ASOFlag" and "BSOFlag" that flag which members should even be loaded to that respective cube. So, one sub hierarchy may be needed for the ASO cube, but not the BSO cube.
    Earlier, I created 2 contexts for these cubes so I could use the same ODI routine and source metadata to update both cubes with a simple change of context. This part is working correctly. The challenge I'm facing now, however, is how to design a routine that will select the appropriate columns of data based on my context. Therefore, if one context is called "ASO", it should select the "ASO" columns and apply only those properties/members. And a similar situation should happen when the "BSO" context is created.
    I have tinkered with the idea of using a variable that stores the current context information, and becomes evaluated at runtime and then changes the source columns based on the variable value. However, I'm having trouble getting this to work correctly (I am a newbie to variables). I am also having trouble figuring out how to map all of the source columns to the target columns, as I am going from double property columns in the source to a single set of property columns in the Essbase metdata target.
    Is there a better way to approach this in ODI? Please note that I am aware that EIS can handle this as well...but I am looking for an ODI solution.
    Thanks in advance!
    -OS

    Hi,
    In simple terms you should be able to create a package, drag the variable on to the package and set the value as ASOflag
    Then drag your interface on to the diagram to run the ASO load (the interface should have a filter that uses the variable to filter the required records)
    Then drag the variable on to the diagram and set the value to BSOflag.
    Then drag your interface on to the diagram to run the BSO load (the interface should have a filter that uses the variable to filter the required records)
    Though you say you are changing contexts so you might have to go down the route of generating a scenario from a package for the ASO load, then a scenario for the BSO load, then create another package using the ODIstartscen tool and execute the scenarios with the specified scenarios.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • 'could not connect to administration server" in essbase console

    Hello friends,
    while i was trying to login to eas console iam getting this error message as "could not connect to administration server" even after restarting the services.
    Thanks in Advance..

    Rakesh,
    Is this the first time you are trying to log on to EAS console ?
    First check if your database is up or not ( with which essbase configuration is done).
    If your db services are running, then Go to Oracle EPM system, EAS and Start Administration Services from Start Programs ( I assume you are on 11 and on Windows).
    If still you get the same problem, then check the logs.
    @Prabhas,
    To my knowledge and based on Essbase architecture, both EAS and Essbase services are different. If Essbase is up and EAS is down, still you can access Essbase through add-in or some other tools.

  • Basic understanding about Essbase Server and Administration Services

    Hi
    I am a newbie to the Essbase. I am trying to figure out the diference between Server and Services.I am very confused.
    Please clarify my understanding
    Essbase Server - This is a server in which Essbase stores all the data.
    Essbase Administration Services -This is a agent used to communicate to the Essbase Server from the front end ( Admin Console)
    Admin Console - This is a front end client used to connect to different Essbase Servers. It is possible to have Essbase Servers to be installed on different machines.
    Before connecting to client Admin console we should make sure Essbase SErver and Essbase Administration SErvices are up and running
    Thanks
    Arun

    hello friend
      what ever your saying about essbase server and EAS is correct.If you want more detailed explanation on this please have a look into essbase architecture check this link which gives you better insight
    http://gerardnico.com/wiki/epm/essbase/essbase_architecture
    it not necessary that Essbase server and EAS should be on the same machine.we can add differnt servers in EAS console.
    As far as your last question(Before connecting to client Admin console we should make sure Essbase SErver and Essbase Administration SErvices are up and running)
    Before logon to EAS we have to make sure that essbase server,essbase admin services and openldap are up and running
    thanks
    raj

  • Architecture and Implementation

    Hello All,
    I am kind of new to this field and I have started building applications, and now I have two terms that I would like some to explain to me. Sounds simple and crazy but, what do the terms "architecture" and "implementation" mean in the perfect Hyperion sense. For example, what does an Essbase architecture do, for example, does he design cubes? etc and other question is about "implementation" what does it mean when someone says "I have implemented 3 planning applications?
    If someone could spare a little of their precious time to explain these terms that would be wonderful. A link would be great as well.
    Thanks

    Its recommended to maintain three environment.s
    1. Development Environment ( BOD )
    2. Quality Environment ( BOQ )
    3. Production Environment ( BOP )
    BOD : Development environment where you do all development. This environment may not be as same as Production with respect to server, resources and so on.
    BOQ: Quality environment where Business users do testing. This environment is expected to be same server, same version when compared with Production. Resources such as memory and number of servers could vary.
    Once approved by Business Users, content will be migrated from BOQ to BOP.
    BOP: Production environment only meant for usage not for any development. UAT happens here once again to check the functionality of reports & other objects
    In general, the BOQ and BOP content is always same except the objects which are under Business Users testing.
    When it comes to backup, we must take frequent backups for CMS database, Input FRS, Output FRS and Audti Database.
    The fequency depends how frequently the production environment is being updated.
    Best Regards
    Gowtham
    [My site|www.xpert4ms.com]
    [Business objects version history|http://xpert4ms.com/viewtopic.php?f=11&t=142]

  • Architectural Differences

    Hi all,
    I need to give a presentation on essbase architecture of system 9 and 11 , underlining the radical changes that has happened in 11 compared to system9's architecture. Any docs, blogs or sites available to learn from.
    thanks

    Hi Fabio,
    The difference between EP5 & EP6 is that there is no PDK beneath  EP. The "PDK" for EP6 is a business package (a role with some content) to import into EP6. From there, you can upload components (PAR files), delete them etc., and you have the doc's that you know from PDK 5.0.
    There is also a different Eclipse plugin.
    Portal components for EP5 and EP6 differ in many points, for example there is a xml deployment descriptor in EP6 where in EP5 you had the profile property files.
    Also some APIs have changed.
    But you can import EP5 par files into Eclipse with the EP6 plugin.
    Regards,
    Pooja.

  • 64-bits instalation issues

    Hi Folks!
    My client wants to change the hardware and wants to know if there is any issue about processor.
    Just using (for a while) the actual applications like Essbase 7.1.6, Analyzer 7, Application Server, etc.
    Actual configuration:
    Model: HP PROLIANT DL740G1
    Processor: 04 INTEL XEON MP a 2.8GHz
    Memory: 24 GB using 20GB and keeping 4 GB for standby
    Disk: 02 disks of 140GB RAID I
    HBA with HP EVA storage
    OS: Windows 2003 32 bits
    Intend configuration:
    Model: Dell Power Edge 2900 III with rack assemble kit
    Processor: 02 Quad-Core Intel Xeon 5460 3.1GHz.
    2x6mb of cache / 1333 FSB
    Memory: 32GB
    Disk: 02 disks of 146GB SAS
    HBA PCI Express compatible with HP EVA storage
    OS: Windows 2003 Enterprise Edition x64
    They want to upgrade to 11 version in a near future (just don't know when lol)
    What do you think?
    Is that a good idea to install 64-bits hardware with 32-bits software?
    Or it would not run correctly?
    Thanks in advance!
    -Cheers,
    Rafael

    user4493012 wrote:
    Hi John,
    One advantage that i see from 64-bit OS (specially Windows) is that the ability the recognize above 4 GB RAM.
    Other than that, there is no significant advantage. Using 32-bit essbase, it can only address max. 4-way processor.
    I have 64-bit Windows OS with 32-bit Essbase architecture in some of my clients.
    Of course, to see that happen, i have to explain in detail why using that configuration.
    My 2 cents.
    Thanks.
    ZakyYes, I can see the following benefits if using 64bit version:
    1. support max 8 CPU cores (what a pity that only 8 but not 16 CPU cores in today technology)
    2. support 4GB instead of 2GB memory
    3. OS level memory kernel should be larger
    4. more physical memory can be used for caching, etc

  • Essbase and Reporting 11.1.2.1 - Architecture

    I want to install Essbase, SMartView, and Financial Reporting - 25 users, 3-5 cubes, 20-30 reports.
    Using the sample deployment scenario from the Install Start Here, I came up with:
    Server 1 - (Win 2008 64-bit, 4 x 2.5 +8GB RAM, 50GB Disk)
    Essbase
    Essbase Studio (maybe)
    Server 2 - (Win 2008 32-bit, 2 x 2.5 +4GB RAM, 32GB Disk)
    Foundation
    Reporting and Analysis Framework
    FR Web
    FR Print Server
    EAS
    WebLogic
    Ghostscript
    Is this configuration sufficient?

    Any reason why server 2 is 32bit, also I would probably increase the ram on server 2
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Where to post Architecture question regarding Hyp Plan/Essbase installation

    *1st Installation (uses HypDB1 and Hypapp1 server) ----- PRODUCTION*
    Server HypDB1: <------ Server Hypapp1
    ESSBASE1 Hyp Plan1
    HYP Shared Service1 Studio1
    EAS1 Apache
    ODI Workspace1
    Oracle 11g
    *2nd Installation (uses HypDB2 and Hypapp2 server BUT Shares) ---- PROPOSED ADD ON TO PRODUCTION*
    BUT USES ORACLE11G of  1st Installation
    Server HypDB2: <------ Server Hypapp2
    ESSBASE2 Hyp Plan2
    HYP Shared Service2 Studio2
    EAS2 Apache
    ODI Workspace2
    Is the above possible?

    Another idea I found from this app note.
    http://www.xjtag.com/app-note-16.php
    But there is a note in this app note that speaks to the DONE signal.
    http://www.xjtag.com/app-note-14.php
    "When the programming operation of a Xilinx FPGA completes it will toggle its DONE signal; if this occurs when it is not expected then the PROM or processor that configures the FPGA can automatically re-start the process of programming the FPGA with its functional image (undoing the clearing that has just been done through XJTAG)."
    I couldn't find any info about this in the 7 Series Config User Guide. Does this apply to the 7 Series FPGAs?

  • Essbase cube level order

    Hi All,
    I am using Essbase XMLA interface .
    As levels are ordered from lowest to highest starting from the root level. Essbase orders them in the reverse direction—level 0 is the leaf level, and level 1 is the parent of the leaf level.
    Is there any way to get the level in normal order  - level o parent and level 1 as child ?

    Incidentally we had been trying to use Essbase studio as an option.But there are 2 oints that we are trying to investigate.
    1) Can we bypass deployment of data and metadata everytime through Essbase studio after the initial outline is delpoyed? In the system architecture the relational tables are populated using ODI. We would like to load the data and metadata through ODI into the cube. Eeven then can we implement drill thru bypassing deployment through Essbase Studio?
    2) If Essbase studio is imperative for drill through then what are the batch automation options for deployment through Essbase studio? Ideally the option should be after the relational tables are populated through ODI then the Essbase deployment should be invoked and batch script should load the data and metadata through Essbase Studio.
    Please advise.
    Thanks,
    Anirban

  • ODI and Essbase: Connection, Reverse Engineering, loading

    Hi, please heeeeeeeelp me to understand how can I connect to Essbase, Reverse Engineer, and load data from a file!!!!!
    I work with ODI and Essbase for the first time. I've read ODI documentationbut it did't help.
    I have ODI 10.1.3.4.0
    I have Hyperion and Essbase
    ODI server, my ODI client and Essbase are located in different servers.
    I have a work repository.
    In the "Topology manager" in "Physical Architecture" under the "Essbase Hyperion" I created "Data Server" and in the definition tab I filled "Name", "Server" (with port), "User", "Password".
    In the JDBC tab I did nothing.
    In the physical schema in the definition tab I filled: "Application (Catalog)", "Database (Schema)", "Application (Work catalog)" (the same as first), "Database (Work schema)" (the same as second).
    In the "Context" tab I insert a new line and chose the "Context" tha I had created before and type a new logical schema("").
    (When I was creating the context I just filled Context "Name" and "Code" (automatically))
    Then I want to reverse engineer data.
    I opened ODI designer, created a new model: Definition tab: "Technology" = Hyperion Essbase, "Logical schema" = My_Hyperion_logic_schema
    Reverse tab: "Context" = My_Hyperion_context
    When I try to reverse engineer data in the Selective Reverse tab I get following error:
    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.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.dwg.reverse.Reverse.d(Reverse.java)
         at com.sunopsis.graphical.frame.a.iq.fe(iq.java)
         at com.sunopsis.graphical.frame.a.iq.fa(iq.java)
         at com.sunopsis.graphical.frame.a.iq.l(iq.java)
         at com.sunopsis.graphical.frame.a.eq.actionPerformed(eq.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)
    What I do wrong?

    Thanks a loooot,
    I've correctly installed 10.1.3.4.5 patch and now this error disapeared, but I have the following:
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 58, in ?
    com.hyperion.odi.essbase.ODIEssbaseException: Error in connecting to Essbase server. Error message is : Cannot connect to Analytic Server. Error:(1051293): Login fails due to invalid login credentials
    at com.hyperion.odi.essbase.ODIEssbaseConnection.connect(Unknown Source)
    at com.hyperion.odi.common.ODIModelImporter.importModels(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._pyx0.f$0(<string>:58)
    at org.python.pycode._pyx0.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(JythonEngine.java:144)
    at com.sunopsis.dwg.codeinterpretor.k.a(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(Unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(Unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(Unknown Source) at com.sunopsis.dwg.cmd.e.i(Unknown Source) at com.sunopsis.dwg.cmd.g.y(Unknown Source) at com.sunopsis.dwg.cmd.e.run(Unknown Source) at java.lang.Thread.run(Unknown Source)Caused by: com.essbase.api.base.EssException: Cannot connect to Analytic Server. Error:(1051293): Login fails due to invalid login credentials at com.essbase.server.framework.EssOrbPluginDirect.essMainLoginSV(Unknown Source) at com.essbase.server.framework.EssOrbPluginDirect.essMainLoginSV(Unknown Source) at com.essbase.server.framework.EssMainConnectionContext.open(Unknown Source) at com.essbase.server.framework.EssOrbPluginDirect.essMainLogin(Unknown Source) at com.essbase.server.framework.EssOrbPluginDirect.essMainLogin(Unknown Source) at com.essbase.api.session.EssOrbPlugin._invokeMainMethod(Unknown Source) at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source) at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source) at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source) at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source) at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source) at com.essbase.api.session.EssOrbPlugin.essMainLogin(Unknown Source) at com.essbase.api.datasource.EssOlapServer.connect(Unknown Source) at com.essbase.api.datasource.EssOlapServer.connect(Unknown Source) at com.hyperion.odi.essbase.wrapper.EssbaseConnection.connect(Unknown Source) ... 33 more
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Error in connecting to Essbase server. Error message is : Cannot connect to Analytic Server. Error:(1051293): Login fails due to invalid login credentials at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.k.a(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(Unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(Unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(Unknown Source)
    at com.sunopsis.dwg.cmd.e.i(Unknown Source)
    at com.sunopsis.dwg.cmd.g.y(Unknown Source)
    at com.sunopsis.dwg.cmd.e.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    I run jython.bat
    I checked services (restarted them) on server where Essbase is installed:
    Hyperion S9 Administration Services ATS5
    Hyperion S9 BI+ Analytic Services 9.3.1 - hypservice
    Hyperion S9 Shared Services
    Hyperion-Essbase_Administration_Server
    I'm trying to connect with essbase server with administrator-user who I use to login to Essbase Administration Services on server where Essbase is installed
    What I do wrong?

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

  • Essbase configuration in Shared Services

    We have a distributed Hyperion Planning Architecture.
    The Shared Serives is hosted on Windows Platform. While Essbase is hosted on Linux.
    I am trying to configure Essbase in the shared services but repeatedly the process in failing.
    I am really in sight of some help to overcome the sitution.
    Thanks.....

    While executing the ./configtool.sh -forceREgistry -consol from Hyperion_HOME/common/config/9.5.0.0 - I am encountering the error -
    "ERROR:~/.hyperion.<hostname. does not exist or is not found "
    Essbase is installed on Linux and Shared Services is installed on Windows Server.
    Can someone suggest a way to register Essbase into shared services.....
    Thanks.....

  • Essbase 11.1.2.2 setup

    Hi Team,
    For an essbase setup ( EPM 11.1.2.2) can you let me know if this architecture will work. I have not include RDBMS here. I have not seen a setup where http server and app server(websphere) on different box. Will it be a problem during EPM configuration since webserver and app server are residing in different machines.
    client --> http server ( server 1) --> App server -websphere ( server 2 ) --> essbase ( server 3).
    Thanks for your time on this

    It should be possible to run IBM http server on a separate machine than the websphere app server, though I can't confirm how well it works with EPM 11.1.2.2 as I am yet to see a websphere deployment, I can't imagine there have been that many yet.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for