<?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 Web Appbuilder &amp;quot;Error performing query operation&amp;quot; in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-quot-error-performing-query/m-p/474827#M12547</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Webapp (WAB 1.2 Developer's Edition on my own computer with the layers hosted through ArcGIS Online) that uses the Attribute Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It won't load attribute table data, giving me an "Error performing query operation" error after about 30 seconds or so as well as occasionally being slow to load the data itself. Is there a way to get this error to not come up when using the Attribute Table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like the spatial data itself is having a problem loading - the data is published as a service on in-house servers. The web map loads fairly quickly on ArcGIS Online (including viewing the Attribute Table in the AGOL map).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="137264" alt="attributeTableErrorPerfomingQueryOp.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/137264_attributeTableErrorPerfomingQueryOp.PNG" style="width: 620px; height: 279px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Nov 2015 16:14:49 GMT</pubDate>
    <dc:creator>MatissValdmanis1</dc:creator>
    <dc:date>2015-11-03T16:14:49Z</dc:date>
    <item>
      <title>Web Appbuilder "Error performing query operation"</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-quot-error-performing-query/m-p/474827#M12547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Webapp (WAB 1.2 Developer's Edition on my own computer with the layers hosted through ArcGIS Online) that uses the Attribute Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It won't load attribute table data, giving me an "Error performing query operation" error after about 30 seconds or so as well as occasionally being slow to load the data itself. Is there a way to get this error to not come up when using the Attribute Table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like the spatial data itself is having a problem loading - the data is published as a service on in-house servers. The web map loads fairly quickly on ArcGIS Online (including viewing the Attribute Table in the AGOL map).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="137264" alt="attributeTableErrorPerfomingQueryOp.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/137264_attributeTableErrorPerfomingQueryOp.PNG" style="width: 620px; height: 279px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 16:14:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-quot-error-performing-query/m-p/474827#M12547</guid>
      <dc:creator>MatissValdmanis1</dc:creator>
      <dc:date>2015-11-03T16:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Web Appbuilder "Error performing query operation"</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-quot-error-performing-query/m-p/474828#M12548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found a few reasons for the error. Primarily it has to do with the fact the feature class is too large and complex. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you open the attribute table for the layer from the Layer List widget, the Attribute Table widget calls the 'Shape' field, calling all the vertices' coordinates (even though you cannot see that data in the table). I confirmed this when going to the feature's REST endpoint in a browser and performing a simple query operation there - it bogged down because it was calling the feature's geometry (e.g.: its Shape field). If 'feature geometry' was disabled during the query, the query results would show up almost instantly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason the Attribute Table calls the Shape field is so that it can use the 'Zoom To' functionality. If you turn off the Shape field in your mxd and then publish the feature, the spatial features still show up and the Attribute Table widget works fine, but you will not have the 'Zoom To' functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found some work arounds:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In Web Appbuilder, edit the Attribute Table widget and select the table which as the &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"Error performing query operation" error and have it set to 'Show' - this seemed to solve the error, however you cannot turn off that table's tab in the Attribute Table widget. This is the solution I used.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Simplify the layer's geometry and re-publish your map service (this may create topology errors - gaps and overlaps), as well as creating a dataset that may be too coarse.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Reproject the feature to Web Mercator and republish (may create measurement errors) - this speeds up the App in general.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;A bug has been found in Web Appbuilder 1.2 - the Attribute Table widget's layer field schemas are defined by how you have configured each layer's popup: Only those fields visible in the popup will be visible in the Attribute Table widget. Any layers with popups enabled and configured did not seem to have the &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"Error performing query operation" error. I didn't use this solution as the layer could not have popups for my application.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Our map service was hosted on in-house servers using ArcGIS Server 10.1. It was suggested that increasing the SOC Heap Size and AppServer Heap Size would increase the data serving capabilities of the map service - thus making it is easier for the Web App's Attribute Table widget to call the feature's Shape field geometries (vertices). &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 23:01:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-quot-error-performing-query/m-p/474828#M12548</guid>
      <dc:creator>MatissValdmanis1</dc:creator>
      <dc:date>2015-11-06T23:01:29Z</dc:date>
    </item>
  </channel>
</rss>

