Exception:Exceeded the configured max no.of Connection!!!!

Folks
I need some urgent help please,
I have developed an application that sends messages in XML Format to the
Server and the server sends a response back.
A new request is sent by the client as soon as it receives a response from the
client
So if I sends Request A ,I get a response back for request A.
Then I send Request B,I get a response back for request B
No suddenly while sending Request C the system halted.
On checking the Error I encountered a strange IO Exception thrown
'Java.io.IOException:exceeded the configured maxumum number of connections"
Please can anyone tell me what this means?
I have an HTTPWriter class that invokes the Server
public void sendRequest(byte[] str) {
try {
urlConnect(url,str);
}catch(IOException e) {
String eIs = e.toString();
Registry.getAlertError("Connection Error", eIS);
Where eIS is the error message described above.
Please can some suggest what shud i do? This is extremely urgent folks.
An honest response is much appreciated

It probably means that you are not closing connections when you are done with them. That is normally the reason it occurs.

Similar Messages

  • Exception:exceeded the configured maximum no of connection!!!!

    Folks
    I need some urgent help please,
    I have developed an application that sends messages in XML Format to the
    Server and the server sends a response back.
    A new request is sent by the client as soon as it receives a response from the
    client
    So if I sends Request A ,I get a response back for request A.
    Then I send Request B,I get a response back for request B
    No suddenly while sending Request C the system halted.
    On checking the Error I encountered a strange IO Exception thrown
    'Java.io.IOException:exceeded the configured maximum number of connections"
    Please can anyone tell me what this means?
    I have an HTTPWriter class that invokes the Server
    public void sendRequest(byte[] str) {
    try {
    urlConnect(url,str);
    }catch(IOException e) {
    String eIs = e.toString();
    Registry.getAlertError("Connection Error", eIS);
    Where eIS is the error message described above.
    Please can some suggest what shud i do? This is extremely urgent folks.
    An honest response is much appreciated

    I am closing each connection in the finally clause
    What shud I do?Re-examine your code to verify that each is being closed.

  • Java IOException:exceeded the configured maximum no.of connections

    Folks,
    I need some urgent help please,
    I have developed an application that sends messages in XML Format to the
    Server and the server sends a response back.
    A new request is sent by the client as soon as it receives a response from the
    client
    So if I sends Request A ,I get a response back for request A.
    Then I send Request B,I get a response back for request B
    Now suddenly while sending Request C the system halted.
    On checking the Error I encountered a strange IO Exception thrown
    'Java.io.IOException:exceeded the configured number of connections"
    Please can anyone tell me what this means?
    I have an HTTPWriter class that invokes the Server
    public void sendRequest(byte[] str) {
    try {
    urlConnect(url,str);
    }catch(IOException e) {
    String eIS = e.toString();
    Registry.getAlertError("Connection Error", eIS);
    Where eIS is the error message described above.
    Please can some suggest what shud i do? This is extremely urgent folks.
    An honest response is much appreciated

    what 'jschell' has said is correct .. why dont you use Sockets.. they are far secure and reliable also.. Thanks.

  • Message submission rate for this client has exceeded the configured limit

    Hi,
    I got the below error when user try to send an email to more than 1 users from their application.
    host Exchange[exchange] said: 421 4.4.2 Message submission rate for this client has exceeded the configured limit (in reply to MAIL FROM command) <*@gibsonins.com>: lost connection with exchange[exchange] while sending RCPT TO .
    Please let me know the solution for this issue.
    Regards,
    Hakim.B
    Hakim

    Hi All,
    I have recently migrated my server from exchange 2010 to exchange 2013 and I am facing same issue here and have set message rate limit to unlimited and also checked the CPU.
    All looks normal then also the issue is there.
    I have tested the scenario on my system. Tried to send 10 mails in 1 minute and while sending the email at 9th one it gives error.
    "An error occurred while sending mail. The mail server responded:  4.4.2 Message submission rate for this client has exceeded the configured limit.  Please verify that your email address is correct in your Mail preferences and try again."
    Can anyone help me on this.
    Thanks,
    Ganesh Prajapati

  • Incoming message size exceeds the configured maximum size for protocol t3

    Hi All,
    I've encountered an error as follow:
    weblogic.socket.MaxMessageSizeExceededException: Incoming message of size 50004000 bytes exceeds the configured maximum of 50000000 bytes of protocol t3.
    But the request message is only 3MB, why it is enlarged to over 50M?
    There is a For Each loop section in main flow, is it because for one loop, there will be a copy of request message?
    How to enlarge message size for protocol t3?
    Go to server/protocol and change 'Maximum Message Size' for AdminServer, OSB Servers and SOA servers?
    Thanks and Regards,
    Bruce

    Hi,
    1) After setting -Dweblogic.MaxMessageSize to 25000000
    <BEA-000403> <IOException occurred on socket: Socket[addr=ac-sync-webserver1/172.24.128.8,port=9040,localport=36285]
    weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: '25002240' bytes exceeds the configured maximum of: '25000000' bytes for protocol: 't3'
    at weblogic.socket.BaseAbstractMuxableSocket.incrementBufferOffset(BaseAbstractMuxableSocket.java:174)
    2) After setting -Dweblogic.MaxMessageSize to 50000000
    <BEA-000403> <IOException occurred on socket: Socket[addr=ac-sync-webserver2/172.24.128.9,port=9040,localport=59925]
    weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: '50000400' bytes exceeds the configured maximum of: '50000000' bytes for protocol:
    't3'.
    And even after setting various values for -Dweblogic.MaxMessageSize , issue weblogic.socket.MaxMessageSizeExceededException was observed.
    To overcome the issue set Manual Service Migration Only as after several experiments and replicating the issue it was found out that in case of no available pinned services, must set the migration policies of the migratable targets on "Manual Service Migration Only".
    And once it is corrected; it was noticed that weblogic.socket.MaxMessageSizeExceededException issue also resolved.
    WebLogic Server can fail over most services transparently, but it's unable to do the same when dealing with pinned services.
    Pinned Services : JMS and JTA are considered as pinned services. They're hosted on individual members of a cluster and not on all server instances.
    You can have high availability only if the cluster can ensure that these pinned services are always running somewhere in the cluster.
    When a WebLogic Server instance hosting these critical pinned services fails, WebLogic Server can't support their continuous availability and uses migration instead of failover to ensure that they are always available.
    Regards,
    Kal

  • XMA exceeding the configured page size

    I've developed a call-based ECMA2.0 xma that gets a load of users from a web-service and for the full-import builds a ~3600 user list of CSEntryChange objects which are added to the GetImportEntriesResults object that's returned to the sync engine.
    I've got a full-import (stage only) run profile with default values and when running the xma, which builds the list of users as expected, I get a "stopped-ma" error in the sync engine and then the following item in the event log:
    The server encountered an unexpected error while performing an operation for a management agent.
     "3459 objects were returned on import, exceeding the configured page size in the Run Profile of 0. Only the first 0 objects were processed. Import aborted."
    Looking at the
    http://technet.microsoft.com/en-us/library/hh859479(v=ws.10).aspx walk-through guide, I've followed it and even put in their values for the page-size properties (which seem very low to me) and even tried configuring the page-size of the run profile,
    though this doesn't seem to have any effect.
    I'd like an unlimited page-size so it can handle any number of users, which I thought the default run profile value of 0 would be.
    Does anyone know what I'm doing wrong?

    There's no need to spool anything to disk - just wrap the results in an Enumerator that lives outside the scope of getting a page of results.  Here's a little example that maps quite closely to ECMA2 structure.
    IEnumerator<string> enumerator;
    void Main()
    enumerator = Stuff().GetEnumerator();
    bool hasMore = true;
    while (hasMore)
    var results = GetPage(995, out hasMore);
    Console.WriteLine("Got {0} results", results.Count);
    List<string> GetPage(int pageSize, out bool hasMore)
    var list = new List<string>(pageSize);
    hasMore = true;
    for (int i = 0; i < pageSize; i++)
    if (enumerator.MoveNext())
    list.Add(enumerator.Current);
    else
    hasMore = false;
    break;
    return list;
    IEnumerable<string> Stuff()
    for (int i = 0; i < 1000; i++)
    yield return string.Format("value {0}", i);
    Steve Kradel, Zetetic LLC

  • Exception with the Configuration Manager

    Hi All,
    I need to access the Configuration Manager in my J2EE application on NetWeaver 7.0.
    I follow the guidelines on http://help.sap.com/saphelp_nw04/helpdata/en/0d/7fcb4974874767be388007bf9e5c2a/content.htm
    In the application-j2ee-engine.xml file, I add:
    <reference
       reference-type="hard">
       <reference-target
          provider-name="sap.com"
          target-type="service">configuration</reference-target>
    </reference>
    And my Java code is as follows:
    Context ctx = new InitialContext();
    ApplicationConfigHandlerFactory appCfgHdlFctry = (ApplicationConfigHandlerFactory)ctx.lookup("ApplicationConfiguration");
    ApplicationConfigurationHandler cfgHandler = appCfgHdlFctry.getApplicationConfigurationHandler();
    But, at the call appCfgHdlFctry.getApplicationConfigurationHandler() I get an Java exception:
    java.rmi.RemoteException: You are trying to get-application-information of an application with name null, which is not legal
    Could you tell me what cause that issue?
    Thanks,
    Viet

    instrumento wrote:
    WOW, Strike one for this web forum.  It looks fine in Rich Text and HTML and looks all garbled after posting ....
    Well, strike one for the browser where I was doing the post :-)  It looks fine from home.
    Anyone knows what is going on?

  • SharePoint 2013 - Server Error in '/' Application - This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database

    Hi
    After I ran SharePoint configuration wizard successfully to upgrade to SharePoint 2013 / SP1.
    I can open Central Administration site just fine.
    but now when I open any Site collection,  I got this error.
    Server Error in '/' Application
    This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To connect this server to the server farm, use the SharePoint Products Configuration
    Wizard, located on the Start menu in Microsoft SharePoint 2010 Products
    I have restarted all the servers:  SQL server, WFE and APP servers but still cann't get this resolve.
    Services on all servers are running,  IIS - application pools are running.
    Can someone help with where that could be a problem or if there is a solution.
    Thanks in advance for your comments or advices.
    Swanl

    Please verify the followings:
    Make sure that from the SharePoint front end and application servers that you can ping your SQL server.
    Make sure that your Farm account has permission to the configuration database.
    Lastly verify that your database didn't for some reasons go into recovery mode.
    once everything is fine and you are still having issues, restart the SQL host service on the SQL server.
    Once the service is restarted you will need to reboot Central Admin and then your front end servers.
    In addition, as you built your farm inside the firewall, please disable the firwall, or create rules for SQL Server service in the firwall on SQL server.
    More information about creating rules in firewall, please refer to the following posts: http://social.technet.microsoft.com/Forums/en-US/c5d4d0d0-9a3b-4431-8150-17ccfbc6fb82/can-not-create-data-source-to-an-sql-server http://www.mssqltips.com/sqlservertip/1929/configure-windows-firewall-to-work-with-sql-server/
    Here is a similar post for you to take a look at: http://social.technet.microsoft.com/Forums/en-US/ea54e26c-1728-48d4-b2c5-2a3376a1082c/this-operation-can-be-performed-only-on-a-computer-that-is-joined-to-a-server-farm-by-users-who-have?forum=sharepointgeneral 
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Cant see the configuration option in youtube videos.

    hi i have a asus
    notebook n53jg and when i go to youtube and try to conigurate the flash player i cant because i right click on he video and then all the options are able except by the configuration option please if some one can help me i would very thankfull..

    Hi, try the Setting here:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager.html
    http://www.adobe.com/software/flash/about/  Right click on the Flash logo, click onSettings, then UNcheck hardware acceleration at Display Settings.
    eidnolb

  • The amount of data that was returned by data connection has exceeded the maximum limit that was configured by server admin

    Hi There,
    When i try to view info-path form item getting warning (This issue is not with all items but for some of them...)
    "The amount of data that was returned by data connection has exceeded the maximum limit that was configured by server admin............."
    Thanks in advance!!
    Regards
    Vikas Mishra
    Vikas Mishra

    HI Vikas,
    to resolve this do this from central admin
    Ensure to follow the below steps.
                                             i.    Open
    the central administration
                                            ii.    Go
    to General Application Settings
                                           iii.    InfoPath
    Form Services
                                          iv.    Configure
    InfoPath Form Services
                                           v.    Click
    on Data Connection Response Size
                                          vi.    By
    default it is 1500 kilobytes
                                         vii.    Change
    the Response Size in kilobytes (Increase the number).
    Kind Regards,
    John Naguib
    Senior Consultant
    John Naguib Blog
    John Naguib Twitter
    Please remember to mark this as answered if it helped you

  • Hyperion Financial Reports Studio Error. Max No of connections exceeded.

    I have encountered an error in FR Studio, it says Max No of Connections Exceeded.
    It occured twice in this month, everytime it happens we need to restart Reporting and Analysis Framework. Can someone suggest where can I increase the max no of connections allowed?

    Ok...My bad..
    You will have tun serviceconfig.sh under Hyperion_Home\products\Foundation\workspace\bin to bring up GUI,then From the menu available you will see Remote service configurator,select that and provide the credentials.After you login,there should RM1 and SB1.You will have to go o properties of RM1 and SB1 and then increase the connection.Restart is required for this to take affect.
    Let me know

  • A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (p

    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that
    the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)(Microsoft SQL Server, Error: 2)
    The system cannot find the file specified
    Cannot connect to COWBOYS.
    Here are the technical details===================================
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
    Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=2&LinkId=20476
    Error Number: 2
    Severity: 20
    State: 0
    Program Location:
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover)
       at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
       at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer
    timeout)
       at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance,
    SqlConnectionString userConnectionOptions, SessionData reconnectSessionData)
       at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
       at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
       at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.SqlServer.Management.SqlStudio.Explorer.ObjectExplorerService.ValidateConnection(UIConnectionInfo ci, IServerType server)
       at Microsoft.SqlServer.Management.UI.ConnectionDlg.Connector.ConnectionThreadUser()
    ===================================
    The system cannot find the file specified
    I have tried from so many forms. This is so frustrating. Thank for everyone/anyone who wants to help. So this is what happened: I had to uninstall my previous sqlserver 2012(which worked great) for some reason, and I uninstalled everything from that download.
    Then I installed the trial edition of sql server 2012 (64 Bit) and It wouldn't connect to the database. (Error mentioned above.) My local DB is COWBOYS. (COWBOYS is also my computer name.) After this, I have tried downloading sqlexpress and sqlserver 64bit
    many times and cannot connect to my local DB. 
    How do I connect to my Local DB? 
    Also, I think this might help: (When I run sqlserve.exe, which I was able to find in C:\Program Files\Microsoft SQL Server\110\LocalDB\Binn, I get an error: Your SQL server installation is either corrupt or has been tampered with(Error getting
    instance ID from name). Please uninstall then re-run setup to correct this problem.
    I would happily re install it, if it wasn't my 20th time.
    I don't have any remote connections, I don't use username/password, only window authentication. I work mostly on visual studio, but without able to store /retrieve data, I don't know how to survive.
    May be the solution is very simple, but I am too frustrated. 
    Some of the things I have tried:
    From a command prompt, enter one of the following commands:
    net start "SQL Server Agent (MSSQLSERVER)" OR 
    net start "SQL Server Agent(instancename)"(for instance)
    on my sql configuration, I cannot start anything because there is nothing there to start. I can post more details, if that would help. Also, some more details about the error:
    Details
    Product:
    SQL Server
    ID:
    2
    Source:
    MSSQLServer
    Version:
    10.0
    Component:
    SQLEngine
    Message:
    An error has occurred while establishing a connection to the server. When connecting to SQL Server, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error:
    40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    Explanation
    SQL Server did not respond to the client request because the server is probably not started.
    User Action
    Make sure that the server is started.
    Version:
    9.0
    Component:
    SQLEngine
    Message:
    An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error:
    40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    Explanation
    SQL Server did not respond to the client request because the server is probably not started.
    User Action
    Make sure that the server is started.
    Any one that can help me, I will be greatful. Thank you so much. p.s. please ask me anything if you have any questions.

    It sounds like there are a couple things going on here.  First check if you have a successful install of SQL Server, then we'll figure out the connection issues.
    Can you launch SQL Server Configuration Manager and check for SQL Server (MSSQLSERVER) if default instance or SQL Server (other name) if you've configured your instance as a named instance.  Once you find this, make sure the service is started. 
    If not started, try to start it and see if it throws an error.  If you get an error, post the error message your hitting.  If the service starts, you can then launch SSMS and try to connect.  If you have a default instance, you can use the machine
    name in the connection dialog.  Ex:  "COWBOYS" where Cowboys is the machine name.  However, if you named the SQL Server instance during install, you'll need to connect using the machine\instance format.  Ex:  COWBOYS\Romo (where Romo
    is the instance name you set during install).
    You can also look at the summary.txt file in the SQL Server setup error logs to see what happened on the most recent install.  Past install history is archived in the log folder if you need to dig those up to help troubleshoot, but the most
    recent one may help get to the bottom of it if there is an issue with setup detecting a prior instance that needs to be repaired.
    Thanks,
    Sam Lester (MSFT)
    http://blogs.msdn.com/b/samlester
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and
    "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.

  • Max no of connections in the RFC receiver ?

    Hi Guys,
    when i increse the max no of connections from 1 to 5 , i am getting the following errors, i saw we can give up to 50. why it is not taking more than 1.
    SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: resource error: could not get a client from JCO.Pool: com.sap.mw.jco.JCO$Exception: (106) JCO_ERROR_RESOURCE: Connection pool RfcClient[cc_sap_recv]eb54a45a23bc3e3eabd929cc3f3b0688 is exhausted. The current pool size limit (max connections) is 1 connections.</SAP:AdditionalText>
    any help would be appreciated
    Thanks,
    srini

    In the Help it says 50!
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/e80440a832e369e10000000a155106/frameset.htm
    However, a fix for how to trace the exact Error is found here:
    http://help.sap.com/saphelp_nw04s/helpdata/en/f6/daea401675752ae10000000a155106/frameset.htm

  • SharePoint 2007:Cannot connect to the configuration database.

    The share point 2007 server under Windows Server 2008 R2 runs well formerly, but suddenly the user can't visit the site with error on page:
    Cannot connect to the configuration database.
    I also checked windows log with bellow main errors:
    Log Name:      Application
    Source:        Office Server Search
    Date:          2015/2/28 22:30:47
    Event ID:      10034
    Task Category: Gatherer
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      ***
    Description:
    Could not access the Search service configuration database.
    Context: Application 'b9f7f366-4027-4923-b5ce-b93c132df7c3'
    Details:
     Unspecified error
     (0x80004005)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Office Server Search" />
        <EventID Qualifiers="49152">10034</EventID>
        <Level>2</Level>
        <Task>3</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-02-28T14:30:47.000000000Z" />
        <EventRecordID>2323514</EventRecordID>
        <Channel>Application</Channel>
        <Computer>***</Computer>
        <Security />
      </System>
      <EventData>
        <Data>
    Context: Application 'b9f7f366-4027-4923-b5ce-b93c132df7c3'
    Details:
     Unspecified error
     (0x80004005)</Data>
      </EventData>
    </Event>
    ======================================
    Log Name:      Application
    Log Name:      Application
    Source:        Windows SharePoint Services 3
    Date:          2015/2/28 22:30:50
    Event ID:      5586
    Task Category: Database
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      ***
    Description:
    Unknown SQL Exception 64 occured. Additional error information from SQL Server is included below.
    A connection was successfully established with the server, but then an error occurred during the login process. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Windows SharePoint Services 3" />
        <EventID Qualifiers="0">5586</EventID>
        <Level>2</Level>
        <Task>484</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-02-28T14:30:50.000000000Z" />
        <EventRecordID>2323517</EventRecordID>
        <Channel>Application</Channel>
        <Computer>***</Computer>
        <Security />
      </System>
      <EventData>
        <Data>64</Data>
        <Data>A connection was successfully established with the server, but then an error occurred during the login process. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)</Data>
      </EventData>
    </Event>
    ==================================================
    Source:        Windows SharePoint Services 3
    Date:          2015/2/28 22:31:00
    Event ID:      27745
    Task Category: General
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      ***
    Description:
    The description for Event ID 27745 from source Windows SharePoint Services 3 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on
    the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    #50071: Unable to connect to the database SP_Config on ***.  Check the database connection information and make sure that the database server is running.
    the message resource is present but the message is not found in the string/message table
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Windows SharePoint Services 3" />
        <EventID Qualifiers="14130">27745</EventID>
        <Level>2</Level>
        <Task>1105</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-02-28T14:31:00.000000000Z" />
        <EventRecordID>2323520</EventRecordID>
        <Channel>Application</Channel>
        <Computer>***</Computer>
        <Security />
      </System>
      <EventData>
        <Data>#50071: Unable to connect to the database SP_Config on ***.  Check the database connection information and make sure that the database server is running.</Data>
      </EventData>
    </Event>
    Please kindly support to find the root cause and guide how to fix it ASAP.
    Many appreciations for your hellp in advance!
    Note:
    1)As checked, SQL server service is running well;
    2)Web server log under the path C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\LOGS with bellow errors:
    03/02/2015 11:25:53.28  mssearch.exe (0x0F0C)                    0x08FC Search Server Common         
     GathererSql                    0 Monitorable CSqlCrawl::ExecuteCommand() Failed in GetSession, Error is 0x80004005 - File:d:\office\source\search\search\gather\server\gatherobj.cxx
    Line:9654 
    03/02/2015 11:25:53.39  mssearch.exe (0x0F0C)                    0x08FC Search Server Common           Common                       
     0 Monitorable Application b9f7f366-4027-4923-b5ce-b93c132df7c3, resource 1: pIDBInitialize->Initialize error. Failed to create a non fast load session. - File:d:\office\source\search\search\searchdll\resourcemanagerimpl.cpp Line:608 
    03/02/2015 11:25:53.39  mssearch.exe (0x0F0C)                    0x08FC Search Server Common           Common                       
     0 Monitorable CResourceManager::CreateSession Error creating non fastload session 'Provider=SQLOLEDB;Extended Properties='Server=***;Database=SP_SharedServices_Search;Trusted_Connection=yes;App=Windows SharePoint Services;Timeout=15';'. - File:d:\office\source\search\search\searchdll\resourcemanagerimpl.cpp
    Line:658 
    03/02/2015 11:25:53.39  mssearch.exe (0x0F0C)                    0x08FC Search Server Common           UtilCommon                   
     0 Monitorable Dumping error record [0]:   Source: Microsoft OLE DB Provider for SQL Server   HRESULT: 0x80004005   Code: 11   Description: [DBNETLIB][ConnectionRead (recv()).]General network error. Check
    your network documentation. - File:d:\office\source\search\common\pkmutild\atldbext.cxx Line:1250 
    03/02/2015 11:25:53.39  mssearch.exe (0x0F0C)                    0x08FC Search Server Common           GathererSql                  
     0 Monitorable CSqlCrawl::ExecuteCommand() Failed in GetSession, Error is 0x80004005 - File:d:\office\source\search\search\gather\server\gatherobj.cxx Line:9654

    Hi,
    In this forum we mainly discuss questions and feedbacks about Office products, since your question is about SharePoint, I suggest you post the question in SharePoint forum to get further assistance:
    https://social.technet.microsoft.com/Forums/office/en-US/home?category=sharepoint
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • After restoring SharePoint farm backup ( The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connection)

    Hi,
    I have taken farm back and restore it in new UAT environment, while access to the main site getting the below error: 
    Error  
    An unexpected error has occurred. 
    Troubleshoot issues with Microsoft SharePoint Foundation. 
    Correlation ID: 866476f3-23dd-4e1e-97af-bffc62cc2d57 
    Date and Time: 7/15/2014 11:26:35 AM 
    When i checked in log i got below error
    System.Data.SqlClient.SqlException: A network-related or instance-specific
    error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40
    - Could not open a connection to SQL Server)    at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
    stateObj)     at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecu... 
    Thanks in advance
    Said Al Balushi

    Hi Wendy,
    i have checked all below points, every thing is fine but still i am getting the same error.
    Check SQL services are runing
    Check remote conenctions are enabled
    Check SQL Browser service is runing
    Check TCP/IP protocal enabled at SQL server
    Check out windows firewall setting
    Thanks,
    Said
     

Maybe you are looking for

  • How do I type my own screen saver?

    Seems to me there used to be a way to just type in a phrase in screen saver settings and have it bounce around the screen as a screen saver. Is there still a way to do this? Or does it require a third party app.? Thank you

  • MythTV Program Guide Slow/No Composite Effects On Dual Monitor

    Hello all, I am not entirely sure where this would belong, so I put it here. I am running Arch64 with an NVidia 8600GTS and dual monitors as seperate X screens. The second monitor is actually a TV not a monitor, and is using the S-Video output on the

  • How to open a link in secure pdf on iphone?

    I got a secure pdf in my e-mail. I've already type in the password and be able to open the pdf. However, what I want to see is in the link in that pdf. I touch the link but cannot open the file. Please advise.

  • GTS BAPI or BDC FOR Tcode /SAPSLL/PRODUCT_02

    Hello All,    I need a help to upload data's in T-code /SAPSLL/PRODUCT_02 (SAP GTS ) Custom Product maintenance, i can't do with BDC because this t-code is having GUI, So kindly guide me how we can upload the data's in this t-code, and there is no BA

  • New languange instal

    hi all, i need help about installing new language in SAP system ECC6. main language is EN and I must install hungarian. Is there any help material or Somme body can suggest me. Thanks.