Juan:<br>
   Have you tried connecting to the db from the command prompt with the login information?<br>
  Also, the connection string is missing the password <br>
<br>
-Prashanth<br>
<br>
<br>
-- <br>
HTMLX.com<br>
Mapserver Hosting, Mapscript Hosting, PHP Hosting<br>
PostgreSQL w/PostGIS extension enabled Hosting<br><br><div><span class="gmail_quote">On 10/15/05, <b class="gmail_sendername">Juan Barón</b> <<a href="mailto:jbarong@hotmail.com">jbarong@hotmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style=""><div><pre>Hello list,<br><br>I am using mapserver 4.4.1 and postgresql 8.0 with postgis.
<br><br>I have a layer in the map file:<br><br>LAYER<br>  CONNECTIONTYPE postgis<br>    NAME callejero<br>    CONNECTION "user=postgres dbname=pruebapostgis host=localhost<br>port=5432"<br>    DATA "the_geom from tablacallejero"
<br>    STATUS DEFAULT<br>    TYPE LINE<br>    CLASS<br>     COLOR 255 0 0<br>    END<br>END<br><br>and when I execute the application, the layer doesn't appear me  and the<br>result is a message for screen:<br><br>msDrawMap(): Image handling error. Failed to draw layer named 'callejero'.
<br>msPOSTGISLayerOpen(): Query error. couldnt make connection to DB with<br>connect string 'user=postgres dbname=pruebapostgis host=localhost<br>port=5432'.<br>Error reported was 'could not translate host name "localhost" to address:
<br>Unknown host '.<br>This error occured when trying to make a connection to the specified<br>postgresql server.<br>Most commonly this is caused by<br>(1) incorrect connection string<br>(2) you didnt specify a 'user=...' in your connection string
<br>(3) the postmaster (postgresql server) isnt running<br>(4) you are not allowing TCP/IP connection to the postmaster<br>(5) your postmaster is not running on the correct port - if its not on<br>5432 you must specify a 'port=...'
<br>(6) the security on your system does not allow the webserver (usually<br>user 'nobody') to make socket connections to the postmaster<br>(7) you forgot to specify a 'host=...' if the postmaster is on a different<br>machine
<br>(8) you made a typo<br><br>I have proven to change localhost for <a href="http://127.0.0.1" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">127.0.0.1</a>, but the result is the<br>same one.<br><br>
postgresql this being executed, because if I put netstat - na appears:<br><br>TCP <a href="http://127.0.0.1:5432" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">127.0.0.1:5432</a>  LISTENING<br><br>
I don't know which is the problem.<br><br>Thank's</pre></div></div></blockquote><div><br>
 </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">_______________________________________________<br>postgis-users mailing list<br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">
http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br><br><br><br clear="all"></blockquote></div><br><br clear="all"><br>-- <br>HTMLX.com<br>Mapserver Hosting, Mapscript Hosting, PHP Hosting<br>PostgreSQL w/PostGIS extension enabled Hosting