<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://<server>/mapserver520/terrestrial_ecology520?service=wms&request=getFeatureInfo&version=1.1.1&layers=BIOT_OCCR_TREES_AREA_SVW&query_layers=BIOT_OCCR_TREES_AREA_SVW&width=500&height=500&SRS=EPSG:4326&BBOX=-115.458612543896,49.1997596600283,-115.458021667689,49.2001915091176&x=200&y=200&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><?xml version='1.0' encoding="ISO-8859-1" standalone="no" ?><br><!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>"><br><ServiceExceptionReport version="1.1.1"><br><ServiceException><br>msSDELayerGetShape(): SDE error. SE_stream_fetch_row(): Invalid parameter<br>value passed to function. (-66)<br></ServiceException><br></ServiceExceptionReport><br><br><br><br>When doing a getFeatureInfo on a spatial layer, such as this..<br><br>http://<server>/mapserver520/terrestrial_ecology520?service=wms&request=getFeatureInfo&version=1.1.1&layers=BIOT_OCCR_MASKED_SENS_AREA_SP&query_layers=BIOT_OCCR_MASKED_SENS_AREA_SP&width=500&height=500&SRS=EPSG:4326&BBOX=-115.295184921231,49.1055064203968,-115.241763642305,49.1445500142613&x=200&y=200&info_format=text/plain<br><br>I get this..<br>GetFeatureInfo results:<br><br>Layer 'BIOT_OCCR_MASKED_SENS_AREA_SP'<br>  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>