Re: developers-list Digest, Vol 52, Issue 1

joweria@ubuntu:~$ mserver5 --dbpath=/tmp/MyDBfarm/MyDB # MonetDB 5 server v11.24.0 # This is an unreleased version # Serving database 'MyDB', using 2 threads # Compiled for x86_64-unknown-linux-gnu/64bit with 128bit integers # Found 1.470 GiB available main-memory. # Copyright (c) 1993-July 2008 CWI. # Copyright (c) August 2008-2016 MonetDB B.V., all rights reserved # Visit http://www.monetdb.org/ for further information # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/ # MonetDB/GIS module loaded # MonetDB/SQL module loaded 2016-12-01 13:00 GMT+02:00 <developers-list-request@monetdb.org>:

But when i try to reach another database as shown below, the module is not loaded joweria@ubuntu:~$ mserver5 --dbpath=/home/joweria/Spartial/mydbfarm/Gisbase !FATAL: GDKlockHome: Database lock '.gdk_lock' denied joweria@ubuntu:~$ sudo su [sudo] password for joweria: root@ubuntu:/home/joweria# mserver5 --dbpath=/home/joweria/Spartial/mydbfarm/Gisbase # MonetDB 5 server v11.24.0 # This is an unreleased version # Serving database 'Gisbase', using 2 threads # Compiled for x86_64-unknown-linux-gnu/64bit with 128bit integers # Found 1.470 GiB available main-memory. # Copyright (c) 1993-July 2008 CWI. # Copyright (c) August 2008-2016 MonetDB B.V., all rights reserved # Visit http://www.monetdb.org/ for further information # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/ # MonetDB/SQL module loaded
2016-12-01 14:09 GMT+02:00 Joweria Nakibuuka <joweria.nakibuuka@unitn.it>:

As said earlier, if that other ("old"?) database was created with a MonetDB build without GIS/GEOM support than simply accessing that database with a new MonetDB build with GIS/GEOM support does (and can) not add GIS/GEOM functionality to that database. You need to - dump your data from the old database - create a new database with the new MonetDB build with GIS/GEOM support, - loaad your dump into that new database. Best, Stefan ----- On Dec 1, 2016, at 1:14 PM, Joweria Nakibuuka joweria.nakibuuka@unitn.it wrote:
participants (2)
-
Joweria Nakibuuka
-
Stefan Manegold