<?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: Excute ServiceFeatureTable.QueryFeatureAsync Catch Exception in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715783#M9006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the ArcGIS Runtime 100.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2017 10:27:01 GMT</pubDate>
    <dc:creator>xiaoguangyan</dc:creator>
    <dc:date>2017-08-30T10:27:01Z</dc:date>
    <item>
      <title>Excute ServiceFeatureTable.QueryFeatureAsync Catch Exception</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715780#M9003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, when I excute the below codes, somethimes it will catch the "Invalid URI: URI string too long" exception.&lt;/P&gt;&lt;P&gt;QueryParameters queryParams = new QueryParameters()&lt;BR /&gt; {&lt;BR /&gt; WhereClause="name like '%"+ (stateName.ToUpper()) + "%'",&lt;/P&gt;&lt;P&gt;Geometry=searchGeometry&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;// Query the feature table &lt;BR /&gt; FeatureQueryResult queryResult = await _featureTable.QueryFeaturesAsync(queryParams);&lt;/P&gt;&lt;P&gt;I don't konw this is because there is something wrong with&amp;nbsp;my input geometry or some else?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:00:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715780#M9003</guid>
      <dc:creator>xiaoguangyan</dc:creator>
      <dc:date>2017-08-21T13:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Excute ServiceFeatureTable.QueryFeatureAsync Catch Exception</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715781#M9004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to reproduce, what's the 'stateName' value, and could you share the Geometry as Json? (searchGeometry.ToJson())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also which version of the ArcGIS Runtime are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 18:55:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715781#M9004</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-08-23T18:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Excute ServiceFeatureTable.QueryFeatureAsync Catch Exception</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715782#M9005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Hi, sorry, actually I want to query a point ServiceFeatureTable within a polygon geometry, my codes like below, Geometry Jsons are attached&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;var queryParameters = new QueryParameters&lt;BR /&gt;{&lt;BR /&gt;Geometry = bufferGeometry,&lt;BR /&gt;SpatialRelationship = SpatialRelationship.Intersects,&lt;BR /&gt;//MaxFeatures = 50&lt;BR /&gt;};&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;FeatureQueryResult queryResult = await _featureTable.QueryFeaturesAsync(queryParameters);&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;it will catch the "Invalid URI: URI string too long" exception.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 14:05:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715782#M9005</guid>
      <dc:creator>xiaoguangyan</dc:creator>
      <dc:date>2017-08-24T14:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Excute ServiceFeatureTable.QueryFeatureAsync Catch Exception</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715783#M9006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the ArcGIS Runtime 100.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 10:27:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715783#M9006</guid>
      <dc:creator>xiaoguangyan</dc:creator>
      <dc:date>2017-08-30T10:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Excute ServiceFeatureTable.QueryFeatureAsync Catch Exception</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715784#M9007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has there been any resolution for this?&amp;nbsp; I have the same problem with Runtime 100.2.&amp;nbsp; I'm sure it has to do with the complexity of the query geometry - the query runs fine with a simple geometry, but I get the "URI string too long" error with a complex geometry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 19:08:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715784#M9007</guid>
      <dc:creator>RussellSchwab</dc:creator>
      <dc:date>2018-06-01T19:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Excute ServiceFeatureTable.QueryFeatureAsync Catch Exception</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715785#M9008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3050"&gt;Morten Nielsen&lt;/A&gt;‌ I am having the same issue. In Runtime 10.2.x, if my map service has a limit of 1,000 features, that 1k will be returned, but when it has a max return record count of 50k, I get back zero results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now decided to test against 100.4, and I get the same exception mentioned above. The size of the shape does not seem to be the problem. My original shape has 900+ rings and this fails. When I attempt an overlap with the extent of this complex shape, I get back results the 50k max.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am happy to&amp;nbsp;share the service I am testing against, as well as the geometry in question, but this will need to be in a private forum due to it being sensitive data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2018 23:07:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715785#M9008</guid>
      <dc:creator>SalieghAziz</dc:creator>
      <dc:date>2018-11-19T23:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Excute ServiceFeatureTable.QueryFeatureAsync Catch Exception</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715786#M9009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Saliegh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;Yes, I remember that if the input geometry has too much rings it would get exception&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2018 01:54:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715786#M9009</guid>
      <dc:creator>xiaoguangyan</dc:creator>
      <dc:date>2018-11-20T01:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Excute ServiceFeatureTable.QueryFeatureAsync Catch Exception</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715787#M9010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/274145"&gt;xiaoguang yan&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;How did you resolve the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2018 10:02:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715787#M9010</guid>
      <dc:creator>SalieghAziz</dc:creator>
      <dc:date>2018-11-20T10:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Excute ServiceFeatureTable.QueryFeatureAsync Catch Exception</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715788#M9011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A _jive_internal="true" data-avatarid="3059" data-externalid="" data-online="false" data-presence="null" data-userid="105474" data-username="salieghaziz531" href="https://community.esri.com/people/salieghaziz531" style="color: inherit; background-color: #ffffff; border: 0px; font-weight: bold; text-decoration: none; font-size: 14px;"&gt;Saliegh&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;created a custom gp tool to solve this&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2018 07:33:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/excute-servicefeaturetable-queryfeatureasync-catch/m-p/715788#M9011</guid>
      <dc:creator>xiaoguangyan</dc:creator>
      <dc:date>2018-11-21T07:33:06Z</dc:date>
    </item>
  </channel>
</rss>

