Com.essbase.eas.essbase.defs.ServerCommands.Connect - Session timeout

Hello,
I set essabse as a cluster on 2 win 2008 64 bit server (active, passive), EAS console runs on both servers as actvie active, we set a loadblanace infront of those 2 server to have EAS loadbalanced
if I do accsess EAS directly to the server http://<hostA>:10080/easconsole/console.html or http://<hostB>:10080/easconsole/console.html all works fine
As soon I am using domain name and go though loadbalance http://<domainname>:10080/easconsole/console.html I am getting the errror below:
com.essbase.eas.essbase.defs.ServerCommands.Connect     February 12, 2013 2:56:51 PM EST     Session timeout     Failed : -1 Your session is not currently authenticated. Please log in.
EAS version: 11.1.2.2.1

Is it the web console, I take it you are using a http server such as OHS in front of the EAS WebLogic cluster, if so does it work through the http server or is still the same, how are sessions handled on the load balancer are they set up as sticky.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Error occured during load process com.essbase.api.base.EssException: (-1):

    I am trying extract the Measures dimension from Sample application by following John's blog (ODI Series - Loading Essbase Metadata) . Its giving error on extracting metadata from Sample basic.
    ODI Ver 10.1.3.6.3
    Error
    Error occured during load process com.essbase.api.base.EssException: (-1):
    Error log :
    2010-07-17 04:25:30,741 INFO [DwgCmdExecutionThread:null:9]: ODI Hyperion Essbase Adapter Version 9.3.1.1
    2010-07-17 04:25:30,741 INFO [DwgCmdExecutionThread:null:9]: Connecting to Essbase application [Sample] on [M2BTG.BADAKLNG.COM]:[1423] using username [admin].
    2010-07-17 04:25:30,760 INFO [DwgCmdExecutionThread:null:9]: Successfully connected to the Essbase application.
    2010-07-17 04:25:30,760 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option RULES_FILE = prodload
    2010-07-17 04:25:30,762 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option RULE_SEPARATOR = Tab
    2010-07-17 04:25:30,762 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option PRE_LOAD_MAXL_SCRIPT =
    2010-07-17 04:25:30,762 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option POST_LOAD_MAXL_SCRIPT =
    2010-07-17 04:25:30,762 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option ABORT_ON_PRE_MAXL_ERROR = true
    2010-07-17 04:25:30,763 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option RESTRUCTURE_DATABASE = KEEP_ALL_DATA
    2010-07-17 04:25:30,774 INFO [DwgCmdExecutionThread:null:9]: Begining the load process.
    2010-07-17 04:25:30,792 ERROR [DwgCmdExecutionThread:null:9]: Error occured during load process com.essbase.api.base.EssException: (-1): null.
    2010-07-17 04:25:30,792 INFO [DwgCmdExecutionThread:null:9]: Load process completed.
    2010-07-17 04:25:30,792 INFO [DwgCmdExecutionThread:null:9]: Logging out and disconnecting from the essbase application.
    On checking the toplology manager, it gives error as shown below.
    rg.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 23, in ?
    com.hyperion.odi.essbase.ODIEssbaseException: (-1): null
         at com.hyperion.odi.essbase.ODIEssbaseMetaWriter.loadData(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._pyx9.f$0(<string>:23)
         at org.python.pycode._pyx9.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(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.k(e.java)
         at com.sunopsis.dwg.cmd.h.A(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.essbase.api.base.EssException: (-1): null
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essMainBuildDimension(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.essMainBuildDimension(Unknown Source)
         at com.essbase.api.datasource.EssCube.buildDimension(Unknown Source)
         at com.hyperion.odi.essbase.wrapper.EssbaseApplication.buildDimension(Unknown Source)
         ... 32 more
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: (-1): null
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.k(e.java)
         at com.sunopsis.dwg.cmd.h.A(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    Please Help me
    Rgds
    Uka FP

    You won't get much response with an error like that, what I can suggest is have a look at one of the blogs I wrote going through loading metadata :- http://john-goodwin.blogspot.com/2008/11/odi-series-loading-essbase-metadata.html
    Try building some test metadata loads against the sample.basic application to get a feel for how to do it.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to increase the Max. No. of connections(Sessions) & Processes in DB?

    Hi,
    What are all the options to increase the Max. No. of connections(Sessions) & Processes in Database?
    Also, I would like to know How we have to validate the count to fix the No. of connections based on the Database Health?
    Kindly clarify me on this.
    Thanks,
    Orahar.

    Orahar wrote:
    Hi,
    What are all the options to increase the Max. No. of connections(Sessions) & Processes in Database?Set PROCESSES parameter. SESSIONS is a derived parameter.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams169.htm#i1132608
    Also, I would like to know How we have to validate the count to fix the No. of connections based on the Database Health?Check v$license.SESSIONS_HIGHWATER value. That would give you an indication of highest possible load on the database. In case of a brand new setup (with no information about the number of concurrent users), you need to start with a reasonable value and revise if needed.

  • OraOLEDB.Oracle provider create connections (sessions).

    Hi all,
         I have Link server between oracle and MSSQL with following versions,
    Oracle – 10G
    MSSQL – SQL Server 2008 R2
    Link server provider=N'OraOLEDB.Oracle'
    After created link server then without actually doing any queries or anything oracle side create 100 or 120 connections (sessions) from this SQL server to oracle server. Any idea on this?
    Thanks
    Tharindu Dhaneenja

    Alright, so it's not that. It's possible the OLE DB provider isn't installed, depending on how you installed the Oracle client.
    This link has a little windows script that can list all the known OLE DB providers. That should tell you if its installed and SSIS isn't finding it, or if it's not installed at all. http://www.motobit.com/help/regedit/sa117.htm

  • Fireworks CS3 Connect Session in 2 hours!

    Hello Fireworkers!
    Today is the weekly Fireworks CS3 session I host informally
    via my blog. For the geeks that find me, feel free to come and ask
    questions or if you did something cool in fireworks, feel free to
    show it off!
    Where
    Adobe Connect:
    http://my.adobe.acrobat.com/osd/
    (Login as a guest and not a registered user)
    Time
    Thursday (Today) at 11:00am PST

    Thanks Alan, so much better with sound :-)
    Peter
    "Alan Musselman" <[email protected]> wrote
    in message
    news:f49hbq$5g2$[email protected]..
    | Come join us for an open discussion about Fireworks CS3! If
    you have
    questions
    | or want to share a tip or trick thats cool with us. Feel
    free to stop on
    by and
    | learn from myself and other Fireworkers in the Connect
    Session.
    |
    | Starts now - 11am PST
    |
    | Be sure to login as a Guest. You do need a Username and
    Password.
    |
    | Connect Room:
    | https://admin.adobe.acrobat.com/_a295153/osd/
    |
    |

  • A problem of using Connection session in Oracle9iAS Report

    I used Oracle Report6i Before. Report6i creates a database
    connection each time a user sends in a report request. So, each
    time the users send in request, they will have different connection
    session.
    But in Oracle9iAS report, things become different because Report9i
    is using the connection pool. It looks like, different users if
    they used the same database login ID will use the same connection.
    This means all these users will be in same connection session. Then
    if these users are trying to run a same report which uses some session
    temporary table for reporting, they will interfere with each.
    For an example,
    1) user A and B are going to run a report named rep_AB
    2) In rep_AB, a temporary table named t_table is used to store
    the query result for reporting. But this temporary table never
    get committed, so it's only valid for the current session. This
    is what I actually want.
    3) User A and B use the same user ID to login database
    4) When report server receives the request from A, it contructed
    a connection for A
    5) After get connected, User A begins to write into temporary table
    t_table in his session.
    6) Then comes the request from user B. Report server finds out user
    B has the same user ID, then assigns him the same connection used
    by user A. So user B gets into the same session as user A.
    7) User B begins to write into table t_table, but user A is going to
    output the data in t_table as reporting result.
    Then eventually, both user A and B give out the wrong report because
    actaully they have interefered with each other.
    Is there any workaround for this case? Any information and help is
    appreciated greatly.
    Yong Zhuge

    I think this is not possible
    Develop new program
    Use following Function module For Batch
    1.QRKS_CHARACTERISTIC
    Control chart for a characteristic
    2.QRKS_INSPECTION_LOT
    Control chart for a characteristic/inspection lot
    3.QRKS_MASTER_CHAR_MATERIAL
    Control chart for a master inspection characteristic/material
    4.QRKS_MASTER_CHARACTERISTIC
    Control chart for a master inspection characteristic
    5.QRKS_MATERIAL
    Control chart for a characteristic/material
    Regards
    Sanjay

  • Difference between connection, session and process

    Hi all,
    Can anyone please update me on the difference between connection,session and process.
    Thanks in advance,
    - Sri

    I got this useful note by googled in net. It describes session,connection,process gracefully.
    A connection is a physical circuit between you and the database.A connection
    might be one of many types -- most popular begin DEDICATED server and SHARED
    server. Zero, one or more sessions may be established over a given connection
    to the database as show above with sqlplus. A process will be used by a session
    to execute statements. Sometimes there is a one to one relationship between
    CONNECTION->SESSION->PROCESS (eg: a normal dedicated server connection).
    Sometimes there is a one to many from connection to sessions (eg: like
    autotrace, one connection, two sessions, one process). A process does not have
    to be dedicated to a specific connection or session however, for example when
    using shared server (MTS), your SESSION will grab a process from a pool of
    processes in order to execute a statement. When the call is over, that process
    is released back to the pool of processes.

  • After updating to iOS 6, I can no longer connect to my schools wireless network. It uses manual http proxy. Now however a blank pop up comes up and it will not connect you. Thanks

    After updating to iOS 6, I can no longer connect to my schools wireless network. It uses manual http proxy. Now however a blank pop up comes up and it will not connect you. Thanks

    Turn off your firewall and antivirus software.

  • Grant debug connect session to user

    I understand that if DBA hasn't granted following option to "user" following way:
    grant debug connect session to user;, then "user" wil lget following error when she tries to debug:
    ORA-0131:Insufficient Priviledges
    Debugging requires Debug connect session system priviledgesIs there any explanation why DBA decides to not grant such privilege? Maybe such privilege slows down something? Maybe it can create security "hole"? Maybe there is another good explanation?
    The "user" in this example was Schema/Account ment for Development personell who developes functionality, but it doesn't matter i think what kind the "user" is.
    so why you think i don't have such privilege, what bad could such privilege when granted give?

    Its just that You have not been Granted that Privilege. Mostly in what ever shop i have worked Such grants are given on request Base.
    Debugging is a Developers Right and no one can denie it.
    But i never use any debugging tool. I only relay on my Instrumented Code.

  • Wifi is not available where I come from. I have broadband connection where data transmission is through cell sites then to USB modem connected to a computer. The modem draws power from the computer. Will this setup work with the ipad?

    Wifi is not available where I come from. I have broadband connection where data transmission is through cell sites then to USB modem connected to a computer. The modem draws power from the computer. Will this setup work with the ipad?

    iPad requires Wifi (or 3G /LTE) to connect to the Internet. You cannot connect a USB modem to the iPad.
    You can create your own WiFi hotspot through your computer for your iPad to connect to, if your computer supports this functionality. All Wifi Macs and many Wifi PCs do. Check your computer manual for how to do it.

  • I'm trying to load everything from my phone to computer so I can reset for phone and start clean and when I plug it in the computer nothing comes up and there is a connection what going on

    I'm trying to load everything from my phone to computer so I can reset for phone and start clean and when I plug it in the computer nothing comes up and there is a connection what going on

    Is your iPhone not showing up in iTunes sidebar, or is iTunes not just launching automatically?
    The things that you can check are:
    1) Launch iTunes manually
    2) Restart or reset your iPhone (http://support.apple.com/kb/ts3281)
    3) Check your cable including disconnecting and reconnecting it on bot the phone end and the computer USB end.
    4) Reboot your computer
    5) As a last resort, take it to the Apple Store so they can check the hardware

  • Granting system privileges DEBUG ANY PROCEDURE and CONNECT SESSION in 10gXE

    I am using Oracle DB 10g Express Edition and trying out SQL Developer. Whenever I want to debug a procedure I got the error:
    This session requires DEBUG CONNECT SESSION and DEBUG ANY PROCEDURE user privileges.
    But I don't see these privileges to grant in the XE GUI for users.
    Does anybody know if this is supported in XE.
    Thanks.

    Hi
    Use SQL*Plus (or the apex interface), logon as dba and type this sql statements:
    grant DEBUG CONNECT SESSION to <username>;
    grant CONNECT SESSION to <username>;

  • I received an itunes store gift certificate. When I try to redeem it, the screen says Session Timeout.  I have entered and reentered the certificate code, but Session Timeout comes up each time.  What am I doing wrong?

    I received an iTunes gift certificate for Christmas.  When I try to redeem it, a window comes up saying "Session Timeout."  I have signed out, signed back in, tried again, and when I enter the code and press Redeem, the "Session Timeout--Your session has timed out.  Try again." message pops up.  What am I doing wrong?

    Clic here:  iTunes: Advanced iTunes Store troubleshooting
    Then click:  Expand All Sections
    Then scroll down to error 5002.

  • I have a problem with my ipod. it says connect to itunes but i cant because a pop up comes up saying "Itunes could not connect to the IPod because it is locked with a passcode. then it says to enter the passcode, i cant because it says connect to itunes

    it says connect to itunes but i cant because a pop up comes up saying "Itunes could not connect to the IPod because it is locked with a passcode. then it says to enter the passcode, i cant because it says connect to itunes. Please Help

    Place the iPOd in recovery mode and then restore via iTunes. For recovery mode:
    iPhone and iPod touch: Unable to update or restore

  • DEBUG CONNECT SESSION

    Hi Team,
    Will doing Debug mode in SQE Developer i am getting the below error message
    Connecting to the database 1SQE_AII_R17.
    Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
    Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '122.32.222.101234', '121' )
    ORA-01031: insufficient privileges
    ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
    ORA-06512: at line 1
    This session requires DEBUG CONNECT SESSION and DEBUG ANY PROCEDURE user privileges.
    Process exited.
    Please help me on this.

    This session requires DEBUG CONNECT SESSION and DEBUG ANY PROCEDURE user privileges.Does this not explain it all?

