[GRASS-user] v.db.connect.all - errors

Markus Neteler neteler at osgeo.org
Wed Apr 13 14:58:28 PDT 2016


On Wed, Apr 13, 2016 at 10:33 PM, Carlos Grohmann
<carlos.grohmann at gmail.com> wrote:
> Hi all
>
> I just tried to change all the vector maps of one location from DBF to
> SQLite, following this page:
> https://grasswiki.osgeo.org/wiki/Convert_all_GRASS_6_vector_maps_to_GRASS_7
>
> these are the steps:
>
> # first rebuild topology for all vector maps in current mapset
> v.build.all
>
> # define new default DB connection (switch from DBF to SQLite)
> db.connect -d

Can you here please run

db.connect -p

to see what it picked up? (should be sqlite).

> # transfer all attribute tables from DBF to SQLite and clean old DBF tables
> v.db.reconnect.all -cd
>
>
> steps 1 and 2 work fine, but #3 doesn't v.db.reconnect.all -c
> dbmi: db_list_databases() not implemented
> dbmi: db_list_databases() not implemented
> ERROR: Unable to list databases. Try to define correct connection settings
>        by db.login.

I think that this error got reported in the past on MacOSX:
So it would be important to know where it comes from (hence my
question above to get an idea).

Markus


More information about the grass-user mailing list