#920: db.tables is unable to open database in Grass 6.5 using sqlite
----------------------+-----------------------------------------------------
Reporter: epatton | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.5.0
Component: Database | Version: svn-develbranch6
Keywords: | Platform: Linux
Cpu: x86-64 |
----------------------+-----------------------------------------------------
db.tables gives an error when I try to print a list of tables in my
current Location:
db.tables -p
DBMI-SQLite driver error:
Unable to open database: unable to open database file
ERROR: Unable to open database
</home/epatton/Projects/Canso/PERMANENT/databases/Canso.db>
}}}
The directory where my database is located is readable, writable, and
owned by me. I can also browse the database in question using
sqlitebrowser with no problems; I just can't access it through Grass.
#920: db.tables is unable to open database in Grass 6.5 using sqlite
-----------------------+----------------------------------------------------
Reporter: epatton | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: closed
Priority: normal | Milestone: 6.5.0
Component: Database | Version: svn-develbranch6
Resolution: invalid | Keywords: sqlite
Platform: Linux | Cpu: x86-64
-----------------------+----------------------------------------------------
Changes (by epatton):
* status: new => closed
* resolution: => invalid
Comment:
Thanks for the clue! The problem was that my Grass location 'Canso' was
transferred from another computer, and I am now working with it on my
laptop; however, my username on the other PC is 'epatton', whereas it is
'eric' on the laptop, and the database connection was looking for epatton.