Connecting Tech Pros Worldwide Forums | Help | Site Map

General Network Error - MS Stumped

Joe Ross
Guest
 
Posts: n/a
#1: Nov 18 '05
I've been working with Microsoft support for over 3 weeks now on an
intermittent General Network Error we're seeing in our production
environment between our ASP.NET application and SQL Server 2000. They are
continuing to work on the issue, but it seems as if our progress is grinding
to a halt. I asked this question on the newsgroups before going to MS but
figured I'd give it another shot now that I have more information.

The problem occurs intermittently (maybe 10 to 15 times per day). It seems
to be related to queries that return "large" amounts of data from SQL. The
problem started after we made an equipment change. We went from a single
server hosting both our ASP.NET application and SQL Server 2000, to one
server hosting IIS and another machine running SQL. An example of the
exception thrown appears at the bottom of this post.

MS had us perform 3 data captures initially: MPSRPT_MDAC on the IIS machine,
MPSRPT_MDAC on the SQL machine, and SQLDIAG on the database server. The MS
rep found nothing too out of the ordinary with our configuration, so he
asked me to do a network capture on both machines while the error occurred.

I was able to get a good capture in a small window and sent it off to MS.
The verdict is that IIS is basically halting the request. It is resetting
the database connection partway through retrieving the results of the stored
proc. IIS attempts to close the connection for some reason, SQL ignores and
keeps pumping back data, then IIS raises a reset. MS confirmed that there
is no packet loss. MS has not determined why this is happening and has not
advised me to capture any additional data.

If someone has any ideas, I am willing to provide as much detail as
possible. I wanted to keep this initial post as concise as possible.

Thanks for any assistance you can provide,
-joe

EXCEPTION:
System.Data.SqlClient.SqlException: General network error. Check your
network documentation.
at System.Data.SqlClient.SqlConnection.OnError(SqlExc eption exception,
TdsParserState state)
at System.Data.SqlClient.SqlInternalConnection.OnErro r(SqlException
exception, TdsParserState state)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndW arning()
at System.Data.SqlClient.TdsParser.ReadNetlib(Int32 bytesExpected)
at System.Data.SqlClient.TdsParser.ReadBuffer()
at System.Data.SqlClient.TdsParser.ReadByteArray(Byte[] buff, Int32
offset, Int32 len)
at System.Data.SqlClient.TdsParser.ReadEncodingChar(I nt32 length,
Encoding encoding)
at System.Data.SqlClient.TdsParser.ReadSqlValue(_SqlM etaData md, Int32
length)
at System.Data.SqlClient.TdsParser.ProcessRow(_SqlMet aData[] columns,
Object[] buffer, Int32[] map, Boolean useSQLTypes)
at System.Data.SqlClient.SqlDataReader.PrepareSQLReco rd(Int32 i)
at System.Data.SqlClient.SqlDataReader.GetSqlString(I nt32 i)
at System.Data.SqlClient.SqlDataReader.GetString(Int3 2 i)





Kevin Spencer
Guest
 
Posts: n/a
#2: Nov 18 '05

re: General Network Error - MS Stumped


Have you eliminated hardware or installed software issues by trying to run
this on a different pair of machines?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Joe Ross" <joeross252@hotmail.com> wrote in message
news:u55gTVJ$DHA.1796@TK2MSFTNGP12.phx.gbl...[color=blue]
> I've been working with Microsoft support for over 3 weeks now on an
> intermittent General Network Error we're seeing in our production
> environment between our ASP.NET application and SQL Server 2000. They are
> continuing to work on the issue, but it seems as if our progress is[/color]
grinding[color=blue]
> to a halt. I asked this question on the newsgroups before going to MS but
> figured I'd give it another shot now that I have more information.
>
> The problem occurs intermittently (maybe 10 to 15 times per day). It[/color]
seems[color=blue]
> to be related to queries that return "large" amounts of data from SQL.[/color]
The[color=blue]
> problem started after we made an equipment change. We went from a single
> server hosting both our ASP.NET application and SQL Server 2000, to one
> server hosting IIS and another machine running SQL. An example of the
> exception thrown appears at the bottom of this post.
>
> MS had us perform 3 data captures initially: MPSRPT_MDAC on the IIS[/color]
machine,[color=blue]
> MPSRPT_MDAC on the SQL machine, and SQLDIAG on the database server. The[/color]
MS[color=blue]
> rep found nothing too out of the ordinary with our configuration, so he
> asked me to do a network capture on both machines while the error[/color]
occurred.[color=blue]
>
> I was able to get a good capture in a small window and sent it off to MS.
> The verdict is that IIS is basically halting the request. It is resetting
> the database connection partway through retrieving the results of the[/color]
stored[color=blue]
> proc. IIS attempts to close the connection for some reason, SQL ignores[/color]
and[color=blue]
> keeps pumping back data, then IIS raises a reset. MS confirmed that there
> is no packet loss. MS has not determined why this is happening and has[/color]
not[color=blue]
> advised me to capture any additional data.
>
> If someone has any ideas, I am willing to provide as much detail as
> possible. I wanted to keep this initial post as concise as possible.
>
> Thanks for any assistance you can provide,
> -joe
>
> EXCEPTION:
> System.Data.SqlClient.SqlException: General network error. Check your
> network documentation.
> at System.Data.SqlClient.SqlConnection.OnError(SqlExc eption exception,
> TdsParserState state)
> at System.Data.SqlClient.SqlInternalConnection.OnErro r(SqlException
> exception, TdsParserState state)
> at System.Data.SqlClient.TdsParser.ThrowExceptionAndW arning()
> at System.Data.SqlClient.TdsParser.ReadNetlib(Int32 bytesExpected)
> at System.Data.SqlClient.TdsParser.ReadBuffer()
> at System.Data.SqlClient.TdsParser.ReadByteArray(Byte[] buff, Int32
> offset, Int32 len)
> at System.Data.SqlClient.TdsParser.ReadEncodingChar(I nt32 length,
> Encoding encoding)
> at System.Data.SqlClient.TdsParser.ReadSqlValue(_SqlM etaData md, Int32
> length)
> at System.Data.SqlClient.TdsParser.ProcessRow(_SqlMet aData[] columns,
> Object[] buffer, Int32[] map, Boolean useSQLTypes)
> at System.Data.SqlClient.SqlDataReader.PrepareSQLReco rd(Int32 i)
> at System.Data.SqlClient.SqlDataReader.GetSqlString(I nt32 i)
> at System.Data.SqlClient.SqlDataReader.GetString(Int3 2 i)
>
>[/color]


