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.




Error Creating New Issue Types

web-app

From the system Admin form and Issue Type & Priority

I have tried to add another type, but this results in a gemini error page, and the error log says:

'SCOPE_IDENTITY' is not a recognized function name. at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) at System.Data.SqlClient.SqlCommand.ExecuteReader() at System.Data.SqlClient.SqlCommand.System.Data.IDbCommand.ExecuteReader() at NHibernate.Impl.BatcherImpl.ExecuteReader(IDbCommand cmd) at NHibernate.Persister.EntityPersister.Insert(Object[] fields, Boolean[] notNull, SqlString sql, Object obj, ISessionImplementor session)



Simon@MailboxPro
· 1
Simon@MailboxPro
Replies (2)
helpful
0
not helpful

Are you using SQL 7?

Looks as if NHibernate is complaining -- you can change the SQL database type from web.config:

<!-- The SQL Server dialect (Gemini supports "MsSql2000Dialect" or "MsSql7Dialect") -->

<add key="hibernate.dialect" value="NHibernate.Dialect.MsSql2000Dialect" />

 

 


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

That solved the problem - however, when adding a new issue type and not including an image, the form refreshes without any error message, yet no new issue type it added.


Simon@MailboxPro
· 1
Simon@MailboxPro