Re: [GRASS-dev] temporal modules cannot open database

2015-06-26 Thread Luca Delucchi
On 25 June 2015 at 11:53, Sören Gebbert wrote: > Hi Luca, Hi Soeren, > i just committed a patch in SVN that can handle modified location path's. > Please make an update of grass7.1 and then call t.connect -d in the > specific location/mapset to reset the default connection, which is > mapset spe

Re: [GRASS-dev] temporal modules cannot open database

2015-06-25 Thread Vaclav Petras
On Thu, Jun 25, 2015 at 5:53 AM, Sören Gebbert wrote: > Hi Luca, > i just committed a patch in SVN that can handle modified location path's. > Thanks Soeren, I think I actually hit the issue before. > Please make an update of grass7.1 and then call t.connect -d in the > specific location/mapse

Re: [GRASS-dev] temporal modules cannot open database

2015-06-25 Thread Sören Gebbert
Hi Luca, i just committed a patch in SVN that can handle modified location path's. Please make an update of grass7.1 and then call t.connect -d in the specific location/mapset to reset the default connection, which is mapset specific. I hope the temporal framework will find the correct database aga

Re: [GRASS-dev] temporal modules cannot open database

2015-06-25 Thread Luca Delucchi
On 25 June 2015 at 00:05, Sören Gebbert wrote: > Hi Luca, Hio Soeren > is it possible that the path to the location has changed or that the > location was renamed? > mmm I don't think so, but I'm not sure. The path to db it seems correct using t.connect -l, do you have any trick to solve this p

Re: [GRASS-dev] temporal modules cannot open database

2015-06-24 Thread Sören Gebbert
Hi Luca, is it possible that the path to the location has changed or that the location was renamed? Best regards Soeren 2015-06-12 8:07 GMT+02:00 Luca Delucchi : > On 11 June 2015 at 21:54, Sören Gebbert wrote: >> Hi Luca, > > Hi Soeren, > >> i did not change the database structure of the tempor

Re: [GRASS-dev] temporal modules cannot open database

2015-06-11 Thread Luca Delucchi
On 11 June 2015 at 21:54, Sören Gebbert wrote: > Hi Luca, Hi Soeren, > i did not change the database structure of the temporal framework recently. > The exception seems to be from the sqlite3 backend, hence it should > not be related to different temporal database formats. > > Can you access the

Re: [GRASS-dev] temporal modules cannot open database

2015-06-11 Thread Sören Gebbert
Hi Luca, i did not change the database structure of the temporal framework recently. The exception seems to be from the sqlite3 backend, hence it should not be related to different temporal database formats. Can you access the database with the sqlite3 command directly? sqlite3 /grassdata/latlong

[GRASS-dev] temporal modules cannot open database

2015-06-11 Thread Luca Delucchi
Hi devs, I have problem to open the temporal database (with grass70svn and grass71) t.list ERROR: Unable to connect to sqlite3 database: /grassdata/latlong/ecad100_climate/tgis/sqlite.db Exception: "unable to open database file" Please use t.connect to set a read- and writable temporal database b