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.




Gemini Error When 1st Executed

web-app

I get the following error when trying to access Gemini for the first time.  I've search in the forums and note other people have the same issue, but nobody replies back with an answer.  Has anybody experience and fixed this before?

 

Thanks!

Server Error in '/' Application.

Index was outside the bounds of the array.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IndexOutOfRangeException: Index was outside the bounds of the array.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:

[IndexOutOfRangeException: Index was outside the bounds of the array.]
   Gemini.Default.2d89ab686c6ce5fb(String 01977eb99b48e8da) +742
   Gemini.Default.Page_Load(Object sender, EventArgs e) +418
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +750

Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300

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

Which version of Gemini are you using?

Is this a clean insatll or an upgrade?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thanks for the reply.  It is Gemini v2.0.4 and it's a clean install. It's running on Windows Server 2003 Enterprise Service Pack 1.  Everything is out of the box, with the exception of the connection string and the required settings in the web.config file.

Thanks!


rmacias
· 1
rmacias
helpful
0
not helpful

Please try and run the Create_Procs.sql script, which can be found under the deploy\sql folder of the Gemini zip file.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

That did fix the problem.  Thanks Mark.  It ended up being that not all the tables and stored procuedures were created properly through the MSI.  Runing the sql scripts manually did fix the issue.

Thanks!


rmacias
· 1
rmacias