Fetching a database named pa_test using manager.databaseNamed() results in the following generic error:
Unable to open database file
The database has definitely been created before, so based on the documentation for databaseNamed(), I can assume this is only on subsequent calls to open the database. I cannot reliably reproduce this error in a controlled environment, however users can multiple times a day. Can I assume this has something to do with SQLite? Has anyone experienced this before, and, if so, what did you do to fix the issue?
What’s the error code? All of our errors have at least a numeric code (based on HTTP). Also, can you tell if anything’s been written to the console log?