The file that is causing the problem is a temporary journal file created when Sqlite has more than one database open, based on a quick internet search. It is named Metadata.db-journal. I think SQLite is supposed to delete the file when metadata.db is update without error. The file I deleted had 0 bytes. The strange thing, however, was that a metadata.db file was corrupted in another directory where I had a file open. Fortunately, it did not have any annotations in the file.
|