Hi,<br><br>try to put the full path to your file:<br><br>For example, /home/user/dv99_00.shp (linux) or "C:\Program Files\dv99_00.shp".<br><br>the second error you could solve doing that:<br><br>psql -U postgres -d table<br>
<br>don't forget to use -U, that param controls who is trying to acess to database ( at that point, you use database user to connect, not system user).<br><br>best regards,<br><br>-- <br>Luigi Castro Cardeles