473,569 Members | 2,557 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

sporadic db connection error


Hi All,

i have an asp.net application which has got sql server 2000 behind the
scenes.
Very simple application, all it does is extract the data from the databse
and display it in the grid. But randomly when i access my website in
productin ,i get this error mentioned below but when it hit on refresh the
website comesup. My website is hosted with godady and they told me that they
jsut can not replciate the error on there side and which they are right, as
it is really sporadic. Does any body have any idea out there as to what might
he happening here. Seems it is happening when my object PRODUCTDB call the
method GetMostPopularP roductsOfWeek() which has an executereader menthod
which get the data from the database. Any suggestion is more than welcome.

thanks
=============== =============== =============== =============== =============== ===============

Server Error in '/' Application
--------------------------------------------------------------------------------

General network error. Check your network documentation.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.Data.Sql Client.SqlExcep tion: General network
error. Check your network documentation.

Source Error:

An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.

Stack Trace:
[SqlException: General network error. Check your network documentation.]
System.Data.Sql Client.SqlComma nd.ExecuteReade r(CommandBehavi or
cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742
System.Data.Sql Client.SqlComma nd.ExecuteReade r(CommandBehavi or behavior)
+45
IBuySpy.IBuySpy .ProductsDB.Get MostPopularProd uctsOfWeek()
IBuySpy.CDefaul t.Page_Load(Obj ect sender, EventArgs e)
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +67
System.Web.UI.C ontrol.LoadRecu rsive() +35
System.Web.UI.P age.ProcessRequ estMain() +750


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.2032; ASP.NET
Version:1.1.432 2.2032

=============== =============== =============== =============== =============== =============== =
Nov 19 '05 #1
3 1313
its just a standard network error. you should catch and retry.

-- bruce (sqlwork.com)

"sameer" <sa****@discuss ions.microsoft. com> wrote in message
news:65******** *************** ***********@mic rosoft.com...

Hi All,

i have an asp.net application which has got sql server 2000 behind the
scenes.
Very simple application, all it does is extract the data from the databse
and display it in the grid. But randomly when i access my website in
productin ,i get this error mentioned below but when it hit on refresh the
website comesup. My website is hosted with godady and they told me that
they
jsut can not replciate the error on there side and which they are right,
as
it is really sporadic. Does any body have any idea out there as to what
might
he happening here. Seems it is happening when my object PRODUCTDB call the
method GetMostPopularP roductsOfWeek() which has an executereader menthod
which get the data from the database. Any suggestion is more than welcome.

thanks
=============== =============== =============== =============== =============== ===============

Server Error in '/' Application.
--------------------------------------------------------------------------------

General network error. Check your network documentation.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about
the error and where it originated in the code.

Exception Details: System.Data.Sql Client.SqlExcep tion: General network
error. Check your network documentation.

Source Error:

An unhandled exception was generated during the execution of the current
web
request. Information regarding the origin and location of the exception
can
be identified using the exception stack trace below.

Stack Trace:
[SqlException: General network error. Check your network documentation.]
System.Data.Sql Client.SqlComma nd.ExecuteReade r(CommandBehavi or
cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742
System.Data.Sql Client.SqlComma nd.ExecuteReade r(CommandBehavi or behavior)
+45
IBuySpy.IBuySpy .ProductsDB.Get MostPopularProd uctsOfWeek()
IBuySpy.CDefaul t.Page_Load(Obj ect sender, EventArgs e)
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +67
System.Web.UI.C ontrol.LoadRecu rsive() +35
System.Web.UI.P age.ProcessRequ estMain() +750


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.2032;
ASP.NET
Version:1.1.432 2.2032

=============== =============== =============== =============== =============== =============== =

Nov 19 '05 #2
thanks Bruce, i will try that, but the question is why does it happen on the
first place.

"Bruce Barker" wrote:
its just a standard network error. you should catch and retry.

-- bruce (sqlwork.com)

"sameer" <sa****@discuss ions.microsoft. com> wrote in message
news:65******** *************** ***********@mic rosoft.com...

Hi All,

i have an asp.net application which has got sql server 2000 behind the
scenes.
Very simple application, all it does is extract the data from the databse
and display it in the grid. But randomly when i access my website in
productin ,i get this error mentioned below but when it hit on refresh the
website comesup. My website is hosted with godady and they told me that
they
jsut can not replciate the error on there side and which they are right,
as
it is really sporadic. Does any body have any idea out there as to what
might
he happening here. Seems it is happening when my object PRODUCTDB call the
method GetMostPopularP roductsOfWeek() which has an executereader menthod
which get the data from the database. Any suggestion is more than welcome.

thanks
=============== =============== =============== =============== =============== ===============

Server Error in '/' Application.
--------------------------------------------------------------------------------

General network error. Check your network documentation.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about
the error and where it originated in the code.

Exception Details: System.Data.Sql Client.SqlExcep tion: General network
error. Check your network documentation.

Source Error:

An unhandled exception was generated during the execution of the current
web
request. Information regarding the origin and location of the exception
can
be identified using the exception stack trace below.

Stack Trace:
[SqlException: General network error. Check your network documentation.]
System.Data.Sql Client.SqlComma nd.ExecuteReade r(CommandBehavi or
cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742
System.Data.Sql Client.SqlComma nd.ExecuteReade r(CommandBehavi or behavior)
+45
IBuySpy.IBuySpy .ProductsDB.Get MostPopularProd uctsOfWeek()
IBuySpy.CDefaul t.Page_Load(Obj ect sender, EventArgs e)
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +67
System.Web.UI.C ontrol.LoadRecu rsive() +35
System.Web.UI.P age.ProcessRequ estMain() +750


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.2032;
ASP.NET
Version:1.1.432 2.2032

=============== =============== =============== =============== =============== =============== =


Nov 19 '05 #3
networks are not always reliable. ask you isp why you are getting network
errors. what is your service level agreement? (a couple hundred a day may
be normal for them). they may be getting broadcast storms, or doing dynamic
reconfiguration .

-- bruce (sqlwork.com)
"sameer" <sa****@discuss ions.microsoft. com> wrote in message
news:DE******** *************** ***********@mic rosoft.com...
thanks Bruce, i will try that, but the question is why does it happen on
the
first place.

"Bruce Barker" wrote:
its just a standard network error. you should catch and retry.

-- bruce (sqlwork.com)

"sameer" <sa****@discuss ions.microsoft. com> wrote in message
news:65******** *************** ***********@mic rosoft.com...
>
> Hi All,
>
> i have an asp.net application which has got sql server 2000 behind the
> scenes.
> Very simple application, all it does is extract the data from the
> databse
> and display it in the grid. But randomly when i access my website in
> productin ,i get this error mentioned below but when it hit on refresh
> the
> website comesup. My website is hosted with godady and they told me that
> they
> jsut can not replciate the error on there side and which they are
> right,
> as
> it is really sporadic. Does any body have any idea out there as to what
> might
> he happening here. Seems it is happening when my object PRODUCTDB call
> the
> method GetMostPopularP roductsOfWeek() which has an executereader
> menthod
> which get the data from the database. Any suggestion is more than
> welcome.
>
> thanks
>
>
> =============== =============== =============== =============== =============== ===============
>
> Server Error in '/' Application.
> --------------------------------------------------------------------------------
>
> General network error. Check your network documentation.
> Description: An unhandled exception occurred during the execution of
> the
> current web request. Please review the stack trace for more information
> about
> the error and where it originated in the code.
>
> Exception Details: System.Data.Sql Client.SqlExcep tion: General network
> error. Check your network documentation.
>
> Source Error:
>
> An unhandled exception was generated during the execution of the
> current
> web
> request. Information regarding the origin and location of the exception
> can
> be identified using the exception stack trace below.
>
> Stack Trace:
>
>
> [SqlException: General network error. Check your network
> documentation.]
> System.Data.Sql Client.SqlComma nd.ExecuteReade r(CommandBehavi or
> cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742
> System.Data.Sql Client.SqlComma nd.ExecuteReade r(CommandBehavi or
> behavior)
> +45
> IBuySpy.IBuySpy .ProductsDB.Get MostPopularProd uctsOfWeek()
> IBuySpy.CDefaul t.Page_Load(Obj ect sender, EventArgs e)
> System.Web.UI.C ontrol.OnLoad(E ventArgs e) +67
> System.Web.UI.C ontrol.LoadRecu rsive() +35
> System.Web.UI.P age.ProcessRequ estMain() +750
>
>
>
>
> --------------------------------------------------------------------------------
> Version Information: Microsoft .NET Framework Version:1.1.432 2.2032;
> ASP.NET
> Version:1.1.432 2.2032
>
> =============== =============== =============== =============== =============== =============== =


Nov 19 '05 #4

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

Similar topics

0
1368
by: Bob Murdoch | last post by:
I'm receiving a sporadic error: "The remote procedure call failed and did not execute", when calling the following page: <%@ language="JavaScript" %> <% var vPath = Server.MapPath('/btrc/shared/server/files') + '\\'; Response.AddHeader('Content-Disposition','attachment;filename=' + Request('FileName'));...
0
7116
by: Ike | last post by:
I have an Activex Control created in VB6, which, displays no problem on any machine I have, but, on some machines of others, it does not. All machines are running either XP or Windows 2000, and all are running MSIE6.x, woth security settings set to display this control. For the life of me, I cannot figure out how such a simple control can be...
1
2783
by: Travis | last post by:
I have state server running on my webserver. It works fine MOST of the time but frequently I get this error while it is running Error Message: Unable to make the session state request to the session stat server. Please ensure that the ASP.NET State service is started and that th client and server ports are the same. If the server is on a...
0
1505
by: Victor Alcazar | last post by:
Our ASP.NET (VB) is generating sporadic "Unable to validate data" and "Invalid length for a Base-64 char array" errors. The production environment is two Windows 2000 Advanced Servers in a web farm. The <machinekey> web.config element has its validationKey (128 char hex) and decryptionKey attributes set. They are identical on both web...
0
1214
by: Petemo94 | last post by:
Folks, I am getting a "sporadic" exception that contains the following stack trace. I say sporadic b/c my DB connection usually works fine, but occasionally it fails. *** I also noted that the folder: *** C:\Documents and Settings\MyServerName\ASPNET\Local Settings\Temp
1
8766
by: POL8985 | last post by:
The application is developed in ASP.Net with a SQL Server database. Essentially, the application uses a single shared Connection object for all users logged into the system. The connection object is opened/closed for each transaction. The error - System.IndexOutOfRangeException: Cannot find table 0 - occurs on one page that accepts a...
0
1202
by: botch | last post by:
Hi! I'm trying to get some help implementing a classic ASP version of the Google API search (http://www.google.com/apis/). I've got a version that works, but it's very sporadic. Sometimes it works, sometimes it comes back blank, sometimes it gives an error. No other ASP version of this API has any problems. Dim Google_Web_APIs_license_key,...
3
2872
by: Michel Couche | last post by:
Hello, I have an ASP.Net application that uses the Wizard control to build a newsletter. There are three steps in the wizard. The customer's specific design data are loaded from a database in step 1 of the wizard and saved into a session variable. In step 2, when the user clicks on a button, I load the design data from the session...
3
1625
by: Daniel Rindt | last post by:
Hello List, i hope to find an answer here, my problem is that my Webserver sporadic offers php scripts for download. I search with google and find some issues belonging to php version 4.x and not to my version. Im using php-5.1.6-1.1 (mod_php) with httpd-2.0.54-10.4 and can not find informations belonging to my versions. so i hope someone...
0
7700
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7924
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7676
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6284
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5219
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3642
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2114
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
938
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.