[mapserver-users] msOracleSpatialLayerWhichShapes(): OracleSpatial error

Agostino acsviluppo at yahoo.it
Thu May 13 20:11:04 EDT 2010


I'm using mapscript c# (mapserver 5.6.3) 

I want to highlight an element in my map and this is what i write 

layerObj lo = map.getLayer(i); 
lo.queryByAttributes(map, null, strQuery, mapscript.MS_MULTIPLE); 
map.drawQuery();  <--- The map image is generated with the highlighted
element. 

After i want to to clear my query and my code is: 
map.freeQuery(-1); 
map.drawQuery();  <--- throw error 

msOracleSpatialLayerWhichShapes(): OracleSpatial error. Error: ORA-00600:
codice di errore interno, argomenti: [17182], [0x2581CE802], [], [], [], [],
[], [] 
 . Query statement: SELECT ID, GEOMETRY FROM AAAMAMCOMU WHERE SDO_FILTER(
GEOMETRY, MDSYS.SDO_GEOMETRY(2003, :srid,
NULL,MDSYS.SDO_ELEM_INFO_ARRAY(1,1003,3),:ordinates ),'querytype=window') =
'TRUE' . Check your data statement. 
[Thu May 13 18:52:46 2010].621000 msDrawMap(): Image handling error. Failed
to draw layer named 'Limiti Comunali'. 

With mapserver 5.4 my code is ok. 

Thank you 
Agostino. 

-- 
View this message in context: http://osgeo-org.1803224.n2.nabble.com/msOracleSpatialLayerWhichShapes-OracleSpatial-error-tp5048929p5048929.html
Sent from the Mapserver - User mailing list archive at Nabble.com.


More information about the mapserver-users mailing list