Commented Unassigned: PersistentBlob and "Not supported for SetColumn" [13855]
When creating a PersistentDictionary with a struct as value with a PersistentBlob as field "Not supported for SetColumn" is thrown. Is this behavior by design?Comments: Even if I mark struct Bar as...
View ArticleNew Post: EsentTooManySortsException from GetColumnDictionary()
Hello, I have an application using 1.9.1.0; the binary is unchanged and has been deployed many times (thousands of unique machines), yet on one customer's machine this error has started...
View ArticleCommented Unassigned: GetTableColumns broken [13707]
1.9.3.2 - The overloaded method with signature GetTableColumns(JET_SESSID, JET_DBID, string) returns garbage column names. The other overload produces correct names.The attached image shows a pause in...
View ArticleNew Post: EsentTooManySortsException from GetColumnDictionary()
Ah - the OS: Windows Server 2012 R2. Thanks!
View ArticleNew Post: EsentTooManySortsException from GetColumnDictionary()
Too Many Sorts has to do with the number of temp tables currently open. The metadata enumeration uses temp tables to return the results. Is it possible that you have reduced the parameter of max temp...
View ArticleCommented Unassigned: GetTableColumns broken [13707]
1.9.3.2 - The overloaded method with signature GetTableColumns(JET_SESSID, JET_DBID, string) returns garbage column names. The other overload produces correct names.The attached image shows a pause in...
View ArticleNew Post: EsentTooManySortsException from GetColumnDictionary()
Thank you for the reply, Martin. Sorry about the slow response here - for some reason I didn't get an email notification from the thread. We'll definitely upgrade :-) I have sent a new build, against...
View ArticleCommented Unassigned: GetTableColumns broken [13707]
1.9.3.2 - The overloaded method with signature GetTableColumns(JET_SESSID, JET_DBID, string) returns garbage column names. The other overload produces correct names.The attached image shows a pause in...
View ArticleNew Post: EsentTooManySortsException from GetColumnDictionary()
I didn't get a mail notification either! It's almost as if codeplex is shutting down... ;) Temp Tables are used sometimes when you don't expect them:Enumerating metadata (e.g. Api.GetTableIndexes...
View ArticleNew Post: Is this project finding a new home?
Is this project moving to github? or some where else? I found what looks to be a fork on github here https://github.com/Opiumtm/managedesent Is this some one else's attempt to ensure that this...
View ArticleNew Post: Is this project finding a new home?
We are putting together our plan for moving off of CodePlex and will communicate here when we get it sorted out.
View ArticleCreated Unassigned: CircularLog not working (on a specific host) [13856]
Hi,We're using the PersistentDictionary for a couple of years now and so far it works great. However - we now have a single machine (Win 2012R2) were the configuration setting "CircularLog" does not...
View ArticleCommented Unassigned: CircularLog not working (on a specific host) [13856]
Hi,We're using the PersistentDictionary for a couple of years now and so far it works great. However - we now have a single machine (Win 2012R2) were the configuration setting "CircularLog" does not...
View ArticleCommented Unassigned: CircularLog not working (on a specific host) [13856]
Hi,We're using the PersistentDictionary for a couple of years now and so far it works great. However - we now have a single machine (Win 2012R2) were the configuration setting "CircularLog" does not...
View ArticleCommented Unassigned: CircularLog not working (on a specific host) [13856]
Hi,We're using the PersistentDictionary for a couple of years now and so far it works great. However - we now have a single machine (Win 2012R2) were the configuration setting "CircularLog" does not...
View ArticleNew Comment on "PersistentDictionaryDocumentation"
Is it possible to store the dictionary on a network drive and access it from multiple machines at the same time? Or is only a single program instance allowed?
View Article