Network error 10061

hi,
I am ale to login to EAS when I click on Essbase server: localhost, it says 'network error'.
I am working with Hyperion 9.3.1 Essbase. OS is XP Sp3.
I stoped and restart the services. manually started the Essbase.exe
I uninstalled and install couple of times.
Here is the log:
admin     October 15, 2010 5:59:49 PM IST     com.essbase.eas.admin.defs.AdminCommands.GetUserServerList     Succeeded
EssBase Servers-User List:
Server Name: localhost, UserName: admin
Essbase Server: localhost     com.essbase.eas.essbase.defs.ServerCommands.Connect     October 15, 2010 6:00:10 PM IST
Error: 1042006: Network error [10061]: Unable to connect to [localhost:1423].
The client timed out waiting to connect to Analytic Services Agent using TCP/IP.
Check your network connections.
Also make sure that server and port values are correct
please help me to resolve the issue.
Regards,
Rajendra Prasad Gella.

OK, that's because it's already running (as a service, maybe?). You could shut stop the service / kill the Essbase.exe process first, then load it that way.
But if you can connect via MaxL successfully it doesn't sound like that's really your problem - Essbase is clearly running. That said, stopping the service and launching manually might be worth a try if only so you can see if there's any activity in the Essbase.exe console window when you attempt to connect via EAS.
Not that I have any clue why it would make a difference but have you also tried using machine name and / or 127.0.0.1 in place of localhost?
1423 is the default port, incidentally, so it shouldn't be your problem.

