General Network error. Check your documents

  • Hi,

    We are using these technologies WINNT 2003, FrameWORK 1.1, ASP.NET 2003,C# and SQL Server 2000 in production enviroment.

    I'm facing the problem in production server. Past 4 Years my code and database is working well. there is no code and database changes in prodution enviroment suddenly we are getting the error: "General Network Error, Check your documents". in error log its showing SQL Exception.

    Please helpme out from this issue.

    Thanks

    A. Vijay Kumar

    vijju.a@hotmail.com

     

     

  • Hi,

    any recent changes to the network environment, such as numbers of users, changes to network security, recent service packs applied etc?

    David

    If it ain't broke, don't fix it...

    • Does the System Event Log have any network related errors on the SQL Server ?
    • Are the NIC cards in your server(s) 'teamed' ?
    • Have any firewalls been added ?
    • Have any firewall rules changed ?
    • Have any routing tables changed ?

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • Thanks, This is what I'm getting error in application.

    Error Message:General network error.  Check your network documentation.

    Stack Trace:   at System.Data.SqlClient.SqlInternalConnection.OpenAndLogin()

       at System.Data.SqlClient.SqlInternalConnection..ctor(SqlConnection connection, SqlConnectionString connectionOptions)

       at System.Data.SqlClient.SqlConnection.Open()

       at datalayer.sqldb.Execute(String ProcedureName, SqlParameter[] Parameters)

       at lms.User.GetUserDetails(String strUserid)

       at LMS.Login.w_btn_Login_Click(Object sender, EventArgs e)

       at System.Web.UI.WebControls.Button.OnClick(EventArgs e)

       at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)

       at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)

       at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)

       at System.Web.UI.Page.ProcessRequestMain()

     

    Thanks

    A. vijay

     

  • Hi david,

    Thanks. Recently we updated SQL Server Service Pack 4, Hotfixes and Framework. But before also we are getting same error that time we didnt update anything in productions server its working past six months. after that we applied these patches for GNE.

    Thanks

    A. Vijay Kumar

  • From my personal of pointview, it is most likely the connections exceeded the maximum number of connections allowed to the database. The error message occurs when using JDBC and ODBC. You may check the setting of this number and monitor the number of connections.

     

  • Hi

     Thanks for your reply. But we aren't using ODBC and JDBC. We are using System.Data.SqlClient.SqlConnection. where i have to check the number of connections and monitor

     

    Thanks

    A. Vijay Kumar

    9886003779

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply