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.




Export to Excel Error on 2.2.6

web-app

We upgraded from 2.0.5 to 2.2.6 over this past weekend. For the most part the upgrade went well except this one issue.

The Export to Excel works fine when we are in the Issue List (with default Issue Filters). Anytime we change the Issue Filters the Export to Excel error out with the following item added to the Error Log. Please help.

No row with the given identifier exists: 2738, of class: CounterSoft.Gemini.Commons.ComponentEN 03/03/2008 10:04:07 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.LoadCollection(ISessionImplementor session, Object id, IType type) at NHibernate.Loader.Collection.CollectionLoader.Initialize(Object id, ISessionImplemen

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

You have a component id (2738) in the issuecomponents table that is not in the components table.

Please check SQL for this an update to an existing component id.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I wonder how this worked in the old version. I guess in the new version the Component is explicity enforced.

Removing that data from IssueComponent table did the trick. Thanks for the quick response.


Ankur
· 1
Ankur