You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using master with "Berkeley DB 11g Release 2, library version 11.2.5.3.21"
would like to use dbsql utility to examine the 'tiles' table
command: dbsql my-mapcache.db
no errors
however the next command causes errors: .tables
Error: file is encrypted or is not a database
examining, I find that when dbsql utility is used, it is trying to open another database from that same file (with a name of "my-mapache.db-journal")
if I look inside that new -journal folder, there is a "sql-errors.txt" file, that contains:
D:\ms4w\tmp\ms_tmp\cache\my-mapache.db:BDB1014 D:\ms4w\tmp\ms_tmp\cache\my-mapache.db-journal\..\berkeley.db: multiple databases specified but not supported by file
Thoughts?
The text was updated successfully, but these errors were encountered: