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.




error on edit custom field at CounterSoft.Gemini.EditIssue.SaveCustomFields(Int32 iIssueID)

web-app

After upgrading from 205 to 211 we are running into the following issue:

On issue creation with a value in the custom field everything works fine.

But when editing the custom fields we are getting the following error. The change of the custom field is anyway stored and visible in the History.

fyi: As Gemini do not track changes of custom fields in the History we added some sql triggers to show also changes of custom field in the history.

Unexpected row count: 2; expected: 1 27/04/2007 10:56:21 SOURCE: CounterSoft.Gemini.DataProvider TARGETSITE: Void xc1ec1f9ef56c279e(CounterSoft.Gemini.Commons.BaseEN) STACKTRACE: at CounterSoft.Gemini.DataProvider.BaseProvider.xc1ec1f9ef56c279e(BaseEN x6fcb9c1c812a0558) at CounterSoft.Gemini.DataProvider.CustomFieldProvider.x98167ace0b5ecb96(CustomFieldDataEN xa9612bca9a8d4681) at CounterSoft.Gemini.Business.xa07794653f9cfd6c.x98167ace0b5ecb96(Int32 xdf6548ad179b4d83, Int32 xa8708020b9a21a3a, Int32 x663e02d322c995c9, Int32 x355911e78459e33a, String xb3d3a4bd6f15cb09) at CounterSoft.Gemini.EditIssue.SaveCustomFields(Int32 iIssueID) at CounterSoft.Gemini.EditIssue.btnUpdate_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(IPostBackEventHand   This is an invalid webresource request. 27/04/2007 10:56:13 SOURCE: System.Web TARGETSITE: Void System.Web.IHttpHandler.ProcessRequest(System.Web.HttpContext) STACKTRACE: at System.Web.Handlers.AssemblyResourceLoader.System.Web.IHttpHandler.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

deniz
· 1
deniz
Replies (1)
helpful
0
not helpful

As of 2.1 changes are logged to custom fields (not the actual values).

I suggest you disable the trigger.


Mark Wing
· 9108
Mark Wing