Re: Internal connection fatal error

From: Max Metral (memetral_at_hotmail.com)
Date: 07/31/04


Date: Sat, 31 Jul 2004 11:06:38 -0400

The words "sucks" and "SQL Server" are starting a slow walk towards each
other. For *now*, rebooting the db machine seems to have eradicated these
errors, although the load may not have reached similar heights since it's a
weekend.

"Max Metral" <memetral@hotmail.com> wrote in message
news:OPsOqrmdEHA.3212@TK2MSFTNGP12.phx.gbl...
> I've seen other posts about such errors, but never a solution. It seems
to
> appear randomly under load. We are pretty vigilant about "using"
> IDataReader's and Connections, so it's pretty unlikely that we're doing
> something outwardly wrong that would excuse this sort of behavior. The
> stack is:
>
> TARGETSITE: System.Data.SqlClient.SqlDataReader
> ExecuteReader(System.Data.CommandBehavior,
> System.Data.SqlClient.RunBehavior, Boolean)
>
> STACKTRACE: at
> System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
cmdBehavior,
> RunBehavior runBehavior, Boolean returnStream)
> at System.Data.SqlClient.SqlCommand.ExecuteReader()
> at Web.MyPage.Page_Load(Object sender, EventArgs e)
> <removed by me>
>
> Perhaps related, we also see random errors like this about columns we KNOW
> exist in recordsets that are being returned:
>
> MESSAGE: EventId
> SOURCE: System.Data
> TARGETSITE: Int32 GetOrdinal(System.String)
> STACKTRACE: at System.Data.Common.FieldNameLookup.GetOrdinal(String
> fieldName)
> at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
> at MyObject..ctor(IDataReader eventReader, EventData eventData)
> <removed by me>
>
> This is definitely unacceptable behavior from ADO, SQL Server, or both...
No
> code that an end user writes in a managed language should be able to
create
> this kind of untraceable havoc.
>
> Any thoughts?
>
>



Relevant Pages

  • Internal connection fatal error
    ... RunBehavior runBehavior, Boolean returnStream) ... STACKTRACE: at System.Data.Common.FieldNameLookup.GetOrdinal(String ... at MyObject..ctor(IDataReader eventReader, EventData eventData) ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Error: 3624 - SQL Server Assertion
    ... part out of the address and I will try to reproduce the error? ... which versions of SQL Server and .NET Framework are you using? ... Duplicate key was ignored. ... at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) ...
    (microsoft.public.sqlserver.server)
  • RE: permission denied on object sp_sdidebug
    ... Or may be grant execute rights to the user through which ... you are loggin into in SQL Server. ... > cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742 ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ADO.NET Failed to load msxmlsql.dll
    ... cmdBehavior, RunBehavior runBehavior, Boolean returnStream) ... am i missing something that needs to be installed on sql server? ... this a client side ado.net issue? ... Were is that code running? ...
    (microsoft.public.sqlserver.xml)