Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Restore Project Issue

projects
security
database

I encountered an error while trying to restore a project from a backup.

Below is the log. Many Thanks if anyone would assist me to solve the problem below.

5541 03/05/2011 06:17:05 Error Gemini Maximum request length exceeded. at System.Web.HttpRequest.GetEntireRawContent() at System.Web.HttpRequest.GetMultipartContent() at System.Web.HttpRequest.FillInFormCollection() at System.Web.HttpRequest.getForm() at System.Web.HttpRequest.getHasForm() at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) at System.Web.UI.Page.DeterminePostBackMode() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

another error

Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at CounterSoft.Gemini.Business.xa07794653f9cfd6c.xa8e79932adeefce0(String xe74331bed6709c11, String xa5129adee1058070, String x7e112d70f037273d, GenericEN[] x732c0a0fe634473a) at CounterSoft.Gemini.Business.RestoreBase.SaveCustomFieldLookUpdata(CustomFieldEN CustomField, List`1 GenCFsData, Int32 id) at CounterSoft.Gemini.Business.RestoreBase.GetCustomFieldID(Int32 CustomFieldID) at CounterSoft.Gemini.Business.RestoreBase.ApplyCustomField(Int32 iPrevProjectID) at CounterSoft.Gemini.Business.Restore35.NextEntity(Object Data) at CounterSoft.Gemini.Business.Restore35.Start() at CounterSoft.Gemini.Business.BackupRestore.RestoreManager.CreateProjects(Byte[] fileContent, String jsonFilename, Boolean overwrite, Boolean randomProjectCodes, String filepath, String password) at CounterSoft.Gemini.Web.Admin.ProjectRestore.CreateProject() at CounterSoft.Gemini.Web.Admin.ProjectRestore.btnAction_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) 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(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

KennethL
· 1
KennethL
Replies (4)
helpful
0
not helpful

I am using version © 2009 CounterSoft Gemini v3.6.0 Build 2543


KennethL
· 1
KennethL
helpful
0
not helpful
ANSWER

You need to amend the web.config file and allow larger request: <httpRuntime executionTimeout="90" maxRequestLength="44096" useFullyQualifiedRedirectUrl="false"/>

And

<requestLimits maxAllowedContentLength="44000000"/>

··· Hi Mark, Please see my comment below. ThanksKennethLTuesday, May 3, 2011, 10:05:32 AM

Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Hi Mark, I received another error once i solved this

Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at CounterSoft.Gemini.Business.xa07794653f9cfd6c.xa8e79932adeefce0(String xe74331bed6709c11, String xa5129adee1058070, String x7e112d70f037273d, GenericEN[] x732c0a0fe634473a) at CounterSoft.Gemini.Business.RestoreBase.SaveCustomFieldLookUpdata(CustomFieldEN CustomField, List`1 GenCFsData, Int32 id) at CounterSoft.Gemini.Business.RestoreBase.GetCustomFieldID(Int32 CustomFieldID) at CounterSoft.Gemini.Business.RestoreBase.ApplyCustomField(Int32 iPrevProjectID) at CounterSoft.Gemini.Business.Restore35.NextEntity(Object Data) at CounterSoft.Gemini.Business.Restore35.Start() at CounterSoft.Gemini.Business.BackupRestore.RestoreManager.CreateProjects(Byte[] fileContent, String jsonFilename, Boolean overwrite, Boolean randomProjectCodes, String filepath, String password) at CounterSoft.Gemini.Web.Admin.ProjectRestore.CreateProject() at CounterSoft.Gemini.Web.Admin.ProjectRestore.btnAction_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) 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(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


KennethL
· 1
KennethL
helpful
0
not helpful

Is your key field in the custom field lookup table a varchar field?


Mark Wing
· 9108
Mark Wing