<?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: Running a Select by Attribute Query in RCE returns a 404 error in Roads and Highways User Group (RHUG) Questions</title>
    <link>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/running-a-select-by-attribute-query-in-rce-returns/m-p/1059113#M479</link>
    <description>&lt;P&gt;Sorry the business unit issue was a different query issue in EE not a 404 error.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 May 2021 19:20:30 GMT</pubDate>
    <dc:creator>RyanKoschatzky</dc:creator>
    <dc:date>2021-05-18T19:20:30Z</dc:date>
    <item>
      <title>Running a Select by Attribute Query in RCE returns a 404 error</title>
      <link>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/running-a-select-by-attribute-query-in-rce-returns/m-p/1059104#M478</link>
      <description>&lt;P&gt;Hello RHUG,&lt;/P&gt;&lt;P&gt;We recently starting running into an issue where running a Select by Attribute Query in RCE will sometimes return a Status: 404 error. We have tried clearing cache and changing browsers, but we can't find a common theme that will trigger it or keep it from happening.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SamuelColdiron_0-1621363238015.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/13559iD87F7D1B7C5277AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SamuelColdiron_0-1621363238015.jpeg" alt="SamuelColdiron_0-1621363238015.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Has anyone run into this? Is there a query size limit in RCE? Thoughts?&lt;/P&gt;&lt;P&gt;Thank you for the help in advance,&lt;/P&gt;&lt;P&gt;Sam Coldiron and the Oklahoma DOT LRS Editing Team&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 18:41:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/running-a-select-by-attribute-query-in-rce-returns/m-p/1059104#M478</guid>
      <dc:creator>SamuelColdiron</dc:creator>
      <dc:date>2021-05-18T18:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Running a Select by Attribute Query in RCE returns a 404 error</title>
      <link>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/running-a-select-by-attribute-query-in-rce-returns/m-p/1059113#M479</link>
      <description>&lt;P&gt;Sorry the business unit issue was a different query issue in EE not a 404 error.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 19:20:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/running-a-select-by-attribute-query-in-rce-returns/m-p/1059113#M479</guid>
      <dc:creator>RyanKoschatzky</dc:creator>
      <dc:date>2021-05-18T19:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Running a Select by Attribute Query in RCE returns a 404 error</title>
      <link>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/running-a-select-by-attribute-query-in-rce-returns/m-p/1059123#M480</link>
      <description>&lt;P&gt;I do not remember the exact error we had but we ran into query length issues and had to modify the web.config on the web adaptor RCE was hitting.&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en/technical-article/000015245" target="_self"&gt;https://support.esri.com/en/technical-article/000015245&lt;/A&gt;&lt;/P&gt;&lt;P&gt;brian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;&amp;lt;system.web&amp;gt;         
    &amp;lt;!-- 8/12/20 bb https://support.esri.com/en/technical-article/000015245 --&amp;gt;
    &amp;lt;httpRuntime maxRequestLength="2097151" maxQueryStringLength="2097151" maxUrlLength="2097151" executionTimeout="100000" targetFramework="4.5" /&amp;gt;
    &amp;lt;!-- &amp;lt;httpRuntime maxUrlLength="2000" maxRequestLength="2097151" executionTimeout="100000" targetFramework="4.5" /&amp;gt; --&amp;gt;
&amp;lt;/system.web&amp;gt;

&amp;lt;system.webServer&amp;gt;
    &amp;lt;security&amp;gt;
         &amp;lt;requestFiltering&amp;gt;
	    &amp;lt;!-- 8/12/20 https://support.esri.com/en/technical-article/000015245 --&amp;gt;
            &amp;lt;requestLimits maxUrl="2097151" maxQueryString="2097151" maxAllowedContentLength="2147483648" /&amp;gt;
            &amp;lt;!-- &amp;lt;requestLimits maxAllowedContentLength="2147483648" /&amp;gt; --&amp;gt;
         &amp;lt;/requestFiltering&amp;gt;
     &amp;lt;/security&amp;gt;
&amp;lt;/system.webServer&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 18 May 2021 19:31:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/running-a-select-by-attribute-query-in-rce-returns/m-p/1059123#M480</guid>
      <dc:creator>bbieb</dc:creator>
      <dc:date>2021-05-18T19:31:04Z</dc:date>
    </item>
  </channel>
</rss>