Maybe you are looking for

  • How to count number of raw & put result top of page?

    I try to count number of table raw it work fine  but when I wont to put result top of page it dose not work only count one table raw REPORT  ZTEST. DATA: it_sflight TYPE TABLE OF Sflight WITH HEADER LINE  . DATA counter TYPE i VALUE 0. start-of-SELEC

  • How to get user browser locale from view object

    Hello, Currently, I have a view object that's used to retrieve localized messages from data base. The resource table looks like the following: MSG_ID VARCHAR2,  --> specify the L10N resource reference LOCALE VARCHAR2, --> used to specify the user loc

  • Help me in passing parameter

    <%@ page import="java.net.*" %> <%@ page import="java.util.*" %> <%@ page import="java.io.*" %> <%@ page import="java.sql.*" %> <html> <head>      <title>Untitled</title> </head> <body> <%      Vector mail = new Vector();      try{      Class.forName

  • Attaching text to a semicircle

    I want to have one piece of text above and and one below a circle. It looks as though I need to create two semicircles as paths to create this effect but how do I create a semi circular path, please?

  • Can't access External Drive over Sharing

    Since upgrading to Leopard I am struggling to access the external hard drives connected to my iMac, via sharing from my laptop. For some reason only one of the drives appears which happens to be the drive I use for my Time Machine. Things were much b