473,383 Members | 1,952 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,383 software developers and data experts.

**PLEASE HELP** General network error .net



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 documentation? Nothing shows in the
event viewer. where do I start?

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.SqlClient.SqlException:
General network error. Check your network documentation.

Source Error:

Line 613: myCommand.CommandType =
CommandType.StoredProcedure
Line 614:
Line 615: myConnection.Open()
Line 616: Dim result As SqlDataReader =
myCommand.ExecuteReader(CommandBehavior.CloseConne ction)
Line 617:

Source File: C:\Market\Components\MaintenanceDB.vb
Line: 615

Stack Trace:

[SqlException: General network error. Check your network
documentation.]
System.Data.SqlClient.ConnectionPool.GetConnection
(Boolean& isInTransaction) +472

System.Data.SqlClient.SqlConnectionPoolManager.Get PooledCon
nection(SqlConnectionString options, Boolean&
isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Market.MK.MaintenanceDB.CategoryLevel04() in
C:\Market\Components\MaintenanceDB.vb:615
Market.__MaintMenu.Page_Load(Object sender, EventArgs
e) in C:\Market\_MaintMenu.ascx.vb:67
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain() +720
..
Jul 21 '05 #1
2 2555
That exception is pretty much what it says it is. A code change probably is
the last thing...you may have a bad NIC in the , loose cable, etc. Does it
happen on all machines or is it just one machine? If it only happens on one
of them...hardware is probaby the problem.

HTH,

Bill
"stanley j Mroczek" <sm******@si.rr.com> wrote in message
news:05****************************@phx.gbl...


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 documentation? Nothing shows in the
event viewer. where do I start?

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.SqlClient.SqlException:
General network error. Check your network documentation.

Source Error:

Line 613: myCommand.CommandType =
CommandType.StoredProcedure
Line 614:
Line 615: myConnection.Open()
Line 616: Dim result As SqlDataReader =
myCommand.ExecuteReader(CommandBehavior.CloseConne ction)
Line 617:

Source File: C:\Market\Components\MaintenanceDB.vb
Line: 615

Stack Trace:

[SqlException: General network error. Check your network
documentation.]
System.Data.SqlClient.ConnectionPool.GetConnection
(Boolean& isInTransaction) +472

System.Data.SqlClient.SqlConnectionPoolManager.Get PooledCon
nection(SqlConnectionString options, Boolean&
isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Market.MK.MaintenanceDB.CategoryLevel04() in
C:\Market\Components\MaintenanceDB.vb:615
Market.__MaintMenu.Page_Load(Object sender, EventArgs
e) in C:\Market\_MaintMenu.ascx.vb:67
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain() +720
.

Jul 21 '05 #2
it is not hardware i can get to the internet. there is no
group of systems, just one computer.
-----Original Message-----
That exception is pretty much what it says it is. A code change probably isthe last thing...you may have a bad NIC in the , loose cable, etc. Does ithappen on all machines or is it just one machine? If it only happens on oneof them...hardware is probaby the problem.

HTH,

Bill
"stanley j Mroczek" <sm******@si.rr.com> wrote in message
news:05****************************@phx.gbl...


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 documentation? Nothing shows in the
event viewer. where do I start?

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.SqlClient.SqlException:
General network error. Check your network documentation.

Source Error:

Line 613: myCommand.CommandType =
CommandType.StoredProcedure
Line 614:
Line 615: myConnection.Open()
Line 616: Dim result As SqlDataReader =
myCommand.ExecuteReader(CommandBehavior.CloseConne ction)
Line 617:

Source File: C:\Market\Components\MaintenanceDB.vb
Line: 615

Stack Trace:

[SqlException: General network error. Check your network documentation.]
System.Data.SqlClient.ConnectionPool.GetConnection
(Boolean& isInTransaction) +472

System.Data.SqlClient.SqlConnectionPoolManager.Get PooledCon nection(SqlConnectionString options, Boolean&
isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Market.MK.MaintenanceDB.CategoryLevel04() in
C:\Market\Components\MaintenanceDB.vb:615
Market.__MaintMenu.Page_Load(Object sender, EventArgs
e) in C:\Market\_MaintMenu.ascx.vb:67
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain() +720
.

.

Jul 21 '05 #3

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

Similar topics

0
by: Amit Kathuria | last post by:
Hi, At One of our PC (Windows XP) we are using a VB Application and which is connected to the SQL Server Remotely through VPN Setup. The Application works fine for some forms and Fetches the...
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...
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...
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...
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: vishnuduttsharma | last post by:
Hi, We are facing general network error in our application. Details:- 1. Application runs in a domain. 2. Its a windows networked application on .NET framework 1.1 ans SQL Server 2000. 3....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: 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: 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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.