*** Please HELP **** General network error. Check your network documentation.

  • Thread starter Thread starter stanley j mroczek
  • Start date Start date
S

stanley j mroczek

I am getting this error. The system was not changed, no
program where changed. I don't know there to look for this
error
Server Error in '/Market' 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.SqlClient.SqlException:
General network error. Check your network documentation.

Source Error:


Line 71: New DataColumn("PageId", GetType
(String)))
Line 72:
Line 73: myConnection.Open()
Line 74:
Line 75: Dim workfile As SqlDataReader =
myCommand.ExecuteReader(CommandBehavior.CloseConnection)


Source File: C:\Market\_MaintProducts.ascx.vb Line: 73

Stack Trace:


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

System.Data.SqlClient.SqlConnectionPoolManager.GetPooledCon
nection(SqlConnectionString options, Boolean&
isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Market.__MaintProducts.Page_Load(Object sender,
EventArgs e) in C:\Market\_MaintProducts.ascx.vb:73
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain() +720
 
Check basic network connectivity, and ensure your webserver can see (ping)
the SQL server. To that matter, also make sure your SQL server is up and
running.
 
everything is on one machine,sql and programs.
i can run queries using query analyzer.
-----Original Message-----
Check basic network connectivity, and ensure your webserver can see (ping)
the SQL server. To that matter, also make sure your SQL server is up and
running.

--
Regards

Tim Stephenson MCSD.NET
Charted MCAD & MCSD.NET Early Achiever


stanley j mroczek said:
I am getting this error. The system was not changed, no
program where changed. I don't know there to look for this
error
Server Error in '/Market' 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.SqlClient.SqlException:
General network error. Check your network documentation.

Source Error:


Line 71: New DataColumn("PageId", GetType
(String)))
Line 72:
Line 73: myConnection.Open()
Line 74:
Line 75: Dim workfile As SqlDataReader =
myCommand.ExecuteReader(CommandBehavior.CloseConnection)


Source File: C:\Market\_MaintProducts.ascx.vb Line: 73

Stack Trace:


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

System.Data.SqlClient.SqlConnectionPoolManager.GetPooledCon
nection(SqlConnectionString options, Boolean&
isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Market.__MaintProducts.Page_Load(Object sender,
EventArgs e) in C:\Market\_MaintProducts.ascx.vb:73
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain() +720




-------------------------------------------------------- ---


.
 
As another check, try logging into Query Analyser using exactly the same
server name, username and password as your application uses.

If that works, then something may be wrong with your application or
machine's setup.

--
Regards

Tim Stephenson MCSD.NET
Charted MCAD & MCSD.NET Early Achiever


stanley j mroczek said:
everything is on one machine,sql and programs.
i can run queries using query analyzer.
-----Original Message-----
Check basic network connectivity, and ensure your webserver can see (ping)
the SQL server. To that matter, also make sure your SQL server is up and
running.

--
Regards

Tim Stephenson MCSD.NET
Charted MCAD & MCSD.NET Early Achiever


stanley j mroczek said:
I am getting this error. The system was not changed, no
program where changed. I don't know there to look for this
error
Server Error in '/Market' 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.SqlClient.SqlException:
General network error. Check your network documentation.

Source Error:


Line 71: New DataColumn("PageId", GetType
(String)))
Line 72:
Line 73: myConnection.Open()
Line 74:
Line 75: Dim workfile As SqlDataReader =
myCommand.ExecuteReader(CommandBehavior.CloseConnection)


Source File: C:\Market\_MaintProducts.ascx.vb Line: 73

Stack Trace:


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

System.Data.SqlClient.SqlConnectionPoolManager.GetPooledCon
nection(SqlConnectionString options, Boolean&
isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Market.__MaintProducts.Page_Load(Object sender,
EventArgs e) in C:\Market\_MaintProducts.ascx.vb:73
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain() +720




-------------------------------------------------------- ---


.
 
Back
Top