Essbase Agent Error

Whenever we try to connect to the Essbase Server from the eas console, we get this error:
Network Error 10061: Unable to connect to <servername>
The client timed out waiting to connect to Essbase agent using TCP/IP.
Check your network connections.
Also make sure that server and port values are correct.
When we login to the server, we see this error:
Essbase Agent encountered a problem and needed to close.
In the OPMN logs, we see this:
[2011-01-22T17:41:44][opmn][ERROR:1][661][OPMN]Process Crashed: Essbase1~EssbaseAgent~AGENT~1 (1461847556:3136) - Not restarting
What does this mean?
The connections were working fine until last week. If I restart OPMN, then everything is fine-again the same problem starts the next day.
Please help with suggestions to troubleshoot.
Thanks,
Sujani                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

784749 wrote:
I checked the Essbase.cfg file-it has the correct port number:1423 listed.
I also tried starting Essbase in the foreground: startEssbase.bat
It says:
fatal error:ESSBASE is already loadedfatal error:ESSBASE is already loaded ....This means your Essbase.exe is working fine...but we need to know that on which port its processing...
Find out on which port it is processing...
i will tell you the steps to check the prot number....please find below...
How do I find the Ports?
*1.     Export the list of currently running tasks to a text file.*
a.     From the Start menu, click Run.
b.     In the Run dialog box, type: CMD. Click OK.
c.     At the command prompt, type: tasklist /svc > c:\tasklist.txt. Press the ENTER key on your keyboard.
Note: If using Windows XP Home Edition, tasklist may not be a recognized command. If this is the case, the Process Identifier (PID) must be found using Windows Task Manager. Open Windows Task Manager, click the Processes tab, click View, and then click Select Columns. In the Select Columns dialog box, check PID (Process Identifier), and then click OK. Locate the program you are troubleshooting and find the corresponding PID number.
*2.     Export the list of currently open ports to a text file.*
a.     At the command prompt, type: netstat -aon >c:\netstat.txt. Press ENTER.
View Picture
*3.     Open tasklist.txt.*
a.     From the Start menu, click Run.
b.     In the Run dialog box, type: c:\tasklist.txt. Click OK.
*4.     In the tasklist file, locate the program you are troubleshooting. Note the Process Identifier (PID) for the process. In this example we are troubleshooting Windows Media Player (wmplayer), which is PID 1988.*
View Picture
*5.     Open netstat.txt.*
a.     From the Start menu, click Run.
b.     In the Run dialog box, type: c:\netstat.txt. Click OK.
*6.     In the netstat file, find an entry with the same PID as you found in the earlier step. In this example, we are finding PID 1988.*
View Picture
*7.     In the netstat file, note the protocol used (TCP or UDP) for the PID you found. In this example, the protocol is UDP.*
*8.     In the netstat file, note the port number for the PID you found. The port number is the number following the IP address in the Local Address column. In this example, the IP address is 127.0.0.1 and the port number is 1081. Windows Firewall requires the port number and the protocol to create an exception. In this example, the port number is 1081 and the protocol is UDP.*
Note: If the port number(s) for the process are less than 1024, it is likely that the port numbers will not change. If the numbers used are greater than 1024, the application may be using a range of ports, so opening individual ports may not reliably resolve the issue.
Check it and let me know on which port number the Aggent is running...if it is not running on port number 1423 you will get this error....
Regards,
Prabhas...
Edited by: P on Feb 9, 2011 9:55 PM
Edited by: P on Feb 9, 2011 9:56 PM
Edited by: P on Feb 9, 2011 9:57 PM

