Hi Tim<br><br>I used it before too, but its send to me a blank image.<br><br>This is the output command:<br><br>C:\ms4w\tools\mapserv&gt;shp2img.exe -m ..\..\maps\map\wms.map -i png -o prueba.png -all_debug 4<br>msDrawMap(): Drawing Label Cache, 
0.000s<br>msDrawMap() total time: 0.000s<br>msFreeMap(): freeing map at 0145B630.<br><br>No errors?<br><br>Thxs<br><div><span class="gmail_quote">2007/10/11, Nolte, Tim &lt;<a href="mailto:Tim.Nolte@ipcswirelessinc.com">Tim.Nolte@ipcswirelessinc.com
</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Jose,<br><br>When I was working trying to get Oracle 10g working with MapServer I turned to using SHP2IMG for testing against my mapfile. So on the server/machine you have MapServer installed on, call shp2img...specifying your mapfile and make sure to tell it to return debugging information. This has helped to clue me in on issue with my mapfile/mapserver.
<br><br>----<br>Timothy J Nolte - <a href="mailto:tnolte@ilpcs.com">tnolte@ilpcs.com</a><br>Associate Network Planning Engineer<br><br>iPCS Wireless, Inc.<br>4717 Broadmoor Ave, Suite G<br>Kentwood, MI 49512<br><br>Office: 616-656-5163
<br>PCS:&nbsp;&nbsp;&nbsp;&nbsp;616-706-2438<br>Fax:&nbsp;&nbsp;&nbsp;&nbsp;616-554-6484<br>Web: <a href="http://www.ipcswirelessinc.com">www.ipcswirelessinc.com</a><br><br><br>-----Original Message-----<br>From: UMN MapServer Users List [mailto:<a href="mailto:MAPSERVER-USERS@LISTS.UMN.EDU">
MAPSERVER-USERS@LISTS.UMN.EDU</a>] On Behalf Of José Ramón López<br>Sent: Thursday, October 11, 2007 6:12 AM<br>To: <a href="mailto:MAPSERVER-USERS@LISTS.UMN.EDU">MAPSERVER-USERS@LISTS.UMN.EDU</a><br>Subject: [UMN_MAPSERVER-USERS] Mapserver 5 with Oracle10g or ArcSDE 
9.2<br><br>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;&nbsp;NAME AFOROS<br>&nbsp;&nbsp;&nbsp;&nbsp;GROUP &quot;Redes.Ctrl&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;TYPE POINT<br>&nbsp;&nbsp;&nbsp;&nbsp;CONNECTIONTYPE oraclespatial<br>&nbsp;&nbsp;&nbsp;&nbsp;CONNECTION &#39;user/pass@SDE&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;DATA &#39;SHAPE FROM AFOROS USING UNIQUE OBJECTID&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DUMP TRUE
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DEBUG ON<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PROCESSING &quot;CLOSE_CONNECTION=DEFER&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TRANSPARENCY 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PROJECTION<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;init=EPSG:23030&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;STYLE
<br>&nbsp;&nbsp;&nbsp;&nbsp;&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;&nbsp;&nbsp;&nbsp;&nbsp;SIZE 10<br>&nbsp;&nbsp;&nbsp;&nbsp;&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;&nbsp;&nbsp;&nbsp;END<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NAME &#39;Aforos&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;METADATA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;wms_title&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Aforos&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;wms_group_title&quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot;Redes de Control&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;wms_keywordlist&quot;&nbsp;&nbsp;&nbsp;&nbsp; &quot;WMS Aforos&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;wms_srs&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;EPSG:23030&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;wms_extent&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;154590 4062740 579080 4300000&quot;
<br>&nbsp;&nbsp;&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;&nbsp;(DESCRIPTION =<br>&nbsp;&nbsp;&nbsp;&nbsp;(ADDRESS_LIST =<br>&nbsp;&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;&nbsp;)<br>&nbsp;&nbsp;&nbsp;&nbsp;(CONNECT_DATA =<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(SERVICE_NAME = SDE)
<br>&nbsp;&nbsp;&nbsp;&nbsp;)<br>&nbsp;&nbsp;)<br><br>In the access.log&nbsp;&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> &lt;<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>&gt;<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><br></blockquote></div><br>