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: No row with the given identifier exists.., when trying to delete Issue Type

web-app

I want to delete an issue type. But I do get the error below when trying to delete.

I made sure that there are no issues anymore with that issues type. No open and also no closed issues. When I filter in one of our projects with filter: "Show closed issues" plus that "issue type" I do get the error below. I also get the same err when I try to delete that specific issue type:

 

 

No row with the given identifier exists: 524, of class: CounterSoft.Gemini.Commons.ComponentEN 18/03/2008 11:58:39 SOURCE: NHibernate TARGETSITE: System.Object InternalLoad(System.Type, System.Object, Boolean, Boolean) STACKTRACE: at NHibernate.Impl.SessionImpl.InternalLoad(Type clazz, Object id, Boolean eager, Boolean isNullable) at NHibernate.Type.EntityType.ResolveIdentifier(Object id, ISessionImplementor session, Object owner) at NHibernate.Impl.SessionImpl.InitializeEntity(Object obj) at NHibernate.Loader.Loader.InitializeEntitiesAndCollections(IList hydratedObjects, Object resultSetId, ISessionImplementor session) at NHibernate.Loader.Loader.DoQuery(ISessionImplementor session, QueryParameters queryParameters, Boolean returnProxies) at NHibernate.Loader.Loader.DoQueryAndInitializeNonLazyCollections(ISessionImplementor session, QueryParameters queryParameters, Boolean returnProxies) at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryPa

 

 

deniz
· 1
deniz
Replies (2)
helpful
0
not helpful

Seems like you have an issue with this type in the issues table. The best thing to do is try using SQL to look for this issue record.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I missed to change the issue types of the issues within the locked and archived projects.

I run an update sql statment and made sure that there are no more issues with the type anymore, which I want to delete. After this action, the deletion of that type was possible.


deniz
· 1
deniz