Re: System.Data.SqlClient.SqlException: General network error. Check your network documentation.

From: scorpion53061 (admin_at_nospampleasekjmsolutions.com)
Date: 06/24/04


Date: Wed, 23 Jun 2004 18:37:52 -0700

My experience with this error though others may disagree is dropped
packets either on the server or client end. It seems a second or more is
enough to disrupt the connection sufficiently for an exception to be
thrown. I put in error handlers to order a certain number of reconnect
attempts prior to alerting the user. I am sure others have a more
elegant solution though.

"Kal" <kalyankk@hotmail.com> wrote in message
news:7c8aba07.0406231134.45d7cf8b@posting.google.com:
> Hello,
>
> Error:
> System.Data.SqlClient.SqlException: General network error. Check your
> network documentation.
>
> What does this error means? My web app, suddenly started to show this
> error today in my production environment, beta environment,
> development environment, and also on my machine too.
>
> When i debugged the app, i see that the error is happening when the
> app is trying to open a connection using integrated security. For test
> sake, in the connection string, i passed in userid and password and
> then i did not get the error.
>
> It is very puzzling.
>
> Any body faced the same situation before.
>
> Thanks,
> Kalyan



Relevant Pages

  • System.Data.SqlClient.SqlException: General network error. Check your network documentation.
    ... System.Data.SqlClient.SqlException: General network error. ... error today in my production environment, beta environment, ... When i debugged the app, i see that the error is happening when the ...
    (microsoft.public.dotnet.framework.aspnet)
  • System.Data.SqlClient.SqlException: General network error. Check y
    ... System.Data.SqlClient.SqlException: General network error. ... My web app, suddenly started to show this error today in my production environment, beta environment, development environment, and also on my machine too. ... For test sake, in the connection string, i passd in userid and passowrd and i don't et the error. ...
    (microsoft.public.dotnet.framework.aspnet)
  • System.Data.SqlClient.SqlException: General network error. Check y
    ... System.Data.SqlClient.SqlException: General network error. ... My web app, suddenly started to show this error today in my production environment, beta environment, development environment, and also on my machine too. ... For test sake, in the connection string, i passd in userid and passowrd and i don't et the error. ...
    (microsoft.public.dotnet.framework)
  • System.Data.SqlClient.SqlException: General network error. Check y
    ... System.Data.SqlClient.SqlException: General network error. ... My web app, suddenly started to show this error today in my production environment, beta environment, development environment, and also on my machine too. ... For test sake, in the connection string, i passd in userid and passowrd and i don't et the error. ...
    (microsoft.public.dotnet.framework)
  • RE: SqlConnection and pooling
    ... This depends on the environment of your application. ... If you're developing on an ASP.NET app, it is NOT recommended to share one ... You need to open a connection wherever it ... Prev by Date: ...
    (microsoft.public.dotnet.framework.adonet)