Hi Peter,<br><br>The --write-pgsql-dump task creates one COPY txt file per table in the database.  The users.txt file is one of the files created.<br><br>The issue you're facing is likely to be that the task defaults to trying to create all files in a "pgimport" sub-directory which probably doesn't exist.  The users.txt file simply happens to be the first one that Osmosis tries to create.  Either create the pgimport directory, or add "directory=." option to the task.  I don't know why I didn't default it to be the current directory ...<br>
<br>Brett<br><br><div class="gmail_quote">On Thu, Aug 12, 2010 at 8:04 PM, Peter Körner <span dir="ltr"><<a href="mailto:osm-lists@mazdermind.de">osm-lists@mazdermind.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi<br>
<br>
I'm stying do import some test-files usind osmosis trunk HEAD. All nodes & ways contain a uid as well as a username. The task fail<br>
<br>
osmosis --read-xml file="node-move.osm" --write-pgsql-dump<br>
<br>
fails with<br>
<br>
Caused by: java.io.FileNotFoundException: pgimport/users.txt (No such file or directory)<br>
<br>
what is this users.txt for? I didn't find anything on the wiki.<br>
<br>
Peter<br>
<br>
_______________________________________________<br>
osmosis-dev mailing list<br>
<a href="mailto:osmosis-dev@openstreetmap.org" target="_blank">osmosis-dev@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/listinfo/osmosis-dev" target="_blank">http://lists.openstreetmap.org/listinfo/osmosis-dev</a><br>
</blockquote></div><br>