Core Data: relationship 'too large' when saving

2009-09-24 Thread Frederick Bartram
Hi all, I am encountering an error that I have not seen before. While saving in a NSManagedObjectContext I am encountering an error that reports a to-many relationship as 'too large'. This relationship has ~10,000 members but each member is relatively simple consisting of a few short

Core Data: relationship 'too large' when saving

2009-09-24 Thread Frederick Bartram
My bad. I apologize for wasting bandwidth. Problem had nothing to do with relation set size. *- * Stop spam before it gets to your mailbox! Support blocklists. * I use http://www.spamcop.net/. * my PGP key id: 0x63fa758 keyserver:

Re: Core Data: relationship 'too large' when saving

2009-09-24 Thread Frederick Bartram
In my embarrassment at my haste to post to the list I have compounded the error. :( For archive posterity, the 'bug' was a case of mistaken identity. As I have since learned, the 'too large' error notification was triggered by a value-violation in a bounded, 'Number'-attribute that

Re: Core Data: relationship 'too large' when saving

2009-09-24 Thread Fritz Anderson
On 24 Sep 2009, at 3:24 PM, Frederick Bartram wrote: My bad. I apologize for wasting bandwidth. Problem had nothing to do with relation set size. It won't have been a waste of bandwidth if you post the meaning of the error message, and the solution, for the benefit of the archives.

re: Core Data: relationship 'too large' when saving

2009-09-24 Thread Ben Trumbull
I am encountering an error that I have not seen before. While saving in a NSManagedObjectContext I am encountering an error that reports a to-many relationship as 'too large'. This relationship has ~10,000 members but each member is relatively simple consisting of a few short strings and