Joe Ross
Guest
 
Posts: n/a
#3: Nov 18 '05

re: General Network Error - MS Stumped


Unforunately, we're a small company and don't have the "luxury" of
duplicating the environment. However, there is plenty of horsepower there
to meet our needs. The web server is a Dell PowerEdge 1750 and the database
server is a Dell PowerEdge 2650 hooked into a PowerVault 220. Usage is
quite light.

I would love to be able to do what you say and I appreciate the value it
would bring to solving the problem, unfortunately, it's not realistic for us
at this time.

Thanks
-joe


"Kevin Spencer" <kevin@takempis.com> wrote in message
news:OVDsMqJ$DHA.2524@tk2msftngp13.phx.gbl...[color=blue]
> Have you eliminated hardware or installed software issues by trying to run
> this on a different pair of machines?
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "Joe Ross" <joeross252@hotmail.com> wrote in message
> news:u55gTVJ$DHA.1796@TK2MSFTNGP12.phx.gbl...[color=green]
> > I've been working with Microsoft support for over 3 weeks now on an
> > intermittent General Network Error we're seeing in our production
> > environment between our ASP.NET application and SQL Server 2000. They[/color][/color]
are[color=blue][color=green]
> > continuing to work on the issue, but it seems as if our progress is[/color]
> grinding[color=green]
> > to a halt. I asked this question on the newsgroups before going to MS[/color][/color]
but[color=blue][color=green]
> > figured I'd give it another shot now that I have more information.
> >
> > The problem occurs intermittently (maybe 10 to 15 times per day). It[/color]
> seems[color=green]
> > to be related to queries that return "large" amounts of data from SQL.[/color]
> The[color=green]
> > problem started after we made an equipment change. We went from a[/color][/color]
single[color=blue][color=green]
> > server hosting both our ASP.NET application and SQL Server 2000, to one
> > server hosting IIS and another machine running SQL. An example of the
> > exception thrown appears at the bottom of this post.
> >
> > MS had us perform 3 data captures initially: MPSRPT_MDAC on the IIS[/color]
> machine,[color=green]
> > MPSRPT_MDAC on the SQL machine, and SQLDIAG on the database server. The[/color]
> MS[color=green]
> > rep found nothing too out of the ordinary with our configuration, so he
> > asked me to do a network capture on both machines while the error[/color]
> occurred.[color=green]
> >
> > I was able to get a good capture in a small window and sent it off to[/color][/color]
MS.[color=blue][color=green]
> > The verdict is that IIS is basically halting the request. It is[/color][/color]
resetting[color=blue][color=green]
> > the database connection partway through retrieving the results of the[/color]
> stored[color=green]
> > proc. IIS attempts to close the connection for some reason, SQL ignores[/color]
> and[color=green]
> > keeps pumping back data, then IIS raises a reset. MS confirmed that[/color][/color]
there[color=blue][color=green]
> > is no packet loss. MS has not determined why this is happening and has[/color]
> not[color=green]
> > advised me to capture any additional data.
> >
> > If someone has any ideas, I am willing to provide as much detail as
> > possible. I wanted to keep this initial post as concise as possible.
> >
> > Thanks for any assistance you can provide,
> > -joe
> >
> > EXCEPTION:
> > System.Data.SqlClient.SqlException: General network error. Check your
> > network documentation.
> > at System.Data.SqlClient.SqlConnection.OnError(SqlExc eption[/color][/color]
exception,[color=blue][color=green]
> > TdsParserState state)
> > at System.Data.SqlClient.SqlInternalConnection.OnErro r(SqlException
> > exception, TdsParserState state)
> > at System.Data.SqlClient.TdsParser.ThrowExceptionAndW arning()
> > at System.Data.SqlClient.TdsParser.ReadNetlib(Int32 bytesExpected)
> > at System.Data.SqlClient.TdsParser.ReadBuffer()
> > at System.Data.SqlClient.TdsParser.ReadByteArray(Byte[] buff, Int32
> > offset, Int32 len)
> > at System.Data.SqlClient.TdsParser.ReadEncodingChar(I nt32 length,
> > Encoding encoding)
> > at System.Data.SqlClient.TdsParser.ReadSqlValue(_SqlM etaData md,[/color][/color]
Int32[color=blue][color=green]
> > length)
> > at System.Data.SqlClient.TdsParser.ProcessRow(_SqlMet aData[] columns,
> > Object[] buffer, Int32[] map, Boolean useSQLTypes)
> > at System.Data.SqlClient.SqlDataReader.PrepareSQLReco rd(Int32 i)
> > at System.Data.SqlClient.SqlDataReader.GetSqlString(I nt32 i)
> > at System.Data.SqlClient.SqlDataReader.GetString(Int3 2 i)
> >
> >[/color]
>
>[/color]


Kevin Spencer
Guest
 
Posts: n/a
#4: Nov 18 '05

re: General Network Error - MS Stumped


