Opened 11 years ago
Closed 11 years ago
#2038 closed defect (fixed)
wingrass7: v.db.addcolumn fails in attribute table manager
Reported by: | hellik | Owned by: | martinl |
---|---|---|---|
Priority: | major | Milestone: | 7.0.0 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | wingrass, vector, attribute | Cc: | grass-dev@… |
CPU: | x86-64 | Platform: | MSWindows 7 |
Description
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@PERMANENT,myfire Copy vector <firestations@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@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@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?
Attachments (1)
Change History (6)
by , 11 years ago
Attachment: | v.db.addcolumn_debug3.txt added |
---|
follow-up: 2 comment:1 by , 11 years ago
comment:2 by , 11 years ago
comment:3 by , 11 years ago
I try to reproduce it with latest SVN build, but it worked. Could you try it again please?
comment:4 by , 11 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
debug=3 log