Re: [sqlite] Figuring out the Cause of SQLite Error 11: Corrupt Database

2017-09-20 Thread Esplin, Justin
8039 jlesp...@verisk.com http://www.verisk.com/insurance/ -Original Message- From: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Richard Hipp Sent: Sunday, September 17, 2017 2:45 AM To: SQLite mailing list Subject: Re: [sqlite] Figuring out the Cause of SQLit

Re: [sqlite] Figuring out the Cause of SQLite Error 11: Corrupt Database

2017-09-17 Thread Richard Hipp
On 9/15/17, Esplin, Justin wrote: > I was able to access a computer which encountered these errors, about 10 > minutes after they occurred. I ran "PRAGMA integrity_check" and it returned > "ok". How/why would this have changed? I verified the user did not > re-install our app or otherwise reconfig

Re: [sqlite] Figuring out the Cause of SQLite Error 11: Corrupt Database

2017-09-17 Thread Esplin, Justin
ber 15, 2017 4:43 AM To: SQLite mailing list Cc: Sines, Matt Subject: Re: [sqlite] Figuring out the Cause of SQLite Error 11: Corrupt Database On 9/14/17, Esplin, Justin wrote: > > We are seeing a couple worrisome (and not very informative) messages > repeatedly in our logs: >

Re: [sqlite] Figuring out the Cause of SQLite Error 11: Corrupt Database

2017-09-15 Thread Richard Hipp
On 9/14/17, Esplin, Justin wrote: > > We are seeing a couple worrisome (and not very informative) messages > repeatedly in our logs: > > SQLite error (11): database corruption at line 55472 of > [cf538e2783] > > SQLite error (11): database corruption at line 55514 of [cf538e2783] > > I

[sqlite] Figuring out the Cause of SQLite Error 11: Corrupt Database

2017-09-15 Thread Esplin, Justin
Howdy, We are seeing a couple worrisome (and not very informative) messages repeatedly in our logs: SQLite error (11): database corruption at line 55472 of [cf538e2783] SQLite error (11): database corruption at line 55514 of [cf538e2783] I have been looking around the web for a fe