Re: ERROR: __CFURLCache::StepSQLStatement

2008-04-01 Thread Jens Alfke
On 1 Apr '08, at 12:06 PM, Bill wrote: Is my app causing it to happen? If so, should I try and correct it? Or can I safely ignore it? IIRC, sqlite error 5 means the database is locked. I think the only way that could happen is if you have multiple copies of your app/ process running at

Re: ERROR: __CFURLCache::StepSQLStatement

2008-04-01 Thread Bill
On Apr 1, 2008, at 10:45 AM, Jens Alfke wrote: On 1 Apr '08, at 10:22 AM, Kimo wrote: ERROR: __CFURLCache::StepSQLStatement - step failed (exceed retry) - ErrCode: 5 That's an internal error from CFNetwork's URL cache (which happens to use a sqlite database.) Not

Re: ERROR: __CFURLCache::StepSQLStatement

2008-04-01 Thread Jens Alfke
On 1 Apr '08, at 10:22 AM, Kimo wrote: ERROR: __CFURLCache::StepSQLStatement - step failed (exceed retry) - ErrCode: 5 That's an internal error from CFNetwork's URL cache (which happens to use a sqlite database.) Nothing to do with CoreData. —Jens smime.p7s Desc

ERROR: __CFURLCache::StepSQLStatement

2008-04-01 Thread Kimo
I randomly get the following error message when using my Core Data app that uses a SQLite store: ERROR: __CFURLCache::StepSQLStatement - step failed (exceed retry) - ErrCode: 5 No exceptions are thrown, and nothing else (that I'm aware of) seems to be effected by this error. Does a