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.




The install problem with XP, MSSQL2005

web-app

I followed msi files but failed. Then I manually installed the database and files, I got these errors. Pleas e help. Thanks a lot. 

I am new to MSSQL manually installation. I created a new database called Gemini.

and run the four sql files to create the database. I can create a website to access those tables in Gemini database. But the Gemini website can not be access with those errors.

 

 

 

 

Server Error in '/Gemini' Application.

SELECT permission denied on object 'issueprioritylut', database 'Gemini', schema 'dbo'.

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.Data.SqlClient.SqlException: SELECT permission denied on object 'issueprioritylut', database 'Gemini', schema 'dbo'.

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:

[SqlException (0x80131904): SELECT permission denied on object 'issueprioritylut', database 'Gemini', schema 'dbo'.]

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

Please make sure that you have set the connection string setting in the web.config file to use the same user that was used to create the Gemini database schema.


Saar Cohen
· 5000
Saar Cohen