On Thu, May 10, 2012 at 9:56 AM, Falko Engel <[email protected]> wrote:
> Am 09.05.2012 23:32, schrieb Markus Neteler:
...
> thanks for that hint! It helped finding the error.

Excellent!

...
> So far the problem is clear. v.buffer seems connect to the old DB on
> localhost.

With v.db.connect you can connect the map to the correct attribute
table.

> But there is another aspect:
>
> When I create a new dataset (using g.copy) with an a attribute table in the
> (correct) DB on the network drive v.buffer recognizes it! This new table
> doesn't exists on localhost.
> Is there a way to pipe the debugging info to a file?

Yes, for example:

yourcommand > yourcommand_stdout.txt 2> yourcommand_stderr.txt

or
yourcommand 2>&1 > yourcommand.txt

So the output is redirected ">" into files.

Markus
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to