Hi All, Below is the warning I get from my application that is processing a lot of items using RhinoQueue. The application stops since there is breakpoint in RhinoQueue code. I could always remove the breakpoint, but I am more worried about the out of sessions warning. Any ideas?
2012/04/28 00:30:19.850 WARN [54] - Failed to rollback enlistment 2a0a6229-7e0c-47e9-8c97-ed8859c59dfd Microsoft.Isam.Esent.Interop.EsentErrorException: Error OutOfSessions (JET_errOutOfSessions, Out of sessions) at Microsoft.Isam.Esent.Interop.Api.Check(Int32 err) at Rhino.Queues.Storage.AbstractActions..ctor(JET_INSTANCE instance, ColumnsInformation columnsInformation, String database, Guid instanceId) at Rhino.Queues.Storage.GlobalActions..ctor(JET_INSTANCE instance, ColumnsInformation columnsInformation, String database, Guid instanceId) at Rhino.Queues.Storage.QueueStorage.Global(Action`1 action) at Rhino.Queues.Internal.TransactionEnlistment.Rollback(Enlistment enlistment) -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/RgO5lJSGnJUJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
