M
Matt
hello
I have a web server win2000 SP4 accessing data on a SQL
server 2000 win2000 SP4 .NET 1.0
A ASP.NET app, using ADO.NET gets data using stored
procedures. There are many SP's called from many pages.
All data access is done through a class we wrote that can
return either datareaders or datasets depening on the
page.
The system can run for days without any data errors.
then, either one, or several errors can occur.
the errors can be generated when retrieving either
datareaders OR datasets, from a variety of pages, using a
variety of SP's. You can literally get a connection
problem, then refresh the page and it works!
typical exception:
SqlClient.SqlException General network error. Check your
network documentation.
at System.Data.SqlClient.SqlCommand.ExecuteReader
(CommandBehavior cmdBehavior, RunBehavior runBehavior,
Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteReader
(CommandBehavior behavior)
Has anyone seen anything like this before? It is SO hard
to nail down any conditions under which it is happening!
TIA
I have a web server win2000 SP4 accessing data on a SQL
server 2000 win2000 SP4 .NET 1.0
A ASP.NET app, using ADO.NET gets data using stored
procedures. There are many SP's called from many pages.
All data access is done through a class we wrote that can
return either datareaders or datasets depening on the
page.
The system can run for days without any data errors.
then, either one, or several errors can occur.
the errors can be generated when retrieving either
datareaders OR datasets, from a variety of pages, using a
variety of SP's. You can literally get a connection
problem, then refresh the page and it works!
typical exception:
SqlClient.SqlException General network error. Check your
network documentation.
at System.Data.SqlClient.SqlCommand.ExecuteReader
(CommandBehavior cmdBehavior, RunBehavior runBehavior,
Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteReader
(CommandBehavior behavior)
Has anyone seen anything like this before? It is SO hard
to nail down any conditions under which it is happening!
TIA