<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Find task on table layer in AGSDynamicMapService in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/find-task-on-table-layer-in-agsdynamicmapservice/m-p/249144#M2351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The find operation is not supported on tables by ArcGIS Server REST API (as you verified URL in the browser). Hence, you won't be able to get AGSFindTask to work with tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2011 21:22:03 GMT</pubDate>
    <dc:creator>NimeshJarecha</dc:creator>
    <dc:date>2011-09-23T21:22:03Z</dc:date>
    <item>
      <title>Find task on table layer in AGSDynamicMapService</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/find-task-on-table-layer-in-agsdynamicmapservice/m-p/249143#M2350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to execute a find task on a table layer in an AGSDynamicMapService. I know the layer is running properly because I can query it without issue. When I try to run the find task, however, I get this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Error: Error Domain=NSCocoaErrorDomain Code=400 "Unable to complete&amp;nbsp; operation." UserInfo=0x6371fb0 {NSLocalizedFailureReason=Error, NSURL=[theURL]/MapServer/find?returnGeometry=false&amp;amp;contains=true&amp;amp;layers=180&amp;amp;searchFields=NAME_T&amp;amp;searchText=[theSearchText]&amp;amp;f=json, NSLocalizedDescription=Unable to complete&amp;nbsp; operation.}&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried pasting that URL into my browser and I got Error 400: Unable to complete operation, but couldn't find any more info in the server documentation. Does anyone know what might be causing this? Is there something that has to be enabled when the service is published?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 22:18:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/find-task-on-table-layer-in-agsdynamicmapservice/m-p/249143#M2350</guid>
      <dc:creator>RobertMartin2</dc:creator>
      <dc:date>2011-09-22T22:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Find task on table layer in AGSDynamicMapService</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/find-task-on-table-layer-in-agsdynamicmapservice/m-p/249144#M2351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The find operation is not supported on tables by ArcGIS Server REST API (as you verified URL in the browser). Hence, you won't be able to get AGSFindTask to work with tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 21:22:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/find-task-on-table-layer-in-agsdynamicmapservice/m-p/249144#M2351</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2011-09-23T21:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Find task on table layer in AGSDynamicMapService</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/find-task-on-table-layer-in-agsdynamicmapservice/m-p/249145#M2352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nimesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the response. I'm just little confused -- in the class reference for AGSFindTask it says:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This task performs text-based searches on an ArcGIS Server map service. The search can include both layers and tables in the map service.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So shouldn't the find task work here?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Sep 2011 00:04:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/find-task-on-table-layer-in-agsdynamicmapservice/m-p/249145#M2352</guid>
      <dc:creator>RobertMartin2</dc:creator>
      <dc:date>2011-09-24T00:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Find task on table layer in AGSDynamicMapService</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/find-task-on-table-layer-in-agsdynamicmapservice/m-p/249146#M2353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry for confusion. The class reference doc will be updated mentioning that only text based search on layers are supported.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 15:28:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/find-task-on-table-layer-in-agsdynamicmapservice/m-p/249146#M2353</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2011-09-26T15:28:10Z</dc:date>
    </item>
  </channel>
</rss>

