Re: General network error - SqlInternalConnection.OpenAndLogin
From: David Browne (meat_at_hotmail.com)
Date: 08/19/04
- Next message: Ian: "Re: Really tough ADO Stored Procedure Question. Please Help!!!"
- Previous message: Don: "Permission on sp_addlinkedserver"
- In reply to: Kevin C: "General network error - SqlInternalConnection.OpenAndLogin"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 19 Aug 2004 09:35:36 -0500
"Kevin C" <kc@noneya.com> wrote in message
news:erH94FfhEHA.4064@TK2MSFTNGP12.phx.gbl...
> We are having some major issues with suspicious errors while using Biztalk
> that we believe may be linked to network issues or possibly a bad NIC. So
> we wrote a small app to continuously "ping" - really it issues a small
> select against a table - the DB every 2 seconds. We had lots of errors
> crop up doing this. In doing so seemed to narrow some issues down to
> ADO.NET's pooling along with problems in teh network. Apparently if there
> were network issues and the pooled connection got "hosed", the whole
> connection was doomed and we'd receive errors "General network errors" on
> the next attempt to use the hosed connection.
>
> Now, we have disabled pooling and getting the below exception. Does
anyone
> know what normally causes this exception to occur out of the
"OpenAndLogin"
> method?
>
. . .
> System.Data.SqlClient.SqlException: General network error. Check your
The same connectivity problem that was screwing up your pooled connections
is preventing new connections.
David
- Next message: Ian: "Re: Really tough ADO Stored Procedure Question. Please Help!!!"
- Previous message: Don: "Permission on sp_addlinkedserver"
- In reply to: Kevin C: "General network error - SqlInternalConnection.OpenAndLogin"
- Messages sorted by: [ date ] [ thread ]