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.




Various 2.0.3 Install problems

web-app

We are running 1.9b, and attempting to install 2.0.3.  I took the required steps, i.e.
0) Backed up database (and its a good thing I did!)
1) ran upgrade scripts, ran "create procs.sql"
2) uninstalled old version
3) installed new version
4) updated database connection string in new web.config
5) updated website url in web.config

I had several problems, which were:
1) I could not set (or leave) "allow anonymous access" to be "ON".  The error I would receive was "index out of range".
2) If I disallowed anonymous access, then I would get the "infinite redirect loop" described in other posts in this forum.  Note that we are using Forms authentication, not Windows authentication.  None of the tips described in other forum posts helped.

Our install is completely normal with the exception of the fact that we use SQLServer state instead of InProc.  The server is Win2K, and it is a dedicated intranet server with no unusual configurations.

DukeyToo
· 1
DukeyToo
Replies (9)
helpful
0
not helpful

Are you using the new web.config file?

Can you check the errorlog table?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Yes, I am using the new web.config file that was installed.  My errorlog table is empty (or at least contains no new entries).


DukeyToo
· 1
DukeyToo
helpful
0
not helpful

Can you specify which upgrade scripts you have run please?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I ran the 1.9.1 and 2.0 upgrade scripts, and then the create_procs.sql script. 


DukeyToo
· 1
DukeyToo
helpful
0
not helpful

Try running CREATE_VIEWS.SQL -- as from v2.1, all upgrades will be web-based -- no more running scripts.


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

When I tried to upgrade from v1.9.1 to v2.0.3, I got the same error: "Index was outside the bounds of the array". I ran create_views.sql and it didn't solve the problem. 

Server Error in '/Gemini' 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.]
   CounterSoft.GeminiBiz.33c10d769b8bcf93.48e77a23dc9d1a1d(Int32 5575a8aa585d598f) +918
   Gemini.BasePage.OnInit(EventArgs e) +56
   Gemini.Main.OnInit(EventArgs e) +51
   System.Web.UI.Control.InitRecursive(Control namingContainer) +241
   System.Web.UI.Page.ProcessRequestMain() +174

 


gkcqit
· 1
gkcqit
helpful
0
not helpful

Did you run Create_Procs.sql script?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Yes, I did run Create_Procs.sql but still getting the same error.


gkcqit
· 1
gkcqit
helpful
0
not helpful

I ran the script again and It's working now. Thanks!


gkcqit
· 1
gkcqit