<font face="'PrimaSans BT,Verdana,sans-serif'"><br>I am wondering if anyone else has come across this while using the ArcSDE<br>Datastore:<br>I am trying to get a text/plain result from a getFeatureInfo. I get two<br>types of results depending on whether the sde layer is an actual spatial<br>layer or a spatial view (based on a join within oracle).<br><br>Here is a request to a spatial view..<br><br>http://&lt;server&gt;/mapserver520/terrestrial_ecology520?service=wms&amp;request=getFeatureInfo&amp;version=1.1.1&amp;layers=BIOT_OCCR_TREES_AREA_SVW&amp;query_layers=BIOT_OCCR_TREES_AREA_SVW&amp;width=500&amp;height=500&amp;SRS=EPSG:4326&amp;BBOX=-115.458612543896,49.1997596600283,-115.458021667689,49.2001915091176&amp;x=200&amp;y=200&amp;info_format=text/plain
<br><br>And this is the result:<br><br>Layer 'BIOT_OCCR_TREES_AREA_SVW'<br>Content-type: application/vnd.ogc.se_xml<br><br>&lt;?xml version='1.0' encoding="ISO-8859-1" standalone="no" ?&gt;<br>&lt;!DOCTYPE ServiceExceptionReport SYSTEM<br>"<a href="http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd" target="l">http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd</a>"&gt;<br>&lt;ServiceExceptionReport version="1.1.1"&gt;<br>&lt;ServiceException&gt;<br>msSDELayerGetShape(): SDE error. SE_stream_fetch_row(): Invalid parameter<br>value passed to function. (-66)<br>&lt;/ServiceException&gt;<br>&lt;/ServiceExceptionReport&gt;<br><br><br><br>When doing a getFeatureInfo on a spatial layer, such as this..<br><br>http://&lt;server&gt;/mapserver520/terrestrial_ecology520?service=wms&amp;request=getFeatureInfo&amp;version=1.1.1&amp;layers=BIOT_OCCR_MASKED_SENS_AREA_SP&amp;query_layers=BIOT_OCCR_MASKED_SENS_AREA_SP&amp;width=500&amp;height=500&amp;SRS=EPSG:4326&amp;BBOX=-115.295184921231,49.1055064203968,-115.241763642305,49.1445500142613&amp;x=200&amp;y=200&amp;info_format=text/plain<br><br>I get this..<br>GetFeatureInfo results:<br><br>Layer 'BIOT_OCCR_MASKED_SENS_AREA_SP'<br>&nbsp; Feature 1278361: <br><br><br>Are there limitations on how mapserver can handle spatial views in<br>ArcSDE/Oracle?<br><br>Many thanks, <br>Michelle<br>--This is similary to Ticket #536 http://trac.osgeo.org/mapserver/ticket/536 except it is specific to spatial views.<br></font>