<div dir="ltr"><br><br>On Tue, Nov 6, 2018 at 5:56 PM Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>> wrote:<br>><br>> On Sat, 3 Nov 2018, Rich Shepard wrote:<br>><br>> >  Where have I made the syntactical mistake?<br>><br>>    This is interesting. In the ../scripts directory, along with the grass<br>> script, is a file called 'rules.txt' with perms 644. Adding a rules= option<br>> to the v.colors command removed the rgb_col data type error and replaced it<br>> with two errors: 1) not finding a column in the table and 2) an inability to<br>> read the rules.txt file:<br>><br>> v.colors -c map=stations use=attr column=howmany rules=rules.txt rgb_col=bin_col --o<br>><br>> ERROR: Column <howmany> not found in table <stations><br>> /home/rshepard/documents/white-papers/geochemistry/willamette-river-mercury/scripts/grass-display-sample-sites.sh:<br>> line 12: /scripts/rules.txt: No such file or directory<br>><br>>    For error 1:<br>><br>> > db.describe tab=stations<br>>    ...<br>> column:howmany<br>> description:<br>> type:INTEGER<br>> len:4<br>> scale:0<br>> precision:0<br>> default:<br>> nullok:yes<br>> select:?<br>> update:?<br>><br>>    For error 2:<br>> $ ll rules.txt<br>> -rw-r--r-- 1 rshepard users 187 Nov  6 08:34 rules.txt<br>><br><div>>    What might be going on here with 7.7.svn (r73645)?</div><div><br></div><div>Please check v.db.connect map=stations -p</div><div>and</div><div>db.connect -p</div><div><br></div><div>Is the table attached to the map stations really in the default database?</div><div><br></div><div>Markus M</div><br></div>