<div dir="ltr">Hi all<div><br></div><div>I just tried to change all the vector maps of one location from DBF to SQLite, following this page: <a href="https://grasswiki.osgeo.org/wiki/Convert_all_GRASS_6_vector_maps_to_GRASS_7">https://grasswiki.osgeo.org/wiki/Convert_all_GRASS_6_vector_maps_to_GRASS_7</a></div><div><br></div><div>these are the steps:</div><div><br></div><div><div># first rebuild topology for all vector maps in current mapset</div><div>v.build.all</div><div> </div><div># define new default DB connection (switch from DBF to SQLite)</div><div>db.connect -d</div><div> </div><div># transfer all attribute tables from DBF to SQLite and clean old DBF tables</div><div>v.db.reconnect.all -cd</div><div><br></div><div><br></div><div>steps 1 and 2 work fine, but #3 doesn't v.db.reconnect.all -c</div><div>dbmi: db_list_databases() not implemented</div><div>dbmi: db_list_databases() not implemented</div><div>ERROR: Unable to list databases. Try to define correct connection settings</div><div>       by db.login.</div><div>Traceback (most recent call last):</div><div>  File "/usr/local/Cellar/grass-70/7.0.3/grass-7.0.3/scripts/v.db.reconnect.all", line 260, in <module></div><div>    sys.exit(main())</div><div>  File "/usr/local/Cellar/grass-70/7.0.3/grass-7.0.3/scripts/v.db.reconnect.all", line 188, in main</div><div>    create_db(new_driver, new_database)</div><div>  File "/usr/local/Cellar/grass-70/7.0.3/grass-7.0.3/scripts/v.db.reconnect.all", line 87, in create_db</div><div>    driver = driver).splitlines():</div><div>  File "/usr/local/Cellar/grass-70/7.0.3/grass-7.0.3/etc/python/grass/script/core.py", line 445, in read_command</div><div>    return handle_errors(returncode, stdout, args, kwargs)</div><div>  File "/usr/local/Cellar/grass-70/7.0.3/grass-7.0.3/etc/python/grass/script/core.py", line 312, in handle_errors</div><div>    returncode=returncode)</div><div>grass.exceptions.CalledModuleError: Module run None ['db.databases', '--q', 'driver=sqlite'] ended with error</div><div>Process ended with non-zero return code 1. See errors in the (error) output.</div><div><br></div><div><br></div><div><br></div><div>I'm running 7.0.3 installed via homebrew on Mac OSX</div><div><br></div><div><br></div><div>thanks</div><div><br></div><div>Carlos</div><div><br></div><div><br></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Prof. Carlos Henrique Grohmann<br>Institute of Energy and Environment - Univ. of São Paulo, Brazil<div>- Digital Terrain Analysis | GIS | Remote Sensing - </div><div><br></div><div><a href="http://carlosgrohmann.com/" target="_blank">http://carlosgrohmann.com</a></div><div><a href="http://orcid.org/0000-0001-5073-5572" style="font-size:13px;color:rgb(17,85,204);font-family:arial,sans-serif;background-color:rgb(255,255,255)" target="_blank">http://orcid.org/0000-0001-5073-5572</a><br><div>________________<br>Can’t stop the signal.</div></div></div></div>
</div></div>