If it does turn out to be a hardware or installed software issue, I believe
you will have spent more than the cost of 2 machines in salaries trying to
find it.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Joe Ross" <joeross252@hotmail.com> wrote in message
news:O1JOAaL$DHA.1732@TK2MSFTNGP12.phx.gbl...[color=blue]
> Unforunately, we're a small company and don't have the "luxury" of
> duplicating the environment. However, there is plenty of horsepower there
> to meet our needs. The web server is a Dell PowerEdge 1750 and the[/color]
database[color=blue]
> server is a Dell PowerEdge 2650 hooked into a PowerVault 220. Usage is
> quite light.
>
> I would love to be able to do what you say and I appreciate the value it
> would bring to solving the problem, unfortunately, it's not realistic for[/color]
us[color=blue]
> at this time.
>
> Thanks
> -joe
>
>
> "Kevin Spencer" <kevin@takempis.com> wrote in message
> news:OVDsMqJ$DHA.2524@tk2msftngp13.phx.gbl...[color=green]
> > Have you eliminated hardware or installed software issues by trying to[/color][/color]
run[color=blue][color=green]
> > this on a different pair of machines?
> >
> > --
> > HTH,
> > Kevin Spencer
> > .Net Developer
> > Microsoft MVP
> > Big things are made up
> > of lots of little things.
> >
> > "Joe Ross" <joeross252@hotmail.com> wrote in message
> > news:u55gTVJ$DHA.1796@TK2MSFTNGP12.phx.gbl...[color=darkred]
> > > I've been working with Microsoft support for over 3 weeks now on an
> > > intermittent General Network Error we're seeing in our production
> > > environment between our ASP.NET application and SQL Server 2000. They[/color][/color]
> are[color=green][color=darkred]
> > > continuing to work on the issue, but it seems as if our progress is[/color]
> > grinding[color=darkred]
> > > to a halt. I asked this question on the newsgroups before going to MS[/color][/color]
> but[color=green][color=darkred]
> > > figured I'd give it another shot now that I have more information.
> > >
> > > The problem occurs intermittently (maybe 10 to 15 times per day). It[/color]
> > seems[color=darkred]
> > > to be related to queries that return "large" amounts of data from SQL.[/color]
> > The[color=darkred]
> > > problem started after we made an equipment change. We went from a[/color][/color]
> single[color=green][color=darkred]
> > > server hosting both our ASP.NET application and SQL Server 2000, to[/color][/color][/color]
one[color=blue][color=green][color=darkred]
> > > server hosting IIS and another machine running SQL. An example of the
> > > exception thrown appears at the bottom of this post.
> > >
> > > MS had us perform 3 data captures initially: MPSRPT_MDAC on the IIS[/color]
> > machine,[color=darkred]
> > > MPSRPT_MDAC on the SQL machine, and SQLDIAG on the database server.[/color][/color][/color]
The[color=blue][color=green]
> > MS[color=darkred]
> > > rep found nothing too out of the ordinary with our configuration, so[/color][/color][/color]
he[color=blue][color=green][color=darkred]
> > > asked me to do a network capture on both machines while the error[/color]
> > occurred.[color=darkred]
> > >
> > > I was able to get a good capture in a small window and sent it off to[/color][/color]
> MS.[color=green][color=darkred]
> > > The verdict is that IIS is basically halting the request. It is[/color][/color]
> resetting[color=green][color=darkred]
> > > the database connection partway through retrieving the results of the[/color]
> > stored[color=darkred]
> > > proc. IIS attempts to close the connection for some reason, SQL[/color][/color][/color]
ignores[color=blue][color=green]
> > and[color=darkred]
> > > keeps pumping back data, then IIS raises a reset. MS confirmed that[/color][/color]
> there[color=green][color=darkred]
> > > is no packet loss. MS has not determined why this is happening and[/color][/color][/color]
has[color=blue][color=green]
> > not[color=darkred]
> > > advised me to capture any additional data.
> > >
> > > If someone has any ideas, I am willing to provide as much detail as
> > > possible. I wanted to keep this initial post as concise as possible.
> > >
> > > Thanks for any assistance you can provide,
> > > -joe
> > >
> > > EXCEPTION:
> > > System.Data.SqlClient.SqlException: General network error. Check your
> > > network documentation.
> > > at System.Data.SqlClient.SqlConnection.OnError(SqlExc eption[/color][/color]
> exception,[color=green][color=darkred]
> > > TdsParserState state)
> > > at System.Data.SqlClient.SqlInternalConnection.OnErro r(SqlException
> > > exception, TdsParserState state)
> > > at System.Data.SqlClient.TdsParser.ThrowExceptionAndW arning()
> > > at System.Data.SqlClient.TdsParser.ReadNetlib(Int32 bytesExpected)
> > > at System.Data.SqlClient.TdsParser.ReadBuffer()
> > > at System.Data.SqlClient.TdsParser.ReadByteArray(Byte[] buff, Int32
> > > offset, Int32 len)
> > > at System.Data.SqlClient.TdsParser.ReadEncodingChar(I nt32 length,
> > > Encoding encoding)
> > > at System.Data.SqlClient.TdsParser.ReadSqlValue(_SqlM etaData md,[/color][/color]
> Int32[color=green][color=darkred]
> > > length)
> > > at System.Data.SqlClient.TdsParser.ProcessRow(_SqlMet aData[][/color][/color][/color]
columns,[color=blue][color=green][color=darkred]
> > > Object[] buffer, Int32[] map, Boolean useSQLTypes)
> > > at System.Data.SqlClient.SqlDataReader.PrepareSQLReco rd(Int32 i)
> > > at System.Data.SqlClient.SqlDataReader.GetSqlString(I nt32 i)
> > > at System.Data.SqlClient.SqlDataReader.GetString(Int3 2 i)
> > >
> > >[/color]
> >
> >[/color]
>
>[/color]


Joe Ross
Guest
 
Posts: n/a
#5: Nov 18 '05

re: General Network Error - MS Stumped


I respectfully disagree. Thank you for your overly helpful advice.

-joe

