Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings.
Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
2015-06-12 08:46:17,210::ERROR::[database:111] SQL Command Failed, see log
2015-06-12 08:46:17,210::DEBUG::[database:112] SQL: select count(*) from History WHERE name LIKE ?
2015-06-12 08:46:17,210::INFO::[database:113] Traceback:
Traceback (most recent call last):
File "sabnzbd\database.pyo", line 104, in execute
OperationalError: database is locked
2015-06-12 08:46:17,256::ERROR::[database:111] SQL Command Failed, see log
2015-06-12 08:46:17,256::DEBUG::[database:112] SQL: SELECT * FROM history WHERE name LIKE ? ORDER BY completed desc LIMIT ?, ?
2015-06-12 08:46:17,256::INFO::[database:113] Traceback:
Traceback (most recent call last):
File "sabnzbd\database.pyo", line 104, in execute
OperationalError: database is locked
Somehow I can not find a file called database.pyo?
Yes, try that. Or run CMD.EXE as admin, and then run sabnzbd-console.exe from that
Formal answer: I believe on Windows even Admin not always has all rights to all files and directories. In such cases, an Admin can explicitly take ownership, but that is not done implicitly. The good thing about this: an Admin can not silently look into other users' files. After explicity taking ownership, it is clear to a user that this has been done by Admin.
However, this is knowledge from 1996 or so. Please ignore! ;-)