Quote:
Originally Posted by GRiker
I'm looking at it, will post more info when I learn what's happening.
G
|
Interesting / Help?
right after you try to do a catalog build, if you run check database you get a messatge, when you shut down and restart you don't get the message in the check database
ERROR: Error: Failed to check database integrity
Traceback (most recent call last):
File "site-packages\calibre\gui2\actions\choose_library.py", line 94, in run
File "site-packages\calibre\library\database2.py", line 2772, in check_integrity
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: u'C:\\Users\\-------\\Documents\\EBooks\\metadata.db'
Then when you close down program you get
ERROR: ERROR: Unhandled exception: <b>DatabaseException</b>:Connection closed
Remote
Traceback (most recent call last):
File "site-packages\calibre\gui2\ui.py", line 634, in closeEvent
File "site-packages\calibre\gui2\ui.py", line 508, in write_settings
File "site-packages\calibre\gui2\init.py", line 261, in save_layout_state
File "site-packages\calibre\gui2\library\views.py", line 280, in save_state
File "site-packages\calibre\gui2\library\views.py", line 274, in write_state
File "site-packages\calibre\library\prefs.py", line 51, in set
File "site-packages\calibre\library\prefs.py", line 44, in __setitem__
File "site-packages\calibre\library\sqlite.py", line 223, in run
DatabaseException: Connection closed
Remote