473,385 Members | 1,838 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

General Network Error - MS Stumped

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)
Nov 18 '05 #1
7 2002
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" <jo********@hotmail.com> wrote in message
news:u5**************@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. 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)

Nov 18 '05 #2
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" <ke***@takempis.com> wrote in message
news:OV**************@tk2msftngp13.phx.gbl...
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" <jo********@hotmail.com> wrote in message
news:u5**************@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. 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)


Nov 18 '05 #3
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" <jo********@hotmail.com> wrote in message
news:O1**************@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 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" <ke***@takempis.com> wrote in message
news:OV**************@tk2msftngp13.phx.gbl...
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" <jo********@hotmail.com> wrote in message
news:u5**************@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. 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)



Nov 18 '05 #4
I respectfully disagree. Thank you for your overly helpful advice.

-joe

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:uW**************@TK2MSFTNGP12.phx.gbl...
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" <jo********@hotmail.com> wrote in message
news:O1**************@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 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" <ke***@takempis.com> wrote in message
news:OV**************@tk2msftngp13.phx.gbl...
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" <jo********@hotmail.com> wrote in message
news:u5**************@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. 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)
>
>



Nov 18 '05 #5
> 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" <jo********@hotmail.com> wrote in message
news:Oa*************@TK2MSFTNGP10.phx.gbl...
I respectfully disagree. Thank you for your overly helpful advice.

-joe

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:uW**************@TK2MSFTNGP12.phx.gbl...
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" <jo********@hotmail.com> wrote in message
news:O1**************@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 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" <ke***@takempis.com> wrote in message
news:OV**************@tk2msftngp13.phx.gbl...
> 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" <jo********@hotmail.com> wrote in message
> news:u5**************@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.

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)
> >
> >
>
>



Nov 18 '05 #6
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" <jo********@hotmail.com> wrote in message
news:Oa*************@TK2MSFTNGP10.phx.gbl...
I respectfully disagree. Thank you for your overly helpful advice.

-joe

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:uW**************@TK2MSFTNGP12.phx.gbl...
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" <jo********@hotmail.com> wrote in message
news:O1**************@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 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" <ke***@takempis.com> wrote in message
news:OV**************@tk2msftngp13.phx.gbl...
> 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" <jo********@hotmail.com> wrote in message
> news:u5**************@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.

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)
> >
> >
>
>



Nov 18 '05 #7
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" <bi************@worldnet.att.net> wrote in message
news:pM*********************@bgtnsc05-news.ops.worldnet.att.net...
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" <jo********@hotmail.com> wrote in message
news:Oa*************@TK2MSFTNGP10.phx.gbl...
I respectfully disagree. Thank you for your overly helpful advice.

-joe

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:uW**************@TK2MSFTNGP12.phx.gbl...
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" <jo********@hotmail.com> wrote in message
news:O1**************@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 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" <ke***@takempis.com> wrote in message
> news:OV**************@tk2msftngp13.phx.gbl...
> > 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" <jo********@hotmail.com> wrote in message
> > news:u5**************@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. 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)
> > >
> > >
> >
> >
>
>



Nov 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: stanley j Mroczek | last post by:
Every thing is on one machine, Programs and sql. Sql is up and running(can test with query analyzer). No changes where made! This was working fine. How do you track this error? What network...
2
by: SteveS | last post by:
Hello all. This problem is stumping me.... I run a page called "default.aspx". For some reason when I execute this page, I get the error below. It seems to run through the entire code behind...
7
by: stan | last post by:
I have .net 2003 and SQL 2000 setup on one system. All I have is one computer (no network). I am able to get to the internet that works. I can run SQL Query Analyzer and it works. The program was...
0
by: David Sworder | last post by:
Hi there, I am using the SQL managed provider in ADO.NET to fill a dataset with a large number of records. I periodically get an exception with the description "General Network Error" when trying...
11
by: galina betz | last post by:
Please help! Getting this error intermittently: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not...
3
by: Yong | last post by:
I get a general network error when I try to make asynchronously call ExecuteNonQuery on long sql statements that run in parallel. Here is the background info on what I'm trying to accomplish: I...
0
by: Yong | last post by:
I'm not getting any reply to my previous thread so I'm stating a new one. I get a General Network Error due to my SqlCommand object not having a big enough CommandTimeout to complete very long...
0
by: johnkamal | last post by:
Hi, Some times while opening a page, I am getting the following error message, Please help me to rectify the problem. Server Error in '/' Application. General network error. Check your...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.