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.




sql 2008 express config?

web-app

Hi all,

I'm strugglerling getting this set up.

I've installed the Gemini Web Application ZIP file.

But don't know what to do with the web.config file.

www.funkyjunk.me.uk/web.configExtract.txt

What bits do I need to change and to what?

Many thanks

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

Change this line:

<property name="connection.connection_string">data source=localhost;initial catalog=GeminiSample;user id=sa;password=gemini</property>

And replace localhost with the server that has SQL installed (you may need an insatnce as well: SERVER\SQLEXPRESS), replace GeminiSample with the database name that you have created and set the username and password.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

thanks, still not working, but before we go any further; how does one paste code into the forum?


colouredFunk
· 1
colouredFunk
helpful
0
not helpful

Right click -> paste shoud do it.

What is the error?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

well when I paste this happens: -

NHibernate.Connection.DriverConnectionProvider NHibernate.Dialect.MsSql2005Dialect NHibernate.Driver.SqlClientDriver data source=COCONUT\sqlexpress;initial catalog=GeminiSample;user id=userTest;password=12345 GeminiSample.dbo true false


colouredFunk
· 1
colouredFunk
helpful
0
not helpful

Ok, please send all details to support at countersoft dot com


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

well all I want, is help setting up the web.config file.

here is what it looks like that the moment.

www.funkyjunk.me.uk/web.configExtract.txt have a I changed it correctly? as it is still not working


colouredFunk
· 1
colouredFunk
helpful
0
not helpful

What is the error you are getting (set customErrors to off in the web.config file)?

The config looks ok providing the server name and instance are correct.

Make sure that the database name, user and password are correct also.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

ah thanks for the tip!! :)

I'm getting this in the event viewer

Login failed for user 'testUser'. Reason: An attempt to login using SQL authentication failed. Server is configured for Windows authentication only. [CLIENT: ]


colouredFunk
· 1
colouredFunk
helpful
0
not helpful

got it working now. Thanks for your help! :)


colouredFunk
· 1
colouredFunk