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.




Here's a good one...

web-app

Hi All,

I'm trying to help out a new client where I have the following situation. They were running Gemini (we don't know the version) and when their old programmer left their installation was somehow "accidently" deleted .

I was able to find the BAK file from the automated backup immediately prior and have successfully forced a restore so we have their data.

I D/L'd the 2.0.5 and installed the web side of things. Ran all the upgrade scripts and am now getting the dreaded "Index was outside the bounds..." error (see snapshot below).

Any ideas for this one... They'd really like to not have to go back and re-enter all their issues, etc...

Thanks,

Brad

 

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.]
   CounterSoft.GeminiBiz.33c10d769b8bcf93.48e77a23dc9d1a1d(Int32 5575a8aa585d598f) +949
   Gemini.BasePage.OnInit(EventArgs e) +176
   Gemini.Main.OnInit(EventArgs e) +52
   System.Web.UI.Control.InitRecursive(Control namingContainer) +321
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692

Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

span.tracecontent b { color:white } span.tracecontent { background-color:white; color:black;font: 10pt verdana, arial; } span.tracecontent table { clear:left; font: 10pt verdana, arial; cellspacing:0; cellpadding:0; margin-bottom:25} span.tracecontent tr.subhead { background-color:#cccccc;} span.tracecontent th { padding:0,3,0,3 } span.tracecontent th.alt { background-color:black; color:white; padding:3,3,2,3; } span.tracecontent td { color: black; padding:0,3,0,3; text-align: left } span.tracecontent td.err { color: red; } span.tracecontent tr.alt { background-color:#eeeeee } span.tracecontent h1 { font: 24pt verdana, arial; margin:0,0,0,0} span.tracecontent h2 { font: 18pt verdana, arial; margin:0,0,0,0} span.tracecontent h3 { font: 12pt verdana, arial; margin:0,0,0,0} span.tracecontent th a { color:darkblue; font: 8pt verdana, arial; } span.tracecontent a { color:darkblue;text-decoration:none } span.tracecontent a:hover { color:darkblue;text-decoration:underline; } span.tracecontent div.outer { width:90%; margin:15,15,15,15} span.tracecontent table.viewmenu td { background-color:#006699; color:white; padding:0,5,0,5; } span.tracecontent table.viewmenu td.end { padding:0,0,0,0; } span.tracecontent table.viewmenu a {color:white; font: 8pt verdana, arial; } span.tracecontent table.viewmenu a:hover {color:white; font: 8pt verdana, arial; } span.tracecontent a.tinylink {color:darkblue; background-color:black; font: 8pt verdana, arial;text-decoration:underline;} span.tracecontent a.link {color:darkblue; text-decoration:underline;} span.tracecontent div.buffer {padding-top:7; padding-bottom:17;} span.tracecontent .small { font: 8pt verdana, arial } span.tracecontent table td { padding-right:20 } span.tracecontent table td.nopad { padding-right:5 }

Request Details

Session Id: wp5d5055aycwcf55pvskeh45 Request Type: GET Time of Request: 11/8/2006 11:58:29 AM Status Code: 500 Request Encoding: Unicode (UTF-8) Response Encoding: Unicode (UTF-8)

Trace Information

Category Message From First(s) From Last(s) aspx.page Begin PreInit aspx.page End PreInit 8.71619158300846E-05 0.000087 aspx.page Begin Init 0.00019304129435445 0.000106 Unhandled Execution Error
Index was outside the bounds of the array.
  at CounterSoft.GeminiBiz.33c10d769b8bcf93.48e77a23dc9d1a1d(Int32 5575a8aa585d598f)
  at Gemini.BasePage.OnInit(EventArgs e)
  at Gemini.Main.OnInit(EventArgs e)
  at System.Web.UI.Control.InitRecursive(Control namingContainer)
  at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 0.0807231086632519

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

Did you run the Create_Procs.sql and create views scripts?

Also, try running under .NET 1.1.


Saar Cohen
· 5000
Saar Cohen