<?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 Possible Bug with Query Layer Attribute Table in Pro? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/possible-bug-with-query-layer-attribute-table-in/m-p/56597#M2355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a query layer in ArcGIS Pro from a feature hosted in our SDE that looks like so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;select&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;distinct&lt;/SPAN&gt; parcel_id&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; primary_address&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; shape &lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; parcel&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;parcels_master_mv &lt;SPAN class="keyword token"&gt;where&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; 
&lt;SPAN class="string token"&gt;'MANATEE COUNTY%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;OR&lt;/SPAN&gt; owner &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'MANATEE, COUNTY%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;OR&lt;/SPAN&gt; owner &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'COUNTY OF MANATEE%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;OR&lt;/SPAN&gt; owner &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%CEMETERY%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;OR&lt;/SPAN&gt; owner &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%CEMATERY%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;OR&lt;/SPAN&gt; owner &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'SIXA INV%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;OR&lt;/SPAN&gt; owner &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'TIITF%'&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;LUC &lt;SPAN class="operator token"&gt;IN&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'7600'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'8086'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'8600'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'9400'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'9500'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt;
 &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%MOSQUITO%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%PORT%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%AUTHORITY%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%HOUSING%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%HABITAT%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%AUDOBON%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%BANK%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%CHURCH%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%FAMILY%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%FARM%'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
 &lt;SPAN class="keyword token"&gt;order&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;by&lt;/SPAN&gt; parcel_id &lt;SPAN class="keyword token"&gt;desc&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why I believe there's a bug is because when I open the attribute table and start scrolling, I get an error a couple rows in that says&amp;nbsp;&lt;SPAN style="color: #595959; background-color: #ffffff; font-weight: 300;"&gt;"Failed to retrieve a page of rows." After I select okay, the attribute table crashes - and it does so at the same point every time&amp;nbsp;I reopen the table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #ffffff; font-weight: 300;"&gt;When I remove the "order by" command, I can scroll freely though the attribute table without error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to be very similar to this bug that was reported resolved with Pro 2.3:&amp;nbsp;&lt;A href="https://community.esri.com/thread/219699" target="_blank"&gt;What does "Failed to retrieve a page of rows" imply?&lt;/A&gt;&lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEwNjQxMA==" rel="nofollow noopener noreferrer" target="_blank"&gt;‌&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Dec 2021 22:09:17 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-12-10T22:09:17Z</dc:date>
    <item>
      <title>Possible Bug with Query Layer Attribute Table in Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/possible-bug-with-query-layer-attribute-table-in/m-p/56597#M2355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a query layer in ArcGIS Pro from a feature hosted in our SDE that looks like so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;select&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;distinct&lt;/SPAN&gt; parcel_id&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; primary_address&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; shape &lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; parcel&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;parcels_master_mv &lt;SPAN class="keyword token"&gt;where&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; 
