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>
    NAME AFOROS<br>    GROUP "Redes.Ctrl"<br>    TYPE POINT<br>    CONNECTIONTYPE oraclespatial<br>    CONNECTION 'user/pass@SDE'<br>    DATA 'SHAPE FROM AFOROS USING UNIQUE OBJECTID'<br>        DUMP TRUE
<br>        DEBUG ON<br>        PROCESSING "CLOSE_CONNECTION=DEFER"<br>        TRANSPARENCY 0<br>        PROJECTION<br>            "init=EPSG:23030"<br>        END<br>        CLASS<br>            STYLE
<br>                SYMBOL "circle"<br>                SIZE 10<br>                COLOR 255 85 0<br>            END<br>            NAME 'Aforos'<br>        END<br>        METADATA<br>            "wms_title"         "Aforos"
<br>            "wms_group_title"    "Redes de Control"<br>            "wms_keywordlist"     "WMS Aforos"<br>            "wms_srs"             "EPSG:23030"<br>            "wms_extent"         "154590 4062740 579080 4300000"
<br>        END<br>END<br><br><br>In httpd.conf i have declared the system varibles:<br><br>#Oracle Spatial<br>SetEnv PATH "C:/oracle10gclient/bin"<br>SetEnv TNS_ADMIN "C:/oracle10gclient/network/admin"
<br>SetEnv ORACLE_SID "SDE91 SDE92 GLOBAL"<br>SetEnv ORACLE_BASE "C:/oracle10gclient"<br>SetEnv LD_LIBRARY_PATH "C:/oracle10gclient/lib"<br><br>And the file C:/oracle10gclient/network/admin/tns_admin.ora
<br><br>SDE =<br>  (DESCRIPTION =<br>    (ADDRESS_LIST =<br>      (ADDRESS = (PROTOCOL = TCP)(HOST = <a href="http://172.19.132.93">172.19.132.93</a>)(PORT = 1521))<br>    )<br>    (CONNECT_DATA =<br>      (SERVICE_NAME = SDE)
<br>    )<br>  )<br><br>In the access.log  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] "GET /cgi-bin/wms?REQUEST=GetCapabilities&SERVICE=WMS&&EXCEPTIONS=XML HTTP/1.1" 200 5789
<br><a href="http://127.0.0.1">127.0.0.1</a> - - [11/Oct/2007:11:58:59 +0200] "GET /cgi-bin/wms?REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.1.1&EXCEPTIONS=XML HTTP/1.1" 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&SERVICE=WMS&&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&SERVICE=WMS&VERSION=1.1.1&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&VERSION=1.1.1&REQUEST=GETMAP&LAYERS=AFOROS&SRS=EPSG:23030&BBOX=154590.0,4062740.0,579080.0,4300000.0&WIDTH=861&HEIGHT=482&FORMAT=image/png&STYLES=default&TRANSPARENT=TRUE">
http://localhost/cgi-bin/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GETMAP&LAYERS=AFOROS&SRS=EPSG:23030&BBOX=154590.0,4062740.0,579080.0,4300000.0&WIDTH=861&HEIGHT=482&FORMAT=image/png&STYLES=default&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>