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.




edit Versions after update to 2.1.1 results in Unexpected row count: 133

web-app

Editing/Update a version item in Project Administration > Versions results in the following error.

The update is performed anyway. Creating and deleting the version item works without erros.

Any idea on this?

Unexpected row count: 133; expected: 1 23/04/2007 11:33:43 SOURCE: CounterSoft.Gemini.DataProvider TARGETSITE: Void x097cc82acf165ae9(CounterSoft.Gemini.Commons.BaseEN) STACKTRACE: at CounterSoft.Gemini.DataProvider.BaseProvider.x097cc82acf165ae9(BaseEN x6fcb9c1c812a0558) at CounterSoft.Gemini.DataProvider.VersionProvider.x735030bfdbb88a31(VersionEN xfe10138dc2a062b8) at CounterSoft.Gemini.Business.x7d48fd170c4d1b4b.x735030bfdbb88a31(VersionEN xfe10138dc2a062b8) at CounterSoft.Gemini.ProjectVersions.OnUpdate(Object source, DataGridCommandEventArgs e) at System.Web.UI.WebControls.DataGrid.OnUpdateCommand(DataGridCommandEventArgs e) at System.Web.UI.WebControls.DataGrid.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) at System.Web.UI.WebControls.DataGridItem.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) at System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e)

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

We can not seem to replicate this. Have you got duplicate version ids?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

We found the problem. Sorry, it's our fault.

We implemented an sql trigger which sorts the version in the version overview after adding a new version, cause using move up and down in huge lists is annoying.

After switching this off, the error did not occur anymore.


deniz
· 1
deniz
helpful
0
not helpful

Good news, thanks for letting us know.


Mark Wing
· 9108
Mark Wing