&lt;SPAN class="string token"&gt;'MANATEE COUNTY%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;OR&lt;/SPAN&gt; owner &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'MANATEE, COUNTY%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;OR&lt;/SPAN&gt; owner &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'COUNTY OF MANATEE%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;OR&lt;/SPAN&gt; owner &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%CEMETERY%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;OR&lt;/SPAN&gt; owner &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%CEMATERY%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;OR&lt;/SPAN&gt; owner &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'SIXA INV%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;OR&lt;/SPAN&gt; owner &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'TIITF%'&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;LUC &lt;SPAN class="operator token"&gt;IN&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'7600'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'8086'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'8600'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'9400'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'9500'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt;
 &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%MOSQUITO%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%PORT%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%AUTHORITY%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%HOUSING%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%HABITAT%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%AUDOBON%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%BANK%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%CHURCH%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%FAMILY%'&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; UPPER&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owner&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%FARM%'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
 &lt;SPAN class="keyword token"&gt;order&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;by&lt;/SPAN&gt; parcel_id &lt;SPAN class="keyword token"&gt;desc&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why I believe there's a bug is because when I open the attribute table and start scrolling, I get an error a couple rows in that says&amp;nbsp;&lt;SPAN style="color: #595959; background-color: #ffffff; font-weight: 300;"&gt;"Failed to retrieve a page of rows." After I select okay, the attribute table crashes - and it does so at the same point every time&amp;nbsp;I reopen the table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #ffffff; font-weight: 300;"&gt;When I remove the "order by" command, I can scroll freely though the attribute table without error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to be very similar to this bug that was reported resolved with Pro 2.3:&amp;nbsp;&lt;A href="https://community.esri.com/thread/219699" target="_blank"&gt;What does "Failed to retrieve a page of rows" imply?&lt;/A&gt;&lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEwNjQxMA==" rel="nofollow noopener noreferrer" target="_blank"&gt;‌&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:09:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/possible-bug-with-query-layer-attribute-table-in/m-p/56597#M2355</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-10T22:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Possible Bug with Query Layer Attribute Table in Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/possible-bug-with-query-layer-attribute-table-in/m-p/56598#M2356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lea, did you follow the related and buried thread?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/222727-error-opening-table-in-pro-failed-to-retrieve-a-page-of-rows"&gt;https://community.esri.com/thread/222727-error-opening-table-in-pro-failed-to-retrieve-a-page-of-rows&lt;/A&gt; it has more recent posts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2019 19:36:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/possible-bug-with-query-layer-attribute-table-in/m-p/56598#M2356</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-03-29T19:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Possible Bug with Query Layer Attribute Table in Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/possible-bug-with-query-layer-attribute-table-in/m-p/56599#M2357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan - I've defined the primary key as parcel_id (which does have duplicate values in the original dataset), but I made sure to call distinct values in the query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could Pro somehow be picking up on duplicates in the background when the query runs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2019 19:42:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/possible-bug-with-query-layer-attribute-table-in/m-p/56599#M2357</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-03-29T19:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Possible Bug with Query Layer Attribute Table in Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/possible-bug-with-query-layer-attribute-table-in/m-p/56600#M2358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lea, don't use query layers, but it first Note in this link&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/data/query-layers/choose-unique-identifier.htm" title="https://pro.arcgis.com/en/pro-app/help/data/query-layers/choose-unique-identifier.htm"&gt;Choose a unique identifier field—Query layers | ArcGIS Desktop&lt;/A&gt; might be an issue so I don't understand how distinct would handle this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2019 20:01:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/possible-bug-with-query-layer-attribute-table-in/m-p/56600#M2358</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-03-29T20:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Possible Bug with Query Layer Attribute Table in Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/possible-bug-with-query-layer-attribute-table-in/m-p/56601#M2359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess is that it is tied to your use of DISTINCT and ORDER BY.&amp;nbsp; Since query layers are dynamic, the SQL you use to define the layer is constantly being called to retrieve records.&amp;nbsp; Mixing DISTINCT and ORDER BY is messy because both involve sorting, but typically each sorts using a different mechanism.&amp;nbsp; My guess is that the records being returned by the query are changing during one of the subsequent calls of the SQL statement, and that having different records returned is causing an issue with some kind of internal processing by ArcGIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you read &lt;A class="link-titled" href="https://blog.jooq.org/2018/07/13/how-sql-distinct-and-order-by-are-related/" title="https://blog.jooq.org/2018/07/13/how-sql-distinct-and-order-by-are-related/"&gt;How SQL DISTINCT and ORDER BY are Related – Java, SQL and jOOQ.&lt;/A&gt;&amp;nbsp; and consider restructuring your SQL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2019 20:14:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/possible-bug-with-query-layer-attribute-table-in/m-p/56601#M2359</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-03-29T20:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Possible Bug with Query Layer Attribute Table in Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/possible-bug-with-query-layer-attribute-table-in/m-p/56602#M2360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lea - in some of the Support Services cases I've been reviewing it mentions the issue was resolved "by changing query to exclude duplicates on the unique id, enhancement request also logged.&amp;nbsp; ENH-000119340:&amp;nbsp; Customer requests behavior in Pro be changed to be the same as ArcMap when adding a query layer with duplicate OID rows."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2019 22:54:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/possible-bug-with-query-layer-attribute-table-in/m-p/56602#M2360</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2019-03-29T22:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Possible Bug with Query Layer Attribute Table in Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/possible-bug-with-query-layer-attribute-table-in/m-p/56603#M2361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If all else fails, try create a new id field and populate with row_number().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2019 23:18:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/possible-bug-with-query-layer-attribute-table-in/m-p/56603#M2361</guid>
      <dc:creator>YungKaiChin</dc:creator>
      <dc:date>2019-03-29T23:18:37Z</dc:date>
    </item>
  </channel>
</rss>