Similar Messages

  • Com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Error in connecting to Essbase server

    Hi Experts,
    I am trying to load metadata From Oracle to Essbase.In the Essbase data server, all credentails are correct. In the model, I am using OracleDIAgent(not local agent), Context Global, RKM Hyperion Essbase.
    In the execution, Start the Reverse is failing and getting the below error.
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
      File "<string>", line 58, in <module>
      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(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Error in connecting to Essbase server. Error message is : Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase 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.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:322)
      at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
      at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2472)
      at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:47)
      at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)
      at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
      at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)
      at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)
      at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:577)
      at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:468)
      at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2128)
      at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:366)
      at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
      at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)
      at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:292)
      at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:855)
      at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
      at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
      at java.lang.Thread.run(Thread.java:662)
    Caused by: Traceback (most recent call last):
      File "<string>", line 58, in <module>
      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(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
    Thanks,
    mady

    Hi John,
    Thanks for the reply.
    Actually i have written big reply to u with explaining about the issue. But at the writing reply only, i got an idea to resolve this.
    Now i am able to run the Model successfully.
    Yes, you are correct. Due to invalid credentials only i am getting this error.
    I want to ask you one thing. Actually, at the time configuration i gave password as a password, then my manager wants to change that password to Gxxx@123!
    I have changed that password, it is working fine to connect workspace, easconsole and all.
    But the issue i seen in creating DataSource(In planning), i am getting error with new password in the Essbase server datails. If i give old password(as password), it is working fine.
    So, How can get that new password to work here??
    In ODI also, it is the issue. When i am using New password it is not working. With Old password it is working fine.
    Thanks,
    mady

  • Essbase Agent is down in version 11.1.2.1 and unable to change the status

    Hi All,
    I've installed and configured Hyperion version 11.1.2.1. When i'm trying to add Essbase server in EAS console, it is giving the Network Error (Essbase Agent issue). When i saw the essbase status from User_Projects/EPMSystem1/bin> opmnctl status it is showing Down. Can you pls. help how to change it to Alive ?
    Thanks,
    PVR

    Have a look at the following link to view the different methods of starting up essbase - http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_install_11121/ch08s03s10.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Essbase Agent is hanging

    We have a typical problem of Essbase Agent hangs when running either running Hyperion reports or Analyzer.Essbase 6.5.4 on HPUX11i and Reports/Analyzer is on Win2000 with Weblogic7. Does any one has similar problem? Thanks in advance for any help in this regard.Thanks

    Hi,<BR><BR>Thank you for your reply.<BR><BR>Could you give some more detail information?<BR>1. What Version of Essbase you use?<BR>2. What OS you use?<BR>3. How many rows / column were retreived from the database?<BR>4. Do you experience the entire agent hang, which means none of the users will be able to login / logout to Essbase, and none of all other applications are accessible.<BR><BR><BR>We have this problem for more than 6 months, and unable to reproduce the error. And we have sond core files to Hyperion, they are still investigating this. This is because we have a very large user based and unable to identify which particular query cause the problem.<BR><BR>The user here use Essbase Excel Add-Ins and Alphablox. It appear to me that any of the user query cause this problem.<BR><BR>We really want to know whether we are the only one that experience this, because according to Hyperion, this problem is specific to us.<BR><BR>

  • Multi Mapping - BPM -  Block 1 ( No Agent )  Error  --  Help Please  ?

    I am trying the the BPM scenario using Integration Process
    BpmPatternCollectTime
    from SAP BASIS ® SAP BASIS 7.00 in
    the namespace http://sap.com/xi/XI/System/Patterns
    I have done the scenario like the above . I have followed all the Steps which are used in above scenario.
    I am using a File Sender Adapter and Receiver Adapter .
    It is Successfully picked up the File but nothing is happening after that .
    I am using two receiver Determination one from Ob to IP and other from IP to FIleReceiver ( IB) .
    But, I am Getting error as Block1 (No agent) Error in the PE graphical diagram
    I have checked in SWWL my Integration Process Return code is "0"
    Can you please tell tell me how to solve this ?
    Can you please tell me this scenario is like Multiple Purchase Order Items to One Purchase Order
    Here they have given ID adn OverAllNumber . For ex. In one xml file I am sending
    ID as A100
    OverAllNumber as 120
    next 5 minutes putting the another file with contents
    ID as A100
    OverAllNumber as 130
    My Question is
    Will TWO files wiil come as Output in File Receiver or one file merged as like follows ?  
    ID as A100
    OverAllNumber as 120
      ID as A100
    OverAllNumber as 130
    I am not  Clear in this please give some suggestions .
    Best Regards.,
    V.Rangarajan

    Hi Raj,
              Thanks for ur reply.
    While defining the receiver determination, sender agreement, receiver agreeement , Interface determination which Interfaces areu using?
                       Yes
    + by the way which pattern u are following the basis component , is it BpmPatternCollectMessage?+
                  No  . I have taken example as 
    BpmPatternCollectTime
    from SAP BASIS ® SAP BASIS 7.00
    in the namespace http://sap.com/xi/XI/System/Patterns
    I have done the scenario like the above . I have followed all the Steps which are used in above scenario.
    The steps Which i have followed in BPM are
    1. Block with Deadlkine branch and Exception handler( as TimeOut Exception)
    Block Start and Block End as New Transaction
    2. Inside Block infinite Loop which contains Receive step ( Actives the Correlation ) and Multiline Container element which appends the Messages with CollectMessage
    3. Transformation Step
    It creates the New Transaction and Interface Maping from CollectMessage List to New Mesage
    4. Send Step
                   It sends the New Message . It creates the New Transaction .
    Best Regards .,
    V.Rangarajan

  • Block1 (No agent)  Error  in BPM  ?

    Hi friends ,
                        I am  trying the  the BPM scenario   using Integration Process
    BpmPatternCollectTime
    from SAP BASIS ® SAP BASIS 7.00 in the namespace http://sap.com/xi/XI/System/Patterns
    I have done the scenario like the above . I have followed all the Steps which are used in above scenario.
    I am using a File Sender Adapter and Receiver Adapter .
    It is Successfully picked up the File but nothing is happening after that .
    I am using two receiver Determination one from Ob to IP and other from IP to FIleReceiver ( IB) .
    But, I am Getting error as Block1 (No agent) Error in the PE graphical diagram
    I have checked in SWWL my Integration Process Return code is "0"
    Can you please tell tell me how to solve this ?
    Can you please tell me this scenario is like Multiple Purchase Order Items to One Purchase Order
    Here they have given ID adn OverAllNumber . For ex. In one xml file I am sending
    ID as A100
    OverAllNumber as 120
    next 5 minutes putting the another file with contents
    ID as A100
    OverAllNumber as 130
    My Question is
    Will TWO files wiil come as Output in File Receiver ?       
                               I  am Clear in this please give some suggestions
    Best Regards.,
    V.Rangarajan          
    Best Regards.,
    V.Rangarajan

    Hi,
             Thanks for your reply.
       <i>       once the files are connected in the transformation step you will use a N:1 mappping.</i>
                       Yes , i have done as same .   I have set deadline as 15 minutes .
    My doubt is
                        <b> if   N:1  </b>
    <b>First File</b>
    ID as A100
    OverAllNumber as 120
    next 5 minutes putting the another file with contents
    <b>SecondFile</b>
    ID as A100
    OverAllNumber as 130
            <b>  Then  what will be the  output ?
                   will it be like this
                   ID as A100
                   OverAllNumber as 130</b>
                         I am not clear in this Please tell me ! 
                       If possible please give some suggestion  to clear this Block1 (No agent) Error in BPM ?
    Regards.,
    V.Rangarajan

  • Essbase Hyperion 9 + BO XI 3.1 SP3. Essbase API Error (1030723) (WIS 1

    Hello, Need your help please !!!
    I have installed BO Enterprise XI 3.1 SP3 on window 2003 which IBM DataStage have been installed on it.
    There are no problem when :
    - Creating connection using essbase hypersion 9 and creating universe in Universe Designer (Ok)
    - Checking validity of the universe (Ok)
    - Create and run report in webbi rich clien (Ok)
    The problem is when I tried to create report and run query in Web Intelligence Java Panel Report, I got this Error "A database error occured. The database error text is: Essbase API Error (1030723): . (WIS 10901)".
    Can someone help me to solve this problem, please?
    Regards
    Sofian

    Hi Stratos,
    I have installed Essbase Client Version 11. I have installed the same in my laptop and I didn't got this problem, the different only i haven't installed DataStage in my laptop.
    Regards
    Sofian

  • Essbase Hyperion 9 + BO XI 3.1 SP3. Essbase API Error (1030723) (WIS 10901)

    Hello, Need your help please !!!
    I have installed BO Enterprise XI 3.1 SP3 on window 2003 which IBM DataStage have been installed on it.
    There are no problem when :
    - Creating connection using essbase hypersion 9 and creating universe in Universe Designer (Ok)
    - Checking validity of the universe (Ok)
    - Create and run report in webbi rich clien (Ok)
    The problem is when I tried to create report and run query in Web Intelligence Java Panel Report, I got this Error "A database error occured. The database error text is: Essbase API Error (1030723): . (WIS 10901)".
    Can someone help me to solve this problem, please?
    Regards
    Sofian

    Hi Stratos,
    I have installed Essbase Client Version 11. I have installed the same in my laptop and I didn't got this problem, the different only i haven't installed DataStage in my laptop.
    Regards
    Sofian

  • JAM Agent ERROR: Can't connect to Console 141.144.184.78:3600: Connection r

    Hi
    I am trying to connect to AD4j , but I am getting the following error during server start up.Please help me in resolving the issue.
    JAM Agent ERROR: Can't connect to Console 141.144.184.78:3600: Connection refused
    JAM Agent: Port is 62751
    Pandu

    Check accessibility of ports 3600 and 62751 if you have a firewall

  • Oracle 10.2.0.4 Agent error

    Users,
    Any idea on solving below agent error which is throwing for all versions of DB's:
    Thread-120121 WARN recvlets.aq: Duplicate threshold key instance_throughput.logons_ps. for [oracle_database <sid>]
    Oracle On HPUX
    Monitored Targets Agent: 10.2.0.4
    Monitored Targets DB: 9.2.0.3, 10.2.0.3, 11.1.0.7
    Cheers,

    Hi,
    hava look there maybe it helps you
    Re: Agent errors
    Regards,
    Tom

  • (No Agent) Error

    Hi Experts,
             I have done a BPM in my system. There is no error in the design and configration. A work Flow was created for My BPM . When i try to execute the BPM it is not successful . When i go and check the  work flow , the first step itself has a error saying (No Agent) Error . What is a agent ?
    Do i have to assign it for every work flow ?
    How do i solve this issue ?
    Regards,
    Vignesh

    Hello Perumal,
    Please check in transaction SXI_CACHE if your IP return code is 0. If not then re-import your BPM into Integration directory again.
    Go to Transaction SWWL and delete the Work Item related to this BPM and then execute your interface again.
    If the problem still persists you can refer to workflow diagnostic transaction SWUD.
    Note: <i> Apply OSS note on SP20.</i>  <b>1017845</b>
    With Regards,
    Vidya

  • No Agent Error in WS50000041

    hi Experts,
                     I have a similar problem as given in this link below
    No Agent Error in WS50000041
    plz give me a valid solution.

    Hi,
       Check the OM side.
    Trigger the rule of 0168 and find out whether it can able to find the correct manager or not.
    If it fails then the workflow will not work. In order to make the 0168 work. you need to assign the manager for the employee correctly.
    Thanks
    Yogesh

  • Essbase OLAP error

    Hi Gurus,
    I have installed HSS, Essbase, et all.
    When I log into HSS, and go to Application group -> Essbase Cluster1 and choose one of the essbase cubes, i get this message...
    EPMLCM-34040:Cannot connect to olap service. cannot connect to essbase server. error: essbase error(1051012): user native://dn=cn=911,ou=people,dc=hyperion,dc=com?USER does not exist
    When I log on to EAS -> Enterprise view ->Essbase Server and click Essbase cluster1, i have the same error:
    Error: 1051012: User native://DN=cn=911,ou=People,dc=css,dc=hyperion,dc=com?USER does not exist
    What could be the problem.
    The account i am signing on to EAS and HSS is an admin account called ADMIN.

    Thanks John, I am following exactly what you have mentioned as I believe I made a mistake the first time around which is creating this problem.
    I will be reinstalling EPM. Distributed Environment.
    HSS, Planning, ReportingAnalysis (fin reporting, web analysis ), Essbase Client on ServerA and
    Essbase on ServerB.
    Do I need to Install/configure Essbase Server on ServerA? I dont think we need to right. All I think I need is Essbase Provider Services (Deploy to Application Server) and Essbase Admin Services (deploy to application server/configure database).
    And in ServerB, I need to install Essbase + Foundation services right?
    I was looking at one of your blogs, and you have CONFIGURED only foundation service first, so may be i need to do the same, configure foundation service, then configure planning, then RA, and then Essbase on ServerA and then go to the ServerB and do Foundation and Essbase Server. What are your thoughts John.
    Thanks

  • Essbase agent hang

    Hi All,
    Lately we have been having issues where essbase agent gets into a unresponsive state. You cannot open the EAS console. You can log in via MaxL but you get the hour glass.
    Our essbase server in on a Sun Solaris Machine. EAS is on win 2003.
    Quite a few times it has been identified that the essbase port range which in our case is 32871 - 33768, one of the ports has been used by other app due to which essbase agent hangs.
    Has any one faced this issue before? Is there a workaround for this issue?
    Thanks,

    That is true. If you have an application that using the same port as Essbase agent, then the agent will be hung. We resolved it by making sure Essbase has exclusive port range. Hope this helps.
    Kris.

  • Com.hyperion.odi.essbase.ODIEssbaseException: Error occured while retrievin

    Hi,
    I am able to reverse the sample cube but
    while i reversing the other Essbase cube using "RKM Hyperion Essbase"
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 58, in ?
    com.hyperion.odi.essbase.ODIEssbaseException: Error occured while retrieving tables from Essabse. Error Message is : com/hyperion/cp/clients/util/UMCParser
         at com.hyperion.odi.essbase.ODIEssbaseConnection.getTables(Unknown Source)
    The error message coming on step "Start the Reverse" at below line
    odiModelImporter.importModels()
    Please help.
    Thanks
    Rohan

    Hi,
    If you can reverse the sample basic database and not another database then it probably relates more to the database.
    Can you try on another database, I take it the database you are trying to reverse has dimensions and is not just a blank outline.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Is there a user manual for Pages 5.2 (1860)?

    I built my book in Pages 09. After updating to Pages 5.2, I have to reset document and section information. I will think twice before agreeing to download a Pages update in the future. The first page of each chapter is bigger than the other pages and

  • MacBook Pro - VGA Problem ?

    Hey there, I own an Apple MacBook Pro 13" i5 which i bought last year. Mountain Lion is running on it and everything works just fine. Today i wanted to show a presentation to my class. I connected the very old VGA Beamer via the VGA - Thunderbolt ada

  • Problem with latest nokia connectivity cable drive...

    hi, i use nokia 6120c as modem. i always have problem when using latest version of "Nokia_Connectivity_Cable_Driver", after few minutes connected or downloading, connection will be "lost", - not completly disconnected -  but transmit and receive will

  • Number of ipods to an account!!!

    I know probably everyone but me knows this answer. I heard that you can only have 3 ipods to a computer. I wanted to know if this is true. I also want to know how to share music. My oldest son got the first ipod, then me and we want to take some of h

  • How do i move my iphoto library to a different hard drive

    i want to move my iphot library / and photos to a differant hard drive. I have no room on my current hard drive, just way too many photos.