"Kevin Spencer" <kevin@takempis.com> wrote in message
news:uW6oBBT$DHA.2476@TK2MSFTNGP12.phx.gbl...[color=blue]
> If it does turn out to be a hardware or installed software issue, I[/color]
believe[color=blue]
> you will have spent more than the cost of 2 machines in salaries trying to
> find it.
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "Joe Ross" <joeross252@hotmail.com> wrote in message
> news:O1JOAaL$DHA.1732@TK2MSFTNGP12.phx.gbl...[color=green]
> > Unforunately, we're a small company and don't have the "luxury" of
> > duplicating the environment. However, there is plenty of horsepower[/color][/color]
there[color=blue][color=green]
> > to meet our needs. The web server is a Dell PowerEdge 1750 and the[/color]
> database[color=green]
> > server is a Dell PowerEdge 2650 hooked into a PowerVault 220. Usage is
> > quite light.
> >
> > I would love to be able to do what you say and I appreciate the value it
> > would bring to solving the problem, unfortunately, it's not realistic[/color][/color]
for[color=blue]
> us[color=green]
> > at this time.
> >
> > Thanks
> > -joe
> >
> >
> > "Kevin Spencer" <kevin@takempis.com> wrote in message
> > news:OVDsMqJ$DHA.2524@tk2msftngp13.phx.gbl...[color=darkred]
> > > Have you eliminated hardware or installed software issues by trying to[/color][/color]
> run[color=green][color=darkred]
> > > this on a different pair of machines?
> > >
> > > --
> > > HTH,
> > > Kevin Spencer
> > > .Net Developer
> > > Microsoft MVP
> > > Big things are made up
> > > of lots of little things.
> > >
> > > "Joe Ross" <joeross252@hotmail.com> wrote in message
> > > news:u55gTVJ$DHA.1796@TK2MSFTNGP12.phx.gbl...
> > > > I've been working with Microsoft support for over 3 weeks now on an
> > > > intermittent General Network Error we're seeing in our production
> > > > environment between our ASP.NET application and SQL Server 2000.[/color][/color][/color]
They[color=blue][color=green]
> > are[color=darkred]
> > > > continuing to work on the issue, but it seems as if our progress is
> > > grinding
> > > > to a halt. I asked this question on the newsgroups before going to[/color][/color][/color]
MS[color=blue][color=green]
> > but[color=darkred]
> > > > figured I'd give it another shot now that I have more information.
> > > >
> > > > The problem occurs intermittently (maybe 10 to 15 times per day).[/color][/color][/color]
It[color=blue][color=green][color=darkred]
> > > seems
> > > > to be related to queries that return "large" amounts of data from[/color][/color][/color]
SQL.[color=blue][color=green][color=darkred]
> > > The
> > > > problem started after we made an equipment change. We went from a[/color]
> > single[color=darkred]
> > > > server hosting both our ASP.NET application and SQL Server 2000, to[/color][/color]
> one[color=green][color=darkred]
> > > > server hosting IIS and another machine running SQL. An example of[/color][/color][/color]
the[color=blue][color=green][color=darkred]
> > > > exception thrown appears at the bottom of this post.
> > > >
> > > > MS had us perform 3 data captures initially: MPSRPT_MDAC on the IIS
> > > machine,
> > > > MPSRPT_MDAC on the SQL machine, and SQLDIAG on the database server.[/color][/color]
> The[color=green][color=darkred]
> > > MS
> > > > rep found nothing too out of the ordinary with our configuration, so[/color][/color]
> he[color=green][color=darkred]
> > > > asked me to do a network capture on both machines while the error
> > > occurred.
> > > >
> > > > I was able to get a good capture in a small window and sent it off[/color][/color][/color]
to[color=blue][color=green]
> > MS.[color=darkred]
> > > > The verdict is that IIS is basically halting the request. It is[/color]
> > resetting[color=darkred]
> > > > the database connection partway through retrieving the results of[/color][/color][/color]
the[color=blue][color=green][color=darkred]
> > > stored
> > > > proc. IIS attempts to close the connection for some reason, SQL[/color][/color]
> ignores[color=green][color=darkred]
> > > and
> > > > keeps pumping back data, then IIS raises a reset. MS confirmed that[/color]
> > there[color=darkred]
> > > > is no packet loss. MS has not determined why this is happening and[/color][/color]
> has[color=green][color=darkred]
> > > not
> > > > advised me to capture any additional data.
> > > >
> > > > If someone has any ideas, I am willing to provide as much detail as
> > > > possible. I wanted to keep this initial post as concise as[/color][/color][/color]
possible.[color=blue][color=green][color=darkred]
> > > >
> > > > Thanks for any assistance you can provide,
> > > > -joe
> > > >
> > > > EXCEPTION:
> > > > System.Data.SqlClient.SqlException: General network error. Check[/color][/color][/color]
your[color=blue][color=green][color=darkred]
> > > > network documentation.
> > > > at System.Data.SqlClient.SqlConnection.OnError(SqlExc eption[/color]
> > exception,[color=darkred]
> > > > TdsParserState state)
> > > > at[/color][/color][/color]
System.Data.SqlClient.SqlInternalConnection.OnErro r(SqlException[color=blue][color=green][color=darkred]
> > > > exception, TdsParserState state)
> > > > at System.Data.SqlClient.TdsParser.ThrowExceptionAndW arning()
> > > > at System.Data.SqlClient.TdsParser.ReadNetlib(Int32[/color][/color][/color]
bytesExpected)[color=blue][color=green][color=darkred]
> > > > at System.Data.SqlClient.TdsParser.ReadBuffer()
> > > > at System.Data.SqlClient.TdsParser.ReadByteArray(Byte[] buff,[/color][/color][/color]
Int32[color=blue][color=green][color=darkred]
> > > > offset, Int32 len)
> > > > at System.Data.SqlClient.TdsParser.ReadEncodingChar(I nt32 length,
> > > > Encoding encoding)
> > > > at System.Data.SqlClient.TdsParser.ReadSqlValue(_SqlM etaData md,[/color]
> > Int32[color=darkred]
> > > > length)
> > > > at System.Data.SqlClient.TdsParser.ProcessRow(_SqlMet aData[][/color][/color]
> columns,[color=green][color=darkred]
> > > > Object[] buffer, Int32[] map, Boolean useSQLTypes)
> > > > at System.Data.SqlClient.SqlDataReader.PrepareSQLReco rd(Int32 i)
> > > > at System.Data.SqlClient.SqlDataReader.GetSqlString(I nt32 i)
> > > > at System.Data.SqlClient.SqlDataReader.GetString(Int3 2 i)
> > > >
> > > >
> > >
> > >[/color]
> >
> >[/color]
>
>[/color]


Kevin Spencer
Guest
 
Posts: n/a
#6: Nov 18 '05

re: General Network Error - MS Stumped


> I respectfully disagree. Thank you for your overly helpful advice.

You stated originally that you had already spent 3 weeks on this problem
without a resolution. I don't know what your salaries are like, but 3 weeks
is a lot of man-hours, and Microsoft support is expensive. Maybe you should
disagree later, when and if you get it fixed.

Thank you for your overly defensive reply.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.


