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.




Application Error/Moving in Planner

admin
navigation

This is a two part question. First, how do I turn off administrative emails when exceptions occur on the server? (Subject is Gemini App Error, if that helps you nail down what I'm referring to) Second, when I'm in the planner and I decide to try and move any item in a list, I get the following exception. I am wondering if there is a bugfix for this. I am using version 5.0.0.3530.

Unhandled exception: Sequence contains more than one matching element. Stack trace:    at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
   at Countersoft.Gemini.Infrastructure.Managers.PlannerManager.UpdateSequencingForCell(IssueDto dto, Int32 cellId, Int32 dropIndex)
   at Countersoft.Gemini.Infrastructure.Managers.PlannerManager.MakeTheChanges(Int32 cardId, Int32 oldCellId, Int32 newCellId, Int32 dropIndex)
   at Countersoft.Gemini.Infrastructure.Managers.PlannerManager.Resequence(Int32 issueId, Int32 oldCellId, Int32 newCellId, Int32 index, Int32 viewId)
   at Countersoft.Gemini.Controllers.AjaxPlannerController.Resequence(Int32 id, Int32 oldCellId, Int32 newCellId, Int32 index, Boolean clone, Boolean shift, Int32 height, Int32 width, Int32 viewId)
   at lambda_method(Closure , ControllerBase , Object[] )
Charles Culver
· 1
Charles Culver
Replies (6)
helpful
0
not helpful

Please upgrade to 5.1.5.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Well, I downloaded what was marked as 5.1.5 yesterday and that is the version I'm experiencing problems with. I couldn't find a version anywhere but the binaries, and they are listed as 5.0.0.3530. So, it appears this is still an active bug with 5.1.5 or the 5.1.5 download does not include the correct binaries. Any ideas?

Thanks!


Charles Culver
· 1
Charles Culver
helpful
0
not helpful

Check the footer of the Gemini web page for the version. It might be that you need to reset the planner view if you are on 5.1.5.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thanks Saar. This problem is being experienced on version 5.1.5.3639.


Charles Culver
· 1
Charles Culver
helpful
0
not helpful

Ok, you will need to reset the plann view in SQL:

delete from gemini_plannerviews where userid=your user id
delete from gemini_sharedviews where userid=your user id

Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

That fixed it. Thanks!


Charles Culver
· 1
Charles Culver