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.




Creating Issue - no components visible

web-app

Hello,

  I made a fresh install of Gemini (Gemini 3.1.2 (Build 2257)) on W2k3 and SQL2000 server, everything looks fine except few things:
1) In project administration, when I'm trying to set default values, an exception is thrown with following log:
Cannot find table 7.
at System.Data.DataTableCollection.getItem(Int32 index) at CounterSoft.Gemini.Web.Project.Admin.DefaultValues.PageLoad(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

2) When I try to look at the All Issues for a project, another exception is thrown:
Index was outside the bounds of the array.
at CounterSoft.Gemini.Web.Controls.IssuesFilterUC.BindNestedComponents(DataTable data) at CounterSoft.Gemini.Web.Controls.IssuesFilterUC.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

3) When I'm trying to create an issue, few items are not showing up in the combo-boxes, even if they were added for a project/global group: Issue Visibility, Status, Resolution, Component Affected.

I had no errors during the installation (I did manual install via zip file and ran the sql scripts against an existing DB). Could it be installation issues or something known for that version of Gemini?

Thank you!

weasel
· 1
weasel
Replies (2)
helpful
0
not helpful

I found the resolution - if you install database manually from scripts - DO NOT RUN the supplied sql scripts with the 3.1.2 version - they are incorrect. Instead, install the sample database somewhere and extract the stored procedures scripts with DROP statements (to delete the existing incorrect ones) and run over your installation DB.

Note for the CounterSoft folks - please correct the installation sql scripts, they contain numerous mistakes and double definitions.


weasel
· 1
weasel
helpful
0
not helpful

We have re-tested the creation of a blank new database from the scripts and it is working without issues.

Was this an existing Gemini database that was upgraded?


Mark Wing
· 9108
Mark Wing