"Joe Ross" <joeross252@hotmail.com> wrote in message
news:OaXit3T$DHA.320@TK2MSFTNGP10.phx.gbl...[color=blue]
> I respectfully disagree. Thank you for your overly helpful advice.
>
> -joe
>
> "Kevin Spencer" <kevin@takempis.com> wrote in message
> news:uW6oBBT$DHA.2476@TK2MSFTNGP12.phx.gbl...[color=green]
> > If it does turn out to be a hardware or installed software issue, I[/color]
> believe[color=green]
> > you will have spent more than the cost of 2 machines in salaries trying[/color][/color]
to[color=blue][color=green]
> > find it.
> >
> > --
> > HTH,
> > Kevin Spencer
> > .Net Developer
> > Microsoft MVP
> > Big things are made up
> > of lots of little things.
> >
> > "Joe Ross" <joeross252@hotmail.com> wrote in message
> > news:O1JOAaL$DHA.1732@TK2MSFTNGP12.phx.gbl...[color=darkred]
> > > Unforunately, we're a small company and don't have the "luxury" of
> > > duplicating the environment. However, there is plenty of horsepower[/color][/color]
> there[color=green][color=darkred]
> > > to meet our needs. The web server is a Dell PowerEdge 1750 and the[/color]
> > database[color=darkred]
> > > server is a Dell PowerEdge 2650 hooked into a PowerVault 220. Usage[/color][/color][/color]
is[color=blue][color=green][color=darkred]
> > > quite light.
> > >
> > > I would love to be able to do what you say and I appreciate the value[/color][/color][/color]
it[color=blue][color=green][color=darkred]
> > > would bring to solving the problem, unfortunately, it's not realistic[/color][/color]
> for[color=green]
> > us[color=darkred]
> > > at this time.
> > >
> > > Thanks
> > > -joe
> > >
> > >
> > > "Kevin Spencer" <kevin@takempis.com> wrote in message
> > > news:OVDsMqJ$DHA.2524@tk2msftngp13.phx.gbl...
> > > > Have you eliminated hardware or installed software issues by trying[/color][/color][/color]
to[color=blue][color=green]
> > run[color=darkred]
> > > > this on a different pair of machines?
> > > >
> > > > --
> > > > HTH,
> > > > Kevin Spencer
> > > > .Net Developer
> > > > Microsoft MVP
> > > > Big things are made up
> > > > of lots of little things.
> > > >
> > > > "Joe Ross" <joeross252@hotmail.com> wrote in message
> > > > news:u55gTVJ$DHA.1796@TK2MSFTNGP12.phx.gbl...
> > > > > I've been working with Microsoft support for over 3 weeks now on[/color][/color][/color]
an[color=blue][color=green][color=darkred]
> > > > > intermittent General Network Error we're seeing in our production
> > > > > environment between our ASP.NET application and SQL Server 2000.[/color][/color]
> They[color=green][color=darkred]
> > > are
> > > > > continuing to work on the issue, but it seems as if our progress[/color][/color][/color]
is[color=blue][color=green][color=darkred]
> > > > grinding
> > > > > to a halt. I asked this question on the newsgroups before going[/color][/color][/color]
to[color=blue]
> MS[color=green][color=darkred]
> > > but
> > > > > figured I'd give it another shot now that I have more information.
> > > > >
> > > > > The problem occurs intermittently (maybe 10 to 15 times per day).[/color][/color]
> It[color=green][color=darkred]
> > > > seems
> > > > > to be related to queries that return "large" amounts of data from[/color][/color]
> SQL.[color=green][color=darkred]
> > > > The
> > > > > problem started after we made an equipment change. We went from a
> > > single
> > > > > server hosting both our ASP.NET application and SQL Server 2000,[/color][/color][/color]
to[color=blue][color=green]
> > one[color=darkred]
> > > > > server hosting IIS and another machine running SQL. An example of[/color][/color]
> the[color=green][color=darkred]
> > > > > exception thrown appears at the bottom of this post.
> > > > >
> > > > > MS had us perform 3 data captures initially: MPSRPT_MDAC on the[/color][/color][/color]
IIS[color=blue][color=green][color=darkred]
> > > > machine,
> > > > > MPSRPT_MDAC on the SQL machine, and SQLDIAG on the database[/color][/color][/color]
server.[color=blue][color=green]
> > The[color=darkred]
> > > > MS
> > > > > rep found nothing too out of the ordinary with our configuration,[/color][/color][/color]
so[color=blue][color=green]
> > he[color=darkred]
> > > > > asked me to do a network capture on both machines while the error
> > > > occurred.
> > > > >
> > > > > I was able to get a good capture in a small window and sent it off[/color][/color]
> to[color=green][color=darkred]
> > > MS.
> > > > > The verdict is that IIS is basically halting the request. It is
> > > resetting
> > > > > the database connection partway through retrieving the results of[/color][/color]
> the[color=green][color=darkred]
> > > > stored
> > > > > proc. IIS attempts to close the connection for some reason, SQL[/color]
> > ignores[color=darkred]
> > > > and
> > > > > keeps pumping back data, then IIS raises a reset. MS confirmed[/color][/color][/color]
that[color=blue][color=green][color=darkred]
> > > there
> > > > > is no packet loss. MS has not determined why this is happening[/color][/color][/color]
and[color=blue][color=green]
> > has[color=darkred]
> > > > not
> > > > > advised me to capture any additional data.
> > > > >
> > > > > If someone has any ideas, I am willing to provide as much detail[/color][/color][/color]
as[color=blue][color=green][color=darkred]
> > > > > possible. I wanted to keep this initial post as concise as[/color][/color]
> possible.[color=green][color=darkred]
> > > > >
> > > > > Thanks for any assistance you can provide,
> > > > > -joe
> > > > >
> > > > > EXCEPTION:
> > > > > System.Data.SqlClient.SqlException: General network error. Check[/color][/color]
> your[color=green][color=darkred]
> > > > > network documentation.
> > > > > at System.Data.SqlClient.SqlConnection.OnError(SqlExc eption
> > > exception,
> > > > > TdsParserState state)
> > > > > at[/color][/color]
> System.Data.SqlClient.SqlInternalConnection.OnErro r(SqlException[color=green][color=darkred]
> > > > > exception, TdsParserState state)
> > > > > at System.Data.SqlClient.TdsParser.ThrowExceptionAndW arning()
> > > > > at System.Data.SqlClient.TdsParser.ReadNetlib(Int32[/color][/color]
> bytesExpected)[color=green][color=darkred]
> > > > > at System.Data.SqlClient.TdsParser.ReadBuffer()
> > > > > at System.Data.SqlClient.TdsParser.ReadByteArray(Byte[] buff,[/color][/color]
> Int32[color=green][color=darkred]
> > > > > offset, Int32 len)
> > > > > at System.Data.SqlClient.TdsParser.ReadEncodingChar(I nt32[/color][/color][/color]
length,[color=blue][color=green][color=darkred]
> > > > > Encoding encoding)
> > > > > at System.Data.SqlClient.TdsParser.ReadSqlValue(_SqlM etaData[/color][/color][/color]
md,[color=blue][color=green][color=darkred]
> > > Int32
> > > > > length)
> > > > > at System.Data.SqlClient.TdsParser.ProcessRow(_SqlMet aData[][/color]
> > columns,[color=darkred]
> > > > > Object[] buffer, Int32[] map, Boolean useSQLTypes)
> > > > > at System.Data.SqlClient.SqlDataReader.PrepareSQLReco rd(Int32[/color][/color][/color]
i)[color=blue][color=green][color=darkred]
> > > > > at System.Data.SqlClient.SqlDataReader.GetSqlString(I nt32 i)
> > > > > at System.Data.SqlClient.SqlDataReader.GetString(Int3 2 i)
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >[/color]
> >
> >[/color]
>
>[/color]


