Jump to content

Website Error


Sinbad7Seas

Recommended Posts

Why is the site often inaccessible lately due to an error on the site as follows:

Server Error in '/' Application.

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

 

Cannot create a row of size 8061 which is greater than the allowable maximum of 8060. The statement has been terminated.

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: Cannot create a row of size 8061 which is greater than the allowable maximum of 8060. The statement has been terminated.

 

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: Cannot create a row of size 8061 which is greater than the allowable maximum of 8060.

The statement has been terminated.]

System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +180

Groundspeak.Web.SqlData.SqlConnectionManager.ExecuteNonQuery(String sql, Database database) +148

Groundspeak.Web.SqlData.SqlUserController.UpdateIPAddress(Int64 UserID, String IPAddress) +68

Groundspeak.Web.User.UpdateIPAddress(String IPAddress) +33

Geocaching.UI.WebformBase.LoginUser(User user, Boolean saveToken) +545

Geocaching.UI.WebformBase.IsLoggedIn() +865

Geocaching.UI._default.Page_Load(Object sender, EventArgs e) +122

System.Web.UI.Control.OnLoad(EventArgs e) +67

System.Web.UI.Control.LoadRecursive() +35

System.Web.UI.Page.ProcessRequestMain() +772

 

 

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

Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

 

very frustrating :huh:

Link to comment

The database is choking because your profile information is so large that it can't save all that data in the database. If you reduce your profile information slightly you won't have this issue.

 

We need to move that extra text out of the account system and into its own table which will resolve the problem. Unfortunately it is a pretty invasive procedure. So this would be a quick fix for you.

 

It doesn't have anything to do with server load. It has to do with how much information the system is trying to send to the database at one time.

Link to comment
Guest
This topic is now closed to further replies.
×
×
  • Create New...