May 28, 2007 at 12:50 pm
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
May 29, 2007 at 3:44 am
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...
May 29, 2007 at 10:07 am
RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."
June 1, 2007 at 7:55 am
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
June 1, 2007 at 7:57 am
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
June 1, 2007 at 8:59 am
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.
June 4, 2007 at 11:12 am
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