Hi list again.<br><br>Im trying to configure a new server with mapserver 5.0 connect it with Oracle 10g or ArcSDE 9.2 , ussing the ms4w package (MS4W PHP5 Base Installer v2.2.6 )<br>I have done all that i have read in the instructions.
<br>The problems is that mapserver sends to me a blank image, and with some clients it send me a error.<br>I have installed in that machine Oracle 10g client.<br><br>This is the configuration of the layer.<br><br>LAYER<br>
&nbsp;&nbsp;&nbsp; NAME AFOROS<br>&nbsp;&nbsp;&nbsp; GROUP &quot;Redes.Ctrl&quot;<br>&nbsp;&nbsp;&nbsp; TYPE POINT<br>&nbsp;&nbsp;&nbsp; CONNECTIONTYPE oraclespatial<br>&nbsp;&nbsp;&nbsp; CONNECTION &#39;user/pass@SDE&#39;<br>&nbsp;&nbsp;&nbsp; DATA &#39;SHAPE FROM AFOROS USING UNIQUE OBJECTID&#39;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DUMP TRUE
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DEBUG ON<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; PROCESSING &quot;CLOSE_CONNECTION=DEFER&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TRANSPARENCY 0<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; PROJECTION<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;init=EPSG:23030&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; STYLE
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SYMBOL &quot;circle&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SIZE 10<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; COLOR 255 85 0<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; NAME &#39;Aforos&#39;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; METADATA<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;wms_title&quot; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;Aforos&quot;
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;wms_group_title&quot;&nbsp;&nbsp;&nbsp; &quot;Redes de Control&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;wms_keywordlist&quot; &nbsp;&nbsp;&nbsp; &quot;WMS Aforos&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;wms_srs&quot; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;EPSG:23030&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;wms_extent&quot; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;154590 4062740 579080 4300000&quot;
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>END<br><br><br>In httpd.conf i have declared the system varibles:<br><br>#Oracle Spatial<br>SetEnv PATH &quot;C:/oracle10gclient/bin&quot;<br>SetEnv TNS_ADMIN &quot;C:/oracle10gclient/network/admin&quot;
<br>SetEnv ORACLE_SID &quot;SDE91 SDE92 GLOBAL&quot;<br>SetEnv ORACLE_BASE &quot;C:/oracle10gclient&quot;<br>SetEnv LD_LIBRARY_PATH &quot;C:/oracle10gclient/lib&quot;<br><br>And the file C:/oracle10gclient/network/admin/tns_admin.ora
<br><br>SDE =<br>&nbsp; (DESCRIPTION =<br>&nbsp;&nbsp;&nbsp; (ADDRESS_LIST =<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (ADDRESS = (PROTOCOL = TCP)(HOST = <a href="http://172.19.132.93">172.19.132.93</a>)(PORT = 1521))<br>&nbsp;&nbsp;&nbsp; )<br>&nbsp;&nbsp;&nbsp; (CONNECT_DATA =<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (SERVICE_NAME = SDE)
<br>&nbsp;&nbsp;&nbsp; )<br>&nbsp; )<br><br>In the access.log&nbsp; nothing appears about the getmap and layer request , only the getcapabilites, the same happens in the ms_error.txt<br><br>In access.log<br><br>[11/Oct/2007:11:58:58 +0200] &quot;GET /cgi-bin/wms?REQUEST=GetCapabilities&amp;SERVICE=WMS&amp;&amp;EXCEPTIONS=XML HTTP/1.1&quot; 200 5789
<br><a href="http://127.0.0.1">127.0.0.1</a> - - [11/Oct/2007:11:58:59 +0200] &quot;GET /cgi-bin/wms?REQUEST=GetCapabilities&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;EXCEPTIONS=XML HTTP/1.1&quot; 200 5789<br><br>and in the ms_error file:
<br><br>[Thu Oct 11 12:04:26 2007].828000 loadParams() QUERY_STRING: REQUEST=GetCapabilities&amp;SERVICE=WMS&amp;&amp;EXCEPTIONS=XML<br>[Thu Oct 11 12:04:26 2007].875000 msLoadMap(): 0.047s<br>[Thu Oct 11 12:04:26 2007].875000 CGI Request 1 on process 2288
<br>[Thu Oct 11 12:04:27 2007].62000 loadParams() QUERY_STRING: REQUEST=GetCapabilities&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;EXCEPTIONS=XML<br>[Thu Oct 11 12:04:27 2007].93000 msLoadMap(): 0.031s<br>[Thu Oct 11 12:04:27 2007].93000 CGI Request 1 on process 532
<br><br>I tried to make the request through explorer like<br><br><a href="http://localhost/cgi-bin/wms?SERVICE=WMS&amp;VERSION=1.1.1&amp;REQUEST=GETMAP&amp;LAYERS=AFOROS&amp;SRS=EPSG:23030&amp;BBOX=154590.0,4062740.0,579080.0,4300000.0&amp;WIDTH=861&amp;HEIGHT=482&amp;FORMAT=image/png&amp;STYLES=default&amp;TRANSPARENT=TRUE">
http://localhost/cgi-bin/wms?SERVICE=WMS&amp;VERSION=1.1.1&amp;REQUEST=GETMAP&amp;LAYERS=AFOROS&amp;SRS=EPSG:23030&amp;BBOX=154590.0,4062740.0,579080.0,4300000.0&amp;WIDTH=861&amp;HEIGHT=482&amp;FORMAT=image/png&amp;STYLES=default&amp;TRANSPARENT=TRUE
</a><br><br>but sends to me a blank image.<br><br>Thats anybody knows what is happening?<br><br>Thxs and sorry for my english<br><br><br><br><br><br><br>