Opened 11 years ago

Closed 10 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)

v.db.addcolumn_debug3.txt (7.2 KB ) - added by hellik 11 years ago.
debug=3 log

Download all attachments as: .zip

Change History (6)

by hellik, 11 years ago

Attachment: v.db.addcolumn_debug3.txt added

debug=3 log

in reply to:  description ; comment:1 by hellik, 11 years ago

Replying to hellik:

tested with nc-sample dataset in

sqlite as db-backend; some debug=3 infos added

in reply to:  1 comment:2 by hellik, 11 years ago

Replying to hellik:

Replying to hellik:

tested with nc-sample dataset in

sqlite as db-backend;

the same with dbf as db-backend

comment:3 by martinl, 10 years ago

I try to reproduce it with latest SVN build, but it worked. Could you try it again please?

comment:4 by martinl, 10 years ago

Cc: grass-dev@… added
Owner: changed from grass-dev@… to martinl
Status: newassigned

comment:5 by martinl, 10 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.