<?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: Will eSearch 3.0 time out on a WMS? in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-3-0-time-out-on-a-wms/m-p/393342#M11278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The real correct answer is that NC One Map switched over their service URLs several weeks ago from DOT com to DOT gov.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the WMS layer I was pointing at is &lt;A href="http://services.nconemap.gov/arcgis/rest/services/NC1Map_Parcels/MapServer/1" title="http://services.nconemap.gov/arcgis/rest/services/NC1Map_Parcels/MapServer/1"&gt;http://services.nconemap.gov/arcgis/rest/services/NC1Map_Parcels/MapServer/1&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works well now!&amp;nbsp; Thanks to David Giordano at NC One Map for helping me sort this out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2015 19:03:10 GMT</pubDate>
    <dc:creator>AndrewEdmonds</dc:creator>
    <dc:date>2015-06-25T19:03:10Z</dc:date>
    <item>
      <title>Will eSearch 3.0 time out on a WMS?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-3-0-time-out-on-a-wms/m-p/393336#M11272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all, I am using Robert Scheitlin's eSearch widget (version 3.0), which is hanging (or maybe timing out?) on a single WMS.&amp;nbsp; I hope there is an obvious solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the WMS I am querying: &lt;A href="http://services.nconemap.gov/arcgis/rest/services/NC1Map_Parcels/MapServer/2" title="http://services.nconemap.gov/arcgis/rest/services/NC1Map_Parcels/MapServer/2"&gt;http://services.nconemap.gov/arcgis/rest/services/NC1Map_Parcels/MapServer/2&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It contains parcel boundaries for all 100 counties in the State of North Carolina.&amp;nbsp; The last time I know my widget was working was when the service had 25 counties' worth of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no issue running a query against the WMS from the query URL, although it takes about 45 seconds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://services.nconemap.gov/arcgis/rest/services/NC1Map_Parcels/MapServer/2/query" title="http://services.nconemap.gov/arcgis/rest/services/NC1Map_Parcels/MapServer/2/query"&gt;http://services.nconemap.gov/arcgis/rest/services/NC1Map_Parcels/MapServer/2/query&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CNTYNAME LIKE 'Wake' AND SITEADD LIKE '109 E%'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within my Flex Viewer, however, the widget hangs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That service does have a parcel centroids point layer with all the same attributes.&amp;nbsp; I can run the same query against this (layer 1) and return values in half the time.&amp;nbsp; The eSearch widget still hangs, though, when querying this point layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a built-in time limit for the eSearch widget?&amp;nbsp; Is there anything else I am missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;--ASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS My code is attached.&amp;nbsp; It looked wacky when I tried to embed it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 18:10:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-3-0-time-out-on-a-wms/m-p/393336#M11272</guid>
      <dc:creator>AndrewEdmonds</dc:creator>
      <dc:date>2015-06-24T18:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Will eSearch 3.0 time out on a WMS?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-3-0-time-out-on-a-wms/m-p/393337#M11273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; What I am finding is that you have the wrong field name for two of your fields you are attempting to return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;field name="SUBDIVISIONC"&amp;nbsp; alias="Subdivision"&amp;nbsp; gridfield="true" /&amp;gt;&lt;/P&gt;&lt;P&gt;should be:&lt;/P&gt;&lt;P&gt;&amp;lt;field name="SUBDIVISIO"&amp;nbsp; alias="Subdivision"&amp;nbsp; gridfield="true" /&amp;gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&amp;lt;field name="SOURCEAGENTC"&amp;nbsp; alias="Data source"&amp;nbsp; gridfield="true" /&amp;gt;&lt;/P&gt;&lt;P&gt;should be:&lt;/P&gt;&lt;P&gt;&amp;lt;field name="SOURCEAGNT"&amp;nbsp; alias="Data source"&amp;nbsp; gridfield="true" /&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 18:26:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-3-0-time-out-on-a-wms/m-p/393337#M11273</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-24T18:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Will eSearch 3.0 time out on a WMS?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-3-0-time-out-on-a-wms/m-p/393338#M11274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for finding those spelling mistakes, Robert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've set &amp;lt;fields all="true"&amp;gt; and commented out the fields names, but am still experiencing the same issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 19:25:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-3-0-time-out-on-a-wms/m-p/393338#M11274</guid>
      <dc:creator>AndrewEdmonds</dc:creator>
      <dc:date>2015-06-24T19:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Will eSearch 3.0 time out on a WMS?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-3-0-time-out-on-a-wms/m-p/393339#M11275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The map service itself seems to be very sporadic... Right now the rest end point for the service will not even come up.. This may be the main issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 20:24:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-3-0-time-out-on-a-wms/m-p/393339#M11275</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-24T20:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Will eSearch 3.0 time out on a WMS?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-3-0-time-out-on-a-wms/m-p/393340#M11276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for confirming that, Robert.&amp;nbsp; I don't know much about WMS management.&amp;nbsp; How do I go about encouraging NC One Map to improve the reliability of their service?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 11:15:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-3-0-time-out-on-a-wms/m-p/393340#M11276</guid>
      <dc:creator>AndrewEdmonds</dc:creator>
      <dc:date>2015-06-25T11:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Will eSearch 3.0 time out on a WMS?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-3-0-time-out-on-a-wms/m-p/393341#M11277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; have them check their ArcGIS Server logs and see how often the service is failing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 11:54:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-3-0-time-out-on-a-wms/m-p/393341#M11277</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-25T11:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Will eSearch 3.0 time out on a WMS?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-3-0-time-out-on-a-wms/m-p/393342#M11278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The real correct answer is that NC One Map switched over their service URLs several weeks ago from DOT com to DOT gov.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the WMS layer I was pointing at is &lt;A href="http://services.nconemap.gov/arcgis/rest/services/NC1Map_Parcels/MapServer/1" title="http://services.nconemap.gov/arcgis/rest/services/NC1Map_Parcels/MapServer/1"&gt;http://services.nconemap.gov/arcgis/rest/services/NC1Map_Parcels/MapServer/1&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works well now!&amp;nbsp; Thanks to David Giordano at NC One Map for helping me sort this out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 19:03:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-3-0-time-out-on-a-wms/m-p/393342#M11278</guid>
      <dc:creator>AndrewEdmonds</dc:creator>
      <dc:date>2015-06-25T19:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Will eSearch 3.0 time out on a WMS?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-3-0-time-out-on-a-wms/m-p/393343#M11279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Great news. Glad you got it worked out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 19:06:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-3-0-time-out-on-a-wms/m-p/393343#M11279</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-25T19:06:31Z</dc:date>
    </item>
  </channel>
</rss>