Similar Messages

  • Network Error [10061] When Creating Child Members via JAPI

    Hi,
    I am using Essbase 11.1.1.1 to build a dimension without a rule file by adding the members one by one using JAPI. For a dimension with relatively small amout of members, it works fine. However, for a dimension with more than 1500 members, I got network errors:
    Network Error [10061]: Unable To Connect To [localhost:32780]. The client timed out waiting to connect to the Essbase Server using TCP/IP. Check your network connections. Also please make sure that Server and Port values are correct
    I've run the application on Linux and Windows XP and got the same error. On windows XP, I set the registry entry TcpTimedWaitDelay to 30 seconds and MaxUserPort to 20,000 and it does not help.
    Does any one have seen this before? Please help.

    You can set the MaxUserPort registry setting to something like 65535 to give your server's TCPIP stack more room to breathe..
    Tim Tow
    Applied OLAP, Inc

  • 'Cannot begin data load. Analytic Server Error(1042006): Network Error

    Hi...
    I got a error message when I upload data from source file into Planning via IKM SQL to Essbase (data).
    Some records are found following errors.
    'Cannot begin data load. Analytic Server Error(1042006): Network Error [10061]: Unable To Connect To [localhost:32774]. The client timed out waiting to connect to the Essbase Agent using TCP/IP. Check your network connections. Also please make sure that Server and Port values are correct'
    What is this error about? is the commit interval too large? now the value is 1000.

    Hi,
    You could try the following
    1. From the Start menu, click Run.
    2. Type regedit and then click OK.
    3. In the Registry Editor window, click the following directory:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters
    4. From the Edit menu, click New, DWORD Value.
    The new value appears in the list of parameters.
    5. Type MaxUserPort and then press Enter.
    Double-click MaxUserPort.
    6. In the Edit DWORD Value window, do the following:
    * Click Decimal.
    * Enter 65534.
    * Click OK.
    7. From the Edit menu, click New, DWORD Value.
    The new value appears in the list of parameters.
    8. Type TcpTimedWaitDelay and then press Enter.
    9. Double-click TcpTimedWaitDelay.
    10. In the Edit DWORD Value window, do the following:
    * Click Decimal.
    * Type 300
    * Click OK.
    11. Close the Registry Editor window.
    12. Reboot essbase server
    Let us know how it goes.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Time out: Network error

    Hi, everyoneI have a problem with the network, the essbase server is on Sun solaris.Connection is Ok, and i can see all the application and the databases, but when trying to add a member and save to the server I get an error "Network error [10061]: Unable to connect to server. The client time out waiting to connect to the essbase agent using TCP/IP."In the essbase.cfg I have tried different values for the NETRETRYCOUNT and NETDELAY parameters and I get the same error.I`m going through two firewalls and i`m suspicious about something is happening with this.Can anyone help me?????Thanks in advanced

    we're having the same problem at my office and hyperion support staff have recomended increasing the AGENTDELAY, NETDELAY, and NETRETRYCOUNT values in the server side essbase.cfg file (try doubling or tripling them). we can't do so until we finish our current reporting cycle so i'd be curious to hear if this resolved your problem.

  • Getting the Network errors

    Hello Experts,
    One of my customer has the following issue:
    Getting the Network errors when the following batch script is executed through a scheduler or through a command prompt.
    login "$1" "$2" on "$3";
    alter system kill request on application SEMPCNH;
    alter system logout session on application SEMPCNH force;
    alter system unload application SEMPCNH;
    alter system load application SEMPCNH;
    drop lock on database SEMPCNH.SEMPCNH;
    alter database SEMPCNH.SEMPCNH unlock all objects;
    alter application SEMPCNH disable connects;
    logout;
    exit;
    Log file:
    Thu 09/10/2009 10:38:16.69 BEGIN Disable_Connects.bat S1CN1HAVAS11
    Essbase MaxL Shell - Release 9.3.1 (ESB9.3.1.3.0B017)
    Copyright (c) 2000, 2007, Oracle and/or its affiliates.
    All rights reserved.
    MAXL> login "essadmin" "password" on "146.47.243.32";
    OK/INFO - 1051034 - Logging in user [essadmin].
    OK/INFO - 1051035 - Last login on Thursday, September 10, 2009 10:38:16 AM.
    OK/INFO - 1241001 - Logged in to Essbase.
    MAXL> alter system kill request on application SEMPCNH;
    OK/INFO - 1056090 - System altered.
    MAXL> alter system logout session on application SEMPCNH force;
    OK/INFO - 1013220 - Supervisor [essadmin] has forced user [NL034] to logout.
    OK/INFO - 1051037 - Logging out user [NL034], active for 50 minutes.
    OK/INFO - 1013220 - Supervisor [essadmin] has forced user [NL034] to logout.
    OK/INFO - 1051037 - Logging out user [NL034], active for 199 minutes.
    OK/INFO - 1013220 - Supervisor [essadmin] has forced user [NL034] to logout.
    OK/INFO - 1051037 - Logging out user [NL034], active for 214 minutes.
    OK/INFO - 1056092 - Sessions logged out [3].
    OK/INFO - 1056090 - System altered.
    MAXL> alter system unload application SEMPCNH;
    ERROR - 1042013 - Network error [10054]: Cannot Receive Data.
    ERROR - 1042012 - Network error [10054]: Cannot Send Data.
    MAXL> alter system load application SEMPCNH;
    ERROR - 1042006 - Network error [10061]: Unable to connect to [146.47.243.32:1423]. The client timed out waiting to connect to Analytic Services Agent using TCP/IP. Check your network connections. Also make sure that server and port values are correct.
    SESSION - 1241102 - Internal API error 1042006.
    MAXL> drop lock on database SEMPCNH.SEMPCNH;
    essmsh error: Invalid MaxL Session ID
    MAXL> alter database SEMPCNH.SEMPCNH unlock all objects;
    essmsh error: Invalid MaxL Session ID
    MAXL> alter application SEMPCNH disable connects;
    essmsh error: Invalid MaxL Session ID
    MAXL> logout;
    User essadmin is logged out
    MaxL Shell completed
    Suggestions / Action Plan:
    a) Modified the script by adding sleep command as below:
    login "$1" "$2" on "$3";
    alter system kill request on application SEMPCNH;
    alter system logout session on application SEMPCNH force;
    alter system unload application SEMPCNH;
    shell 'ping -n 30 localhost > nul';
    alter system load application SEMPCNH;
    shell 'ping -n 10 localhost > nul';
    drop lock on database SEMPCNH.SEMPCNH;
    alter database SEMPCNH.SEMPCNH unlock all objects;
    alter application SEMPCNH disable connects;
    logout;
    exit;
    b) Modified the essbase.cfg file by adding the following settings -
    SERVERPORTBEGIN 42768
    SERVERPORTEND 43768
    NETDELAY 2000
    NETRETRYCOUNT 2500
    NETTCPCONNECTRETRYCOUNT 50
    SERVERTHREADS 40
    AGENTTHREADS 40
    SAMPLINGNUMBLOCKS 20
    c) Edited Registry by adding the following -
    Add new DWORD Value named TcpTimedWaitDelay - Value = 30
    Add new DWORD Value named MaxUserPort - Value = 65534
    Add new DWORD Value named MaxFreeTcbs - Value = 6250
    But found the issue still persists. Any suggestions would be of great help.
    Thanks in advance.
    Regards,
    Sudhir
    Edited by: 637223 on Dec 23, 2009 2:30 PM

    So it's the unloading from memory of the database that causes the problem, yes?
    Have you tried:
    1) Unloading other databases -- just interactively, without the kill and logout commands? Do they error?
    2) Getting on the system at a quiet time and trying to unload the app/db?
    3) Trying to stop a different database after the kill and logout?
    4) Running a validate (whatever it's called in MaxL) on the db in question?
    My guess is that it's either a corrupt db or a corrupt essbase.sec (yeah, I know, not overly helpful) -- the above steps should help you determine which is the bad actor.
    Keep the board posted.
    Good luck,
    Cameron Lackpour

  • SQL Server Agent Log showing errors [298] SQLServer Error: 10061, A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL

    Hi All,
    I have started receiving this error in the logs for the last 10 days and the Schedules Jobs for the database have stopped running. My MS CRM application is working fine.
    Can anyone guide me what could be the problem.
    Date                      17/4/2014 2:04:20 PM
    Log                         SQL Server Agent (Current - 17/4/2014 2:01:00 PM)
    Message
    [298] SQLServer Error: 10061,
    A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct
    and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online. [SQLSTATE 08001]
    Date                      17/4/2014 2:11:55 PM
    Log                         SQL Server Agent (Current - 17/4/2014 2:01:00 PM)
    Message
    [298] SQLServer Error: 10061,
    A network-related or instance-specific error
    has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information
    see SQL Server Books Online. [SQLSTATE 08001]
    Date                      7/4/2014 11:00:31 AM
    Log                         SQL Server Agent (Current - 17/4/2014 2:01:00 PM)
    Message
    [298] SQLServer Error: 10061,
    A network-related or instance-specific error
    has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information
    see SQL Server Books Online. [SQLSTATE 08001]

    Check this link
    http://social.msdn.microsoft.com/Forums/en-US/906da9b5-2482-468c-a424-ae099da2d96b/sql-server-agent-service-account-error?forum=sqlsetupandupgrade
    Regards, RSingh

  • Software update - networking error (Mac OS 10.4.11)

    Hi everyone,
    I've been having problems running software update on my 867 MHz Powerbook G4. Every time I try to run software update, I get the same message: "A networking error has occurred: timed out (-1001). Make sure you can connect to the Internet, then try again."
    I'm using Mac OS X 10.4.11.
    My network is running fine, and I've run Network Diagnostics several times fully through to confirm this.
    I've tried repairing the disk permissions through disk utility a few times, and nothing's changed.
    I tried copying three files from my Library / Preferences folder, along with my Caches folder (after reading that this could fix the problem), but still, software update doesn't work.
    I tried running the 10.4.11 combo update for PPC, rebooted in safe mode, and repaired my disk permissions again, but still, no luck.
    There's another problem that might be related: Safari can't load pages. Firefox 2.0.0.18 works fine, but Safari doesn't do anything. Also, closing the Safari window (Ctrl + W) doesn't work, quitting the program is the only way to make it go away.
    Thanks in advance for the help, it's much appreciated!

    Hi James, and a warm welcome to the forums!
    To expand a bit on Sig's great advice...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc that came with your computer, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    Also, how much free space do you have on your HDD?

  • I could not get ExportPDF to work. Something about a network error when trying to sign in.

    I could not get ExportPDF to work. Trying to convert a pdf to a Word document. Got an error message. Something about a network error when attempting to sign in.

    Try the following:
    1. Reset
    Hold the Sleep and Home button down until you see the Apple logo
    2. Restore:
    http://support.apple.com/kb/HT1414
    3. Recovery:
    http://support.apple.com/kb/HT1808

  • Data network errors when manually switching from 3g to 2g

    Hi everyone,
    Apologies if this has been posted before but im running out of ideas! - Got my iphone 4 a couple of weeks ago and have noticed a rather irritating problem with it. For some reason, if i manually switch from 3g to 2g the data connection drops.. I get 'cannot activate cellular data network' errors and i have to toggle airplane mode on/off to reset the connection. Is this a network issue? - I live in London and am with Vodafone... Their tech support are useless as all they suggest is resetting the phone or getting it replaced. Its my third handset in 2 weeks and im getting close to calling it a day and sending the phone back to Apple. Anyone out there in a similar situation? - Advice??

    Bump
    So no-one has suffered this issue? - Not even fellow vodafone uk users?

  • Cannot delete itunes from pc,message states. a network error occurred while attempting to read from the file C:\windows\installer\itunes.msi

    ITUNES WILL NOT DELETE FROM ADD @ REMOVE PROGRAMS,
    MESSAGE, READS  a network error occured while attempting to read from the file  C:WINDOWS\installer\iTunes.msi

    All sorted now just needed to repair itunes from control panel

  • Trying to download iOS 7.1 and I get a "Network Error" message. How can I fix this?

    Hello. Today iOS 7.1 came out and I want to get it.  I currently do not have 2.5GB of free storage on my iPhone 5s so I wanted to use iTunes to download and install iOS 7.1.  The problem is that every time I try to download iOS 7.1 I get a "Network Error" message (screenshot provided).  The alternative I tried to use is downloading the IPSW file directly from the internet but I also get a network error (screenshot provided).  I was able to download anything and everything else I wanted to download today but only get this error when downloading an Apple IPSW file.  I downloaded iOS 7.0.6 less than a week ago through iTunes and didn't have an error but with iOS 7.1 I am having many difficulties.  I disconnected my internet and tried again but still no success.  Does anyone have any suggestions to fix this problem?  Any input will help!  Thanks so much!
    The error through iTunes
    The error through Google Chrome

    Try directly from your device. I had the same problem but it updated when i tried from the device itself.
    General > Software Update > Update

  • A network error occurred while accessing this document on the internet

    Dear all,
    I am now facing a very unusual problem that, when I try to open a pdf file from internet, it says: "A network error occurred while accessing this document on the Internet. Would you like to close the document or reload it?". Here's my situation:
    Browser: IE8 (or Chrome 35.0.1916.153)
    Adobe Reader: 11.0.0
    OS: Win7
    1.Directly open from IE. Says: "A network error occurred while accessing this document on the Internet. Would you like to close the document or reload it?"
    2.Try to download(Save AS). In IE, says: "The connection was reset The connection to the server was reset while the page was loading"; In Chrome, nothing happened, but still can't download.
    3.Try to disable the "PDF Reader Addon" in IE8. First the browser needs to download the PDF file, but failed, see point 2.
    1.I can open the same PDF file from another network, that is, out of my company.
    2.I can open another PDF file in the network of my company, but the pdf is created by another scanner
    3.All PDFs from both scanner can be opened locally.
    So, here's the possible problem, the network settings, and(or) the PDF. Does anyone ever meet this situation, please help?
    Thank very much.
    Li

    Rave,
    IE: 8 & 9
    Adobe Acrobat Pro/Acrobat Reader 10.x & 11.x
    Chrome: work fine
    So the answer is to manually enable and disable websites based on whether the pdfs open within the browser.  That doesn't seem like a great long-term solution to have have our users to manually enable / disable browser integration.  We have web applications that work better with browser integration turned on.  Is this something that Adobe will fix or is it an IIS/IE issue.
    It appears the Adobe removed the #1 config option that you lised in the new 11.x versions of both products.  The manage Add-ons does not disable the browser integration on the new Adobe versions.

  • Problem signing in to adobe reader. Have a valid account but keeps coming up 'network error'.

    Had a problem signing in to my adobe reader account for about a week now.
    Use the PDF pack to convert Excel into PDF and have been using this for 6 months without any previous issues.
    Just comes up with 'network error occurred while trying to sign in' but my network is working fine and no other problems with my computer or network.
    I have tried unloading and reinstalling the PDF pack but makes no difference.
    Completely stuck, please help!

    Hi Sara,
    Thanks for the quick response.
    I am using the latest version or Reader XI.
    I can log in direct through cloud.acrobat.com so that is a way around the
    issue but I still need the use of the PDF pack ideally.
    If I try to log in to acrobat.com via the adobe Reader XI homepage then it
    comes up with the following - "We cant seem to find the internet. Please
    check your connection and try again"
    I am using my home wifi connection with no problems on any other computers
    or devices.

  • A network error occurred while trying to communicate with the server.

    Hello All,
    I am getting some new error messages when opening the server app on my Mac Mini server running OS X 10.8.2 and Server 2.2.1. First I get a message that says "A network error occurred while trying to communicate with the server." and then after trying to open some of the service panes, I get additional errors that say "Multiple errors occurred on the server while processing commands." The services don't load and I just see "Error Reading Settings" in the server app.
    I started to get these errors when I added a new website to the server. All the services are working fine but I cannot access them in the server app.
    In console I'm seeing these errors when I try to access various services:
    2/24/13 8:02:12.692 PM Server[956]: Error: The server '10.0.1.150' reported an error while processing a command of type: 'readSettings' in plug-in: 'servermgr_dns'. Error: Error Domain=XSActionErrorDomain Code=499 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk." UserInfo=0x7f8c4003a760 {NSLocalizedDescription=The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk., originalError=Error Domain=NSURLErrorDomain Code=-1202 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk." UserInfo=0x7f8c3f547db0 {NSURLErrorFailingURLPeerTrustErrorKey=<SecTrust 0x7f8c40599080 [0x7fff7711ffd0]>, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, NSUnderlyingError=0x7f8c3d58c0b0 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk.", NSErrorPeerCertificateChainKey=(
        "<SecCertificate 0x7f8c3f6747e0 [0x7fff7711ffd0]>"
    ), NSLocalizedDescription=The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk., NSErrorFailingURLKey=https://10.0.1.150:311/commands/servermgr_dns, NSErrorFailingURLStringKey=https://10.0.1.150:311/commands/servermgr_dns, NSErrorClientCertificateStateKey=0}}
    I have already restarted the server and used terminal to stop and start postgres. Any more thoughts on how to repair this?

    Just as I had suspected, the whole GUI crashed because of certificate problems. After two and a half hours with enterprise support, it turns out the com.apple.servermgrd certificate in the server keychain had become corrupt.
    We determined this by typing https://127.0.0.1:311 into Safari and we could see all the server modules and interact with them through the web interface. All the services were working properly as well so we knew that it was just the Server.app GUI that simply couldn't read settings that was causing the problem.
    So, first we closed the server app. Went into /var/servermgrd and deleted all the files from this folder. Then, in Keychain, deleted the com.apple.servermgrd certificate. Did a search for com.apple.servermgrd in Keychain and deleted everything else that came up for it.
    Then restarted the server. Now the server app was able to properly connect to the services in the background and read them properly. This was the jist of the troubleshooting that solved the problem. It also seems like DNS is causing problems because that is the only service that will not read right but is functioning properly in the background.
    I will post an update once Apple figures out what is wrong with DNS. Hope this helps anybody else having these problems.

  • How can I fix this recurring network error in the Messages App?

    I use the Messages app all the time at work to chat with co-workers about jobs, etc... We have it set up using our company accounts hosted by gmail. Since upgrading to Mountain Lion we have all experienced the following issue:
    At the end of the day, or when I am away from my computer for meetings, or lunch, or whatever, I log out of my user account. A lot of the time I will log back in and the messages app will act as though it is fine, but it will not actually be connected. The program makes no attempt to let me know somthing is wrong unless I try to send a message and I am prompted with "Your message could not be sent. Your account “<my account name>” is not logged in." If I go into the "Buddies" window and change the status to "Available" nothing happens, and the account bar will have the lightning bolt symbol and say "Offline" If I click on the lightning bolt an error message pops up and says, "Messages lost connection to the Jabber account "<my account name>". A Network Error Occured."
    The only way to solve the problem that I have found, has been to competely re-start the computer. I have tried disabling and re-enabling the account in preferances, but it still doesn't connect.

    HI,
    I have seen this with AIM Logins that use the SSL Server and not the original server that was non SSL
    Since iChat 6 the server name has also changed as has the Login port (Although we were suggesting using the port 443).
    The AIM SSL server "Falls Over" more frequently than the other server.
    Also iChat/Messages reconnects automatically to the NON SSL server but not to the SSL one (It is a security risk)
    You had to manually Log out by Untick "Enable this Account" then Log back in again.
    I have not seen this happen in Jabber accounts but I don't use my computer the same way you  do.
    Jabber Servers tend to either use SSL or Not and can rarely login if you change to not using SLL.
    It also seems a bit strange that Disabling the account, as you phrase it, and re-enabling does not work.
    For Googletalk Logins try logging out then changing the port to 443 (Googletalk allows this port as well as 5223)
    Also check the Keychain (Applications/Utilities > Keychain Access)  and see if there is an issue with any Gmail or Googletalk certificate.
    10:35 PM      Wednesday; November 14, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

Maybe you are looking for