[GRASS-dev] [GRASS GIS] #2038: wingrass7: v.db.addcolumn fails in attribute table manager
GRASS GIS
trac at osgeo.org
Sat Jul 20 02:27:22 PDT 2013
#2038: wingrass7: v.db.addcolumn fails in attribute table manager
-----------------------------------------+----------------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: wingrass, vector, attribute | Platform: MSWindows 7
Cpu: x86-64 |
-----------------------------------------+----------------------------------
tested with nc-sample dataset in
{{{
System Info
GRASS version: 7.0.svn
GRASS SVN Revision: 57202
Build Date: 2013-07-18
GIS Library Revision: 56211 (2013-05-12)
GDAL/OGR: 1.9.2
PROJ.4: 4.8.0
GEOS: 3.3.6dev
SQLite: 3.7.10
Python: 2.7.4
wxPython: 2.8.12.1
Platform: Windows-7-6.1.7601-SP1 (OSGeo4W)
}}}
{{{
g.copy vect=firestations at PERMANENT,myfire
Copy vector <firestations at PERMANENT> to current mapset as <myfire>
}}}
open attribute table manager => Add cloumn: addc1, type integer
error message pops up:
{{{
Error in v.db.addcolumn: access denied
}}}
trying the same from the v.db.addcolumn-wxgui
{{{
v.db.addcolumn --verbose map=myfire at user1 columns=addc2 integer
Adding column <addc2> to the table
(Sat Jul 20 11:08:52 2013) Command finished (1 sec)
}}}
and from the layer manager-console
{{{
v.db.addcolumn --verbose map=myfire at user1 columns=addc3 integer
Adding column <addc3> to the table
(Sat Jul 20 11:10:55 2013) Command finished (0 sec)
}}}
maybe some calling-pythonscript-within-pythonscript issue?
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2038>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list