Developer forum

Forum » CMS - Standard features » User Custom Fields - Too many fields defined.

User Custom Fields - Too many fields defined.

Kasper Jensen
Reply
Hey guys.

Have any of you ever expired this error: "Too many fields defined."?
I get the error when i add new user custom fields, and it does not help deleting the actually custom fields. (Currently only got 9 custom fields).

Stack Trace:
[OleDbException (0x80004005): Too many fields defined.]
System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(OleDbHResult hr) +992124
System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) +255
System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) +188
System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) +58
System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) +161
System.Data.OleDb.OleDbCommand.ExecuteNonQuery() +113
Dynamicweb.Modules.Common.CustomFields.CustomField.CreateCustomField() +193
Dynamicweb.Modules.Common.CustomFields.CustomField.Save() +41
Dynamicweb.Admin.CustomFields.CustomFieldEdit.SaveCustomFields() +1460
Dynamicweb.Admin.CustomFields.CustomFieldEdit.RequestValues() +176
Dynamicweb.Admin.CustomFields.CustomFieldEdit.Page_Load(Object sender, EventArgs e) +477
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627Hey guys,

Hope someone has a solution on this.

Thanks :-)

Replies

 
Nicolai Høeg Pedersen
Reply
Well - the database cannot take any more fields.

Upgrade the solution to SQL-Server, and it will be able to handle more fields.

 
Kasper Jensen
Reply
Then why doesn't it help deleting fields?

 

You must be logged in to post in the forum