Bill Breitmayer
Guest
 
Posts: n/a
#7: Nov 18 '05

re: General Network Error - MS Stumped


Joe -

At the risk of being 'overly' helpful, I would suggest that you may be
making too many assumptions about the operational data, for example the MS
assertion that no packets are being lost. The monitoring tools are not
infallible and they may in fact be wrong ( it even happened to me once long
ago ;-).

It sounds like MS is looking primarily at configuration data and not
performance data. Interaction under load between IIS and .NET may be
creating contention for resources or devices. If the queries are returning
'large' amounts of data, then the workload is not light, it's heavy and
there may well be a performance bottleneck in the server or network. It
could even be caused by a bad driver for a network device. Find every error
log and run every monitor on the system. There may be a lower level problem
within the apparent problem.

I'd also look very closely at application level performance, particularly
the heavy hitters, to see if you can reduce sudden bursts of demand. If the
heavy hitters are not critical, slow them down and spread out the demand.
If your delivery date is in extreme unction, you may even need to redesign
the queries to work around it.

In any case, I think you may need to fully instrument your server, collect
all the configuration and operation data available and do a more complete
analysis of your system. I've run across problems with complex interactions
in the past and a strictly analytic approach was the only way out.

For what it's worth ....

- Bill Breitmayer



"Joe Ross" <joeross252@hotmail.com> wrote in message
news:OaXit3T$DHA.320@TK2MSFTNGP10.phx.gbl...[color=blue]
> I respectfully disagree. Thank you for your overly helpful advice.
>
> -joe
>
> "Kevin Spencer" <kevin@takempis.com> wrote in message
> news:uW6oBBT$DHA.2476@TK2MSFTNGP12.phx.gbl...[color=green]
> > If it does turn out to be a hardware or installed software issue, I[/color]
> believe[color=green]
> > you will have spent more than the cost of 2 machines in salaries trying[/color][/color]
to[color=blue][color=green]
> > find it.
> >
> > --
> > HTH,
> > Kevin Spencer
> > .Net Developer
> > Microsoft MVP
> > Big things are made up
> > of lots of little things.
> >
> > "Joe Ross" <joeross252@hotmail.com> wrote in message
> > news:O1JOAaL$DHA.1732@TK2MSFTNGP12.phx.gbl...[color=darkred]
> > > Unforunately, we're a small company and don't have the "luxury" of
> > > duplicating the environment. However, there is plenty of horsepower[/color][/color]
> there[color=green][color=darkred]
> > > to meet our needs. The web server is a Dell PowerEdge 1750 and the[/color]
> > database[color=darkred]
> > > server is a Dell PowerEdge 2650 hooked into a PowerVault 220. Usage[/color][/color][/color]
is[color=blue][color=green][color=darkred]
> > > quite light.
> > >
> > > I would love to be able to do what you say and I appreciate the value[/color][/color][/color]
it[color=blue][color=green][color=darkred]
> > > would bring to solving the problem, unfortunately, it's not realistic[/color][/color]
> for[color=green]
> > us[color=darkred]
> > > at this time.
> > >
> > > Thanks
> > > -joe
> > >
> > >
> > > "Kevin Spencer" <kevin@takempis.com> wrote in message
> > > news:OVDsMqJ$DHA.2524@tk2msftngp13.phx.gbl...
> > > > Have you eliminated hardware or installed software issues by trying[/color][/color][/color]
to[color=blue][color=green]
> > run[color=darkred]
> > > > this on a different pair of machines?
> > > >
> > > > --
> > > > HTH,
> > > > Kevin Spencer
> > > > .Net Developer
> > > > Microsoft MVP
> > > > Big things are made up
> > > > of lots of little things.
> > > >
> > > > "Joe Ross" <joeross252@hotmail.com> wrote in message
> > > > news:u55gTVJ$DHA.1796@TK2MSFTNGP12.phx.gbl...
> > > > > I've been working with Microsoft support for over 3 weeks now on[/color][/color][/color]
an[color=blue][color=green][color=darkred]
> > > > > intermittent General Network Error we're seeing in our production
> > > > > environment between our ASP.NET application and SQL Server 2000.[/color][/color]
> They[color=green][color=darkred]
> > > are
> > > > > continuing to work on the issue, but it seems as if our progress[/color][/color][/color]
is[color=blue][color=green][color=darkred]
> > > > grinding
> > > > > to a halt. I asked this question on the newsgroups before going[/color][/color][/color]
to[color=blue]
> MS[color=green][color=darkred]
> > > but
> > > > > figured I'd give it another shot now that I have more information.
> > > > >
> > > > > The problem occurs intermittently (maybe 10 to 15 times per day).[/color][/color]
> It[color=green][color=darkred]
> > > > seems
> > > > > to be related to queries that return "large" amounts of data from[/color][/color]
> SQL.[color=green][color=darkred]
> > > > The
> > > > > problem started after we made an equipment change. We went from a
> > > single
> > > > > server hosting both our ASP.NET application and SQL Server 2000,[/color][/color][/color]
to[color=blue][color=green]
> > one[color=darkred]
> > > > > server hosting IIS and another machine running SQL. An example of[/color][/color]
> the[color=green][color=darkred]
> > > > > exception thrown appears at the bottom of this post.
> > > > >
> > > > > MS had us perform 3 data captures initially: MPSRPT_MDAC on the[/color][/color][/color]
IIS[color=blue][color=green][color=darkred]
> > > > machine,
> > > > > MPSRPT_MDAC on the SQL machine, and SQLDIAG on the database[/color][/color][/color]
server.[color=blue][color=green]
> > The[color=darkred]
> > > > MS
> > > > > rep found nothing too out of the ordinary with our configuration,[/color][/color][/color]
so[color=blue][color=green]
> > he[color=darkred]
> > > > > asked me to do a network capture on both machines while the error
> > > > occurred.
> > > > >
> > > > > I was able to get a good capture in a small window and sent it off[/color][/color]
> to[color=green][color=darkred]
> > > MS.
> > > > > The verdict is that IIS is basically halting the request. It is
> > > resetting
> > > > > the database connection partway through retrieving the results of[/color][/color]
> the[color=green][color=darkred]
> > > > stored
> > > > > proc. IIS attempts to close the connection for some reason, SQL[/color]
> > ignores[color=darkred]
> > > > and
> > > > > keeps pumping back data, then IIS raises a reset. MS confirmed[/color][/color][/color]
that[color=blue][color=green][color=darkred]
> > > there
> > > > > is no packet loss. MS has not determined why this is happening[/color][/color][/color]
and[color=blue][color=green]
> > has[color=darkred]
> > > > not
> > > > > advised me to capture any additional data.
> > > > >
> > > > > If someone has any ideas, I am willing to provide as much detail[/color][/color][/color]
as[color=blue][color=green][color=darkred]
> > > > > possible. I wanted to keep this initial post as concise as[/color][/color]
> possible.[color=green][color=darkred]
> > > > >
> > > > > Thanks for any assistance you can provide,
> > > > > -joe
> > > > >
> > > > > EXCEPTION:
> > > > > System.Data.SqlClient.SqlException: General network error. Check[/color][/color]
> your[color=green][color=darkred]
> > > > > network documentation.
> > > > > at System.Data.SqlClient.SqlConnection.OnError(SqlExc eption
> > > exception,
> > > > > TdsParserState state)
> > > > > at[/color][/color]
> System.Data.SqlClient.SqlInternalConnection.OnErro r(SqlException[color=green][color=darkred]
> > > > > exception, TdsParserState state)
> > > > > at System.Data.SqlClient.TdsParser.ThrowExceptionAndW arning()
> > > > > at System.Data.SqlClient.TdsParser.ReadNetlib(Int32[/color][/color]
> bytesExpected)[color=green][color=darkred]
> > > > > at System.Data.SqlClient.TdsParser.ReadBuffer()
> > > > > at System.Data.SqlClient.TdsParser.ReadByteArray(Byte[] buff,[/color][/color]
> Int32[color=green][color=darkred]
> > > > > offset, Int32 len)
> > > > > at System.Data.SqlClient.TdsParser.ReadEncodingChar(I nt32[/color][/color][/color]
length,[color=blue][color=green][color=darkred]
> > > > > Encoding encoding)
> > > > > at System.Data.SqlClient.TdsParser.ReadSqlValue(_SqlM etaData[/color][/color][/color]
md,[color=blue][color=green][color=darkred]
> > > Int32
> > > > > length)
> > > > > at System.Data.SqlClient.TdsParser.ProcessRow(_SqlMet aData[][/color]
> > columns,[color=darkred]
> > > > > Object[] buffer, Int32[] map, Boolean useSQLTypes)
> > > > > at System.Data.SqlClient.SqlDataReader.PrepareSQLReco rd(Int32[/color][/color][/color]
i)[color=blue][color=green][color=darkred]
> > > > > at System.Data.SqlClient.SqlDataReader.GetSqlString(I nt32 i)
> > > > > at System.Data.SqlClient.SqlDataReader.GetString(Int3 2 i)
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >[/color]
> >
> >[/color]
>
>[/color]


Joe Ross
Guest
 
Posts: n/a
#8: Nov 18 '05

re: General Network Error - MS Stumped


Bill-

I appreciate you taking the time to make such a detailed response. We are
going to take your advice and look at better instrumenting our application
to collect more meaningful data. We've realized that although we'll keep
working with MS on the issue, the solution will probably come from within.

I'll respond back to these groups when we make progress.

Thanks
-joe

"Bill Breitmayer" <billbreitmayer@worldnet.att.net> wrote in message
news:pM60c.113110$hR.2187923@bgtnsc05-news.ops.worldnet.att.net...[color=blue]
> Joe -
>
> At the risk of being 'overly' helpful, I would suggest that you may be
> making too many assumptions about the operational data, for example the MS
> assertion that no packets are being lost. The monitoring tools are not
> infallible and they may in fact be wrong ( it even happened to me once[/color]
long[color=blue]
> ago ;-).
>
> It sounds like MS is looking primarily at configuration data and not
> performance data. Interaction under load between IIS and .NET may be
> creating contention for resources or devices. If the queries are[/color]
returning[color=blue]
> 'large' amounts of data, then the workload is not light, it's heavy and
> there may well be a performance bottleneck in the server or network. It
> could even be caused by a bad driver for a network device. Find every[/color]
error[color=blue]
> log and run every monitor on the system. There may be a lower level[/color]
problem[color=blue]
> within the apparent problem.
>
> I'd also look very closely at application level performance, particularly
> the heavy hitters, to see if you can reduce sudden bursts of demand. If[/color]
the[color=blue]
> heavy hitters are not critical, slow them down and spread out the demand.
> If your delivery date is in extreme unction, you may even need to redesign
> the queries to work around it.
>
> In any case, I think you may need to fully instrument your server, collect
> all the configuration and operation data available and do a more complete
> analysis of your system. I've run across problems with complex[/color]
interactions[color=blue]
> in the past and a strictly analytic approach was the only way out.
>
> For what it's worth ....
>
> - Bill Breitmayer
>
>
>
> "Joe Ross" <joeross252@hotmail.com> wrote in message
> news:OaXit3T$DHA.320@TK2MSFTNGP10.phx.gbl...[color=green]
> > I respectfully disagree. Thank you for your overly helpful advice.
> >
> > -joe
> >
> > "Kevin Spencer" <kevin@takempis.com> wrote in message
> > news:uW6oBBT$DHA.2476@TK2MSFTNGP12.phx.gbl...[color=darkred]
> > > If it does turn out to be a hardware or installed software issue, I[/color]
> > believe[color=darkred]
> > > you will have spent more than the cost of 2 machines in salaries[/color][/color][/color]
trying[color=blue]
> to[color=green][color=darkred]
> > > find it.
> > >
> > > --
> > > HTH,
> > > Kevin Spencer
> > > .Net Developer
> > > Microsoft MVP
> > > Big things are made up
> > > of lots of little things.
> > >
> > > "Joe Ross" <joeross252@hotmail.com> wrote in message
> > > news:O1JOAaL$DHA.1732@TK2MSFTNGP12.phx.gbl...
> > > > Unforunately, we're a small company and don't have the "luxury" of
> > > > duplicating the environment. However, there is plenty of horsepower[/color]
> > there[color=darkred]
> > > > to meet our needs. The web server is a Dell PowerEdge 1750 and the
> > > database
> > > > server is a Dell PowerEdge 2650 hooked into a PowerVault 220. Usage[/color][/color]
> is[color=green][color=darkred]
> > > > quite light.
> > > >
> > > > I would love to be able to do what you say and I appreciate the[/color][/color][/color]
value[color=blue]
> it[color=green][color=darkred]
> > > > would bring to solving the problem, unfortunately, it's not[/color][/color][/color]
realistic[color=blue][color=green]
> > for[color=darkred]
> > > us
> > > > at this time.
> > > >
> > > > Thanks
> > > > -joe
> > > >
> > > >
> > > > "Kevin Spencer" <kevin@takempis.com> wrote in message
> > > > news:OVDsMqJ$DHA.2524@tk2msftngp13.phx.gbl...
> > > > > Have you eliminated hardware or installed software issues by[/color][/color][/color]
trying[color=blue]
> to[color=green][color=darkred]
> > > run
> > > > > this on a different pair of machines?
> > > > >
> > > > > --
> > > > > HTH,
> > > > > Kevin Spencer
> > > > > .Net Developer
> > > > > Microsoft MVP
> > > > > Big things are made up
> > > > > of lots of little things.
> > > > >
> > > > > "Joe Ross" <joeross252@hotmail.com> wrote in message
> > > > > news:u55gTVJ$DHA.1796@TK2MSFTNGP12.phx.gbl...
> > > > > > I've been working with Microsoft support for over 3 weeks now on[/color][/color]
> an[color=green][color=darkred]
> > > > > > intermittent General Network Error we're seeing in our[/color][/color][/color]
production[color=blue][color=green][color=darkred]
> > > > > > environment between our ASP.NET application and SQL Server 2000.[/color]
> > They[color=darkred]
> > > > are
> > > > > > continuing to work on the issue, but it seems as if our progress[/color][/color]
> is[color=green][color=darkred]
> > > > > grinding
> > > > > > to a halt. I asked this question on the newsgroups before going[/color][/color]
> to[color=green]
> > MS[color=darkred]
> > > > but
> > > > > > figured I'd give it another shot now that I have more[/color][/color][/color]
information.[color=blue][color=green][color=darkred]
> > > > > >
> > > > > > The problem occurs intermittently (maybe 10 to 15 times per[/color][/color][/color]
day).[color=blue][color=green]
> > It[color=darkred]
> > > > > seems
> > > > > > to be related to queries that return "large" amounts of data[/color][/color][/color]
from[color=blue][color=green]
> > SQL.[color=darkred]
> > > > > The
> > > > > > problem started after we made an equipment change. We went from[/color][/color][/color]
a[color=blue][color=green][color=darkred]
> > > > single
> > > > > > server hosting both our ASP.NET application and SQL Server 2000,[/color][/color]
> to[color=green][color=darkred]
> > > one
> > > > > > server hosting IIS and another machine running SQL. An example[/color][/color][/color]
of[color=blue][color=green]
> > the[color=darkred]
> > > > > > exception thrown appears at the bottom of this post.
> > > > > >
> > > > > > MS had us perform 3 data captures initially: MPSRPT_MDAC on the[/color][/color]
> IIS[color=green][color=darkred]
> > > > > machine,
> > > > > > MPSRPT_MDAC on the SQL machine, and SQLDIAG on the database[/color][/color]
> server.[color=green][color=darkred]
> > > The
> > > > > MS
> > > > > > rep found nothing too out of the ordinary with our[/color][/color][/color]
configuration,[color=blue]
> so[color=green][color=darkred]
> > > he
> > > > > > asked me to do a network capture on both machines while the[/color][/color][/color]
error[color=blue][color=green][color=darkred]
> > > > > occurred.
> > > > > >
> > > > > > I was able to get a good capture in a small window and sent it[/color][/color][/color]
off[color=blue][color=green]
> > to[color=darkred]
> > > > MS.
> > > > > > The verdict is that IIS is basically halting the request. It is
> > > > resetting
> > > > > > the database connection partway through retrieving the results[/color][/color][/color]
of[color=blue][color=green]
> > the[color=darkred]
> > > > > stored
> > > > > > proc. IIS attempts to close the connection for some reason, SQL
> > > ignores
> > > > > and
> > > > > > keeps pumping back data, then IIS raises a reset. MS confirmed[/color][/color]
> that[color=green][color=darkred]
> > > > there
> > > > > > is no packet loss. MS has not determined why this is happening[/color][/color]
> and[color=green][color=darkred]
> > > has
> > > > > not
> > > > > > advised me to capture any additional data.
> > > > > >
> > > > > > If someone has any ideas, I am willing to provide as much detail[/color][/color]
> as[color=green][color=darkred]
> > > > > > possible. I wanted to keep this initial post as concise as[/color]
> > possible.[color=darkred]
> > > > > >
> > > > > > Thanks for any assistance you can provide,
> > > > > > -joe
> > > > > >
> > > > > > EXCEPTION:
> > > > > > System.Data.SqlClient.SqlException: General network error.[/color][/color][/color]
Check[color=blue][color=green]
> > your[color=darkred]
> > > > > > network documentation.
> > > > > > at System.Data.SqlClient.SqlConnection.OnError(SqlExc eption
> > > > exception,
> > > > > > TdsParserState state)
> > > > > > at[/color]
> > System.Data.SqlClient.SqlInternalConnection.OnErro r(SqlException[color=darkred]
> > > > > > exception, TdsParserState state)
> > > > > > at System.Data.SqlClient.TdsParser.ThrowExceptionAndW arning()
> > > > > > at System.Data.SqlClient.TdsParser.ReadNetlib(Int32[/color]
> > bytesExpected)[color=darkred]
> > > > > > at System.Data.SqlClient.TdsParser.ReadBuffer()
> > > > > > at System.Data.SqlClient.TdsParser.ReadByteArray(Byte[] buff,[/color]
> > Int32[color=darkred]
> > > > > > offset, Int32 len)
> > > > > > at System.Data.SqlClient.TdsParser.ReadEncodingChar(I nt32[/color][/color]
> length,[color=green][color=darkred]
> > > > > > Encoding encoding)
> > > > > > at System.Data.SqlClient.TdsParser.ReadSqlValue(_SqlM etaData[/color][/color]
> md,[color=green][color=darkred]
> > > > Int32
> > > > > > length)
> > > > > > at System.Data.SqlClient.TdsParser.ProcessRow(_SqlMet aData[]
> > > columns,
> > > > > > Object[] buffer, Int32[] map, Boolean useSQLTypes)
> > > > > > at System.Data.SqlClient.SqlDataReader.PrepareSQLReco rd(Int32[/color][/color]
> i)[color=green][color=darkred]
> > > > > > at System.Data.SqlClient.SqlDataReader.GetSqlString(I nt32 i)
> > > > > > at System.Data.SqlClient.SqlDataReader.GetString(Int3 2 i)
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >[/color]
> >
> >[/color]
>
>[/color]


Closed Thread