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.




How to install with msde? (SQL Server does not exist ...)

web-app

Hallo,

I just want to test Gemini on a blank virtual machine, but can't get it to work.

That's what I have done:

1. Acitvated the iis on Windows XP

2. Installed the msde

3. Started GeminiDB.msi

4. Started Gemini.msi

The result is 'SQL Server does not exist or access denied'.

So can anyone give me a step by step instruction how to install?
What paramters should I use for the MSDE, the GeminiDB-Installer and the web.config?

 

 

 

 

Snowwolf3000
· 1
Snowwolf3000
Replies (3)
helpful
0
not helpful

You need to amend the connection string setting in the web.config:

 

<add key="hibernate.connection.connection_string" value="data source=YOUR MSDE SERVER NAME;initial catalog=YOUR MSDE GEMINI DATABASE NAME;user id=YOUR USER ID;password=YOUR PASSWORD" />


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thank you!

The stupid connection string in web.config was wrong.
Now it works.

 

 


Snowwolf3000
· 1
Snowwolf3000
helpful
0
not helpful

I've found this to be a good resource:

http://www.connectionstrings.com/


yarkot
· 1
yarkot