<span class="gmail_quote"></span>Hi list,<br><br>I already asked this question but didn't get any suggestions, please HELP ME!!!<br><br>In my school Cartoweb project, if my data come from the shapefile, it<br>is possible to
<br>identify the objects as many times as I want - application returns<br>attributes for each polygon according to METADATA object in the mapfile,<br>no problem, but if I try to identify the same data coming from PostGIS database,
<br>application returns query successfully just first time and for the<br>next try it fails:<br><br><br><br>Class : SoapFaultWrapper<br>Message : Attribute query returned no results. Layer: cons_auth,<br>idAttribute: gid, query: gid in ('2')
<br>Backtrace:<br><br>file: 254 - C:\wamp\www\cartoweb3\coreplugins\mapquery\server\ServerMapquery.php<br>call: ServerMapquery-&gt;queryLayerByAttributes(Object(ServerContext),<br>&quot;cons_auth&quot;, &quot;gid&quot;, &quot;gid in ('2')&quot;, False)
<br><br><br><br><br>gid 2 here is gid for my first polygon, which returned attributes<br>successfully, but why it looks for this<br>strange attribute &quot;gid in ('2')&quot; when I try to identify somethig second time???
<br><br><br><br>Any idea will be greatly appreciated<br><br>Thank you<br><br>Alex Kuznetsov<br>SSFC GIS student<br>