<div dir="ltr"><div>Hi Users,</div><div><br></div><div>I often create vector data using 'r.to.vect' which vectorises with no issues but If I then export it to PostGIS using 'v.out.postgis' the first layer will export fully but consecutive layers fail with the following error:-<br><br>GRASS_INFO_WARNING(4924,1): Table <grass_gis.nameofmylayer> not found in database <webgis> using driver <pg><br>GRASS_INFO_END(4924,1)</div><div><br></div><div>After which the table does not open again in grass. I've checked to ensure both 'sqlite' and 'pg' connections are present. When I get the above error I am connected to 'pg'</div><div><br></div><div>db.tables -p (shows me i'm connecetd to 'pg')</div><div><br></div><div>db.connect -p or -g</div><div><br></div>driver: pg<br>database: ######<br>schema: grass_gis<br>group: postgis_reader<br><div>(Tue Aug 06 15:56:34</div><div><br></div><div>db.connect -g</div><div><br><div>This is probably something obvious i'm missing!!</div><div><br></div><div>Thanks,</div><div>Paul Shapley</div><div><br></div><div>---------------------------------------------------------------------------------------------------</div><div>Traceback (most recent call last):<br>  File<br>"C:\OSGeo4W\apps\grass\grass76\gui\wxpython\lmgr\frame.py",<br>line 2018, in OnShowAttributeTable<br><br>selection=selection)<br>  File "C:\OSGeo4W\apps\grass\grass76\gui\wxpython\dbmgr\man<br>ager.py", line 74, in __init__<br><br>**kwargs)<br>  File<br>"C:\OSGeo4W\apps\grass\grass76\gui\wxpython\dbmgr\base.py",<br>line 749, in __init__<br><br>self.dbMgrData['mapDBInfo'] =<br>VectorDBInfo(self.dbMgrData['vectName'])<br>  File<br>"C:\OSGeo4W\apps\grass\grass76\gui\wxpython\dbmgr\vinfo.py",<br>line 87, in __init__<br><br>VectorDBInfoBase.__init__(self, map)<br>  File "C:\OSGeo4W\apps\grass\grass76\gui\wxpython\gui_core\<br>gselect.py", line 803, in __init__<br><br>self._DescribeTables()  # -> self.tables<br>  File "C:\OSGeo4W\apps\grass\grass76\gui\wxpython\gui_core\<br>gselect.py", line 835, in _DescribeTables<br><br>database=self.layers[layer]["database"])['cols']:<br>  File "C:\OSGeo4W\apps\grass\grass76\etc\python\grass\scrip<br>t\db.py", line 43, in db_describe<br><br>s = read_command('db.describe', flags='c', table=table,<br>**args)<br>  File "C:\OSGeo4W\apps\grass\grass76\etc\python\grass\scrip<br>t\core.py", line 478, in read_command<br><br>return handle_errors(returncode, stdout, args, kwargs)<br>  File "C:\OSGeo4W\apps\grass\grass76\etc\python\grass\scrip<br>t\core.py", line 334, in handle_errors<br><br>returncode=returncode)<br>grass.exceptions<br>.<br>CalledModuleError<br>:<br>Module run None ['db.describe', '-c', 'table=grass_gis.nameofmylayer', 'driver=pg',<br>'database=webgis'] ended with error<br>Process ended with non-zero return code 1. See errors in the<br>(error) output.<br></div><div><div><br></div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><span style="font-family:times new roman,serif"><br></span><b><br></b></div></div></div></div></div>