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.




Installation messup

web-app

I had installed Gemini on a server. I was trying to install a second instance of Gemini on the same server. It overrode the previous installation of Gemini. The data is intact in the database. How can I use the new installation to point to the existing database. Currently when I click to browse all I get is an error:

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed.

Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off".

<!-- Web.Config Configuration File -->

<configuration> <system.web> <customErrors mode="RemoteOnly"/> </system.web> </configuration>

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

Please note that I have already changed the connection string in the database so it points to the old existing database. 


test
· 1
test
helpful
0
not helpful

Please set the customerrors tag to Off, this will show the exception.

Why are you installing a 2nd instance?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I have development people in two different locations. I have this app for team A for Project A. I would like to install the same app for another team B development for another project. I also need two different url's for team A I need teamA.geminiapp.com , teamB.geminiapp.com

I guess the only way to do this is install another instance of Gemini.


test
· 1
test
helpful
0
not helpful

You will have to use the zip download to install and change the forms name tag in the web.config file.

Note that you need a license per instance of Gemini.


Saar Cohen
· 5000
Saar Cohen