<?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: Identify Widget 3.4: No Results Found Message in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584964#M16711</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Daniel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; When you tried just two layer... Are both of them visible in the map?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Aug 2013 19:16:15 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2013-08-23T19:16:15Z</dc:date>
    <item>
      <title>Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584961#M16708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The 'No Results Found' message keeps popping up when after identifying features. Results are returned (see attached image), but the message keeps popping up. If I remove a record it will update the results and display the number of records found. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]26931[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Due to the thread text length limit, I could only included certian sewer layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;?xml version="1.0" ?&amp;gt; &amp;lt;!-- encoding="UTF-8" --&amp;gt; &amp;lt;configuration&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;identifylayeroption&amp;gt;visible&amp;lt;/identifylayeroption&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;identifytolerance&amp;gt;10&amp;lt;/identifytolerance&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;defaultzoomscale&amp;gt;5000&amp;lt;/defaultzoomscale&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;keepidentifyactive&amp;gt;true&amp;lt;/keepidentifyactive&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;returngeometryforzoom&amp;gt;true&amp;lt;/returngeometryforzoom&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;enablelineselect&amp;gt;true&amp;lt;/enablelineselect&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;enableextentselect&amp;gt;true&amp;lt;/enableextentselect&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;enablepolyselect&amp;gt;true&amp;lt;/enablepolyselect&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;enablecircleselect&amp;gt;true&amp;lt;/enablecircleselect&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;enableellipseselect&amp;gt;true&amp;lt;/enableellipseselect&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;enablemouseovergraphicsinfo&amp;gt;false&amp;lt;/enablemouseovergraphicsinfo&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;enablemouseoverrecordinfo&amp;gt;true&amp;lt;/enablemouseoverrecordinfo&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;enablegraphicclickinfo&amp;gt;true&amp;lt;/enablegraphicclickinfo&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;usemaptime&amp;gt;false&amp;lt;/usemaptime&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;infoautoclosemilliseconds&amp;gt;2000&amp;lt;/infoautoclosemilliseconds&amp;gt;&amp;lt;!-- 2 seconds --&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;autoactivatedtool&amp;gt;mappoint&amp;lt;/autoactivatedtool&amp;gt;&amp;lt;!-- possible values are extent or polygon or mappoint or polyline or nothing --&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;excludebasemaps&amp;gt;true&amp;lt;/excludebasemaps&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;disablepopuplinks&amp;gt;false&amp;lt;/disablepopuplinks&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;disablelayerdropdown&amp;gt;false&amp;lt;/disablelayerdropdown&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;disablealllayerschoice&amp;gt;false&amp;lt;/disablealllayerschoice&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;replacenullswithemptystring&amp;gt;true&amp;lt;/replacenullswithemptystring&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;labels&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;zoom2message&amp;gt;Click to Zoom to Point&amp;lt;/zoom2message&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;identifylabel&amp;gt;Identify&amp;lt;/identifylabel&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resultslabel&amp;gt;Results&amp;lt;/resultslabel&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;descriptionlabel&amp;gt;Use the identify tool to identify features on the map:&amp;lt;/descriptionlabel&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;pointlabel&amp;gt;Identify by Point&amp;lt;/pointlabel&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;linelabel&amp;gt;Identify by Polyline&amp;lt;/linelabel&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rectlabel&amp;gt;Identify by Rectangle&amp;lt;/rectlabel&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;polylabel&amp;gt;Identify by Polygon&amp;lt;/polylabel&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;circlelabel&amp;gt;Identify by Circle&amp;lt;/circlelabel&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ellipselabel&amp;gt;Identify by Ellipse&amp;lt;/ellipselabel&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;clearlabel&amp;gt;Clear&amp;lt;/clearlabel&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;loadinglabel&amp;gt;Loading...&amp;lt;/loadinglabel&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;removeresultmessage&amp;gt;Remove Result&amp;lt;/removeresultmessage&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;idfrom&amp;gt;Identify From&amp;lt;/idfrom&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;noresultsfoundlabel&amp;gt;No Results Found&amp;lt;/noresultsfoundlabel&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resultsfoundlabel&amp;gt;Results Found&amp;lt;/resultsfoundlabel&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;alllayers&amp;gt;All Layers&amp;lt;/alllayers&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layersremaining&amp;gt;layers remaining:&amp;lt;/layersremaining&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/labels&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;useproxy&amp;gt;&amp;lt;!-- Enter the label of the MapService from the main config.xml --&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&amp;lt;proxymapservice label="Imagery" /&amp;gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;proxymapservice label="Streets" /&amp;gt; --&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/useproxy&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Sewer Layers --&amp;gt;&amp;nbsp; &amp;lt;layers onlythese="true"&amp;gt; &amp;lt;!--&amp;nbsp;&amp;nbsp; &amp;lt;excludelayer name="AerialHybrid_2009" /&amp;gt; --&amp;gt; &amp;lt;!--&amp;nbsp;&amp;nbsp; &amp;lt;excludelayer name="AerialHybrid_2011" /&amp;gt; --&amp;gt; &amp;lt;!--&amp;nbsp;&amp;nbsp; &amp;lt;excludelayer name="AerialLayer_2009" /&amp;gt; --&amp;gt; &amp;lt;!--&amp;nbsp;&amp;nbsp; &amp;lt;excludelayer name="AerialLayer_2011" /&amp;gt; --&amp;gt; &amp;lt;!--&amp;nbsp;&amp;nbsp; &amp;lt;excludelayer name="BaseLayers" /&amp;gt; --&amp;gt; &amp;lt;!--&amp;nbsp;&amp;nbsp; &amp;lt;excludelayer name="Routes" /&amp;gt; --&amp;gt; &amp;lt;!--&amp;nbsp;&amp;nbsp; &amp;lt;excludelayer name="Notifications" /&amp;gt; --&amp;gt; &amp;lt;!--&amp;nbsp;&amp;nbsp; &amp;lt;excludelayer name="CostSharingLayers" /&amp;gt; --&amp;gt; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;layer&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Sewer Manhole&amp;lt;/name&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;11&amp;lt;/id&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;url&amp;gt;http://server/svr/rest/services/UtilityLayers/MapServer&amp;lt;/url&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;fields all="false"&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Rim elevation" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="As-built #" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="As-built link" popuponly="true" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Manhole # (as-built)" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Status" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Owned and maintained by" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Comments" /&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt;&amp;nbsp; &amp;nbsp; &amp;lt;layer&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Sewer Tee, Tap or Cross&amp;lt;/name&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;18&amp;lt;/id&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;url&amp;gt;http://server/svr/rest/services/UtilityLayers/MapServer&amp;lt;/url&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;fields all="false"&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Type of fitting" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Size" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Material" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="As-built #" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="As-built link" popuponly="true" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Status" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Owned and maintained by" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Comments" /&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;links&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link includeinresults="false" field="As-built link" alias="Copy As-built" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tooltip="Copy As-built"&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;linkprefix&amp;gt;&amp;lt;/linkprefix&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;linksuffix&amp;gt;&amp;lt;/linksuffix&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;iconfield&amp;gt;&amp;lt;/iconfield&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;iconprefix&amp;gt;&amp;lt;/iconprefix&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;iconsuffix&amp;gt;assets/images/dwgIcon.png&amp;lt;/iconsuffix&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/link&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;/links&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;zoomscale&amp;gt;15000&amp;lt;/zoomscale&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;forcescale&amp;gt;true&amp;lt;/forcescale&amp;gt; &amp;nbsp; &amp;lt;/layer&amp;gt; &amp;nbsp; &amp;lt;layer&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Sewer Locate Wire&amp;lt;/name&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;20&amp;lt;/id&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;url&amp;gt;http://server/svr/rest/services/UtilityLayers/MapServer&amp;lt;/url&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;fields all="false"&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Type of locate device" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="As-built #" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="As-built link" popuponly="true" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Owned and maintained by" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Comments" /&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;links&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link includeinresults="false" field="As-built link" alias="Copy As-built" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tooltip="Copy As-built"&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;linkprefix&amp;gt;&amp;lt;/linkprefix&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;linksuffix&amp;gt;&amp;lt;/linksuffix&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;iconfield&amp;gt;&amp;lt;/iconfield&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;iconprefix&amp;gt;&amp;lt;/iconprefix&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;iconsuffix&amp;gt;assets/images/dwgIcon.png&amp;lt;/iconsuffix&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/link&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;/links&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;zoomscale&amp;gt;15000&amp;lt;/zoomscale&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;forcescale&amp;gt;true&amp;lt;/forcescale&amp;gt; &amp;nbsp; &amp;lt;/layer&amp;gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;layer&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Gravity Main&amp;lt;/name&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;29&amp;lt;/id&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;url&amp;gt;http://server/svr/rest/services/UtilityLayers/MapServer&amp;lt;/url&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;fields all="false"&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Size" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Material" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Rating of pipe" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Upstream Invert" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Downstream Invert" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="As-built #" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="As-built link" popuponly="true" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Status" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Owned and maintained by" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Comments" /&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;links&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link includeinresults="false" field="As-built link" alias="Copy As-built" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tooltip="Copy As-built"&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;linkprefix&amp;gt;&amp;lt;/linkprefix&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;linksuffix&amp;gt;&amp;lt;/linksuffix&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;iconfield&amp;gt;&amp;lt;/iconfield&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;iconprefix&amp;gt;&amp;lt;/iconprefix&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;iconsuffix&amp;gt;assets/images/dwgIcon.png&amp;lt;/iconsuffix&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/link&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;/links&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;zoomscale&amp;gt;15000&amp;lt;/zoomscale&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;forcescale&amp;gt;true&amp;lt;/forcescale&amp;gt; &amp;nbsp; &amp;lt;/layer&amp;gt; &amp;nbsp; &amp;lt;layer&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Force Main&amp;lt;/name&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;32&amp;lt;/id&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;url&amp;gt;http://server/svr/rest/services/UtilityLayers/MapServer&amp;lt;/url&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;fields all="false"&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Size" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Material" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Rating of pipe" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="As-built #" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="As-built link" popuponly="true" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Status" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Owned and maintained by" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Comments" /&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;links&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link includeinresults="false" field="As-built link" alias="Copy As-built" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tooltip="Copy As-built"&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;linkprefix&amp;gt;&amp;lt;/linkprefix&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;linksuffix&amp;gt;&amp;lt;/linksuffix&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;iconfield&amp;gt;&amp;lt;/iconfield&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;iconprefix&amp;gt;&amp;lt;/iconprefix&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;iconsuffix&amp;gt;assets/images/dwgIcon.png&amp;lt;/iconsuffix&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/link&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;/links&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;zoomscale&amp;gt;15000&amp;lt;/zoomscale&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;forcescale&amp;gt;true&amp;lt;/forcescale&amp;gt; &amp;nbsp; &amp;lt;/layer&amp;gt; &amp;nbsp; &amp;lt;!-- End of Sewer Layers --&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/layers&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;symbols&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;simplefillsymbol color="0x448ccb" alpha="0.4" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style="solid"&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;outline color="0x448ccb" alpha="0.8" width="2" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/simplefillsymbol&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;simplemarkersymbol style="circle" size="12" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color="0x448ccb" alpha="0.8" xoffset="0" yoffset="0" angle="0"&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;outline style="solid" color="0xffffff" alpha="0.8" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width="1" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/simplemarkersymbol&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;picturemarkersymbol url="assets/images/i_info.png" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; height="30" width="30" xoffset="0" yoffset="0" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;simplelinesymbol color="0x448ccb" alpha="0.8" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width="2" /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/symbols&amp;gt; &amp;lt;/configuration&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 18:05:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584961#M16708</guid>
      <dc:creator>DanielJohns</dc:creator>
      <dc:date>2013-08-23T18:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584962#M16709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Daniel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Can you give me some details on this? Are you selecting a particular layer from the drop down or just using the All Layers? are any of the layer that you have configured to identify a type="feature" in the main config.xml? You &lt;/SPAN&gt;&lt;STRONG&gt;should&lt;/STRONG&gt;&lt;SPAN&gt; only get that message when the returned results from the identify task is empty and there are no other results in the identify list.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 19:05:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584962#M16709</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-08-23T19:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584963#M16710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Daniel,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; Can you give me some details on this? Are you selecting a particular layer from the drop down or just using the All Layers? are any of the layer that you have configured to identify a type="feature" in the main config.xml? You &lt;STRONG&gt;should&lt;/STRONG&gt; only get that message when the returned results from the identify task is empty and there are no other results in the identify list.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried a specific layer and all layers with the same result. I also removed all but two layers in the XML, same thing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using dynamic (config.xml below)&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
 
&amp;nbsp;&amp;nbsp; &amp;lt;basemaps&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Base Layers" alpha="1" type="dynamic" visible="true"
&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://server/svr/rest/services/BaseLayers/MapServer" /&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;layer label="2011 Aerial" type="dynamic" visible="false"
&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://server/svr/rest/services/AerialHybrid_2011/MapServer" /&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;layer label="2009 Aerial" type="dynamic" visible="false"
&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://server/svr/rest/services/AerialHybrid_2009/MapServer" /&amp;gt;
&amp;nbsp; &amp;lt;/basemaps&amp;gt;

&amp;nbsp; &amp;lt;operationallayers&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;layer label="'11 Aerial" type="dynamic" visible="false"
&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://server/svr/rest/services/AerialLayer_2011/MapServer" /&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;layer label="'09 Aerial" type="dynamic" visible="false"
&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://server/svr/rest/services/AerialLayer_2009/MapServer" /&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Cost Sharing" alpha="1" type="dynamic" visible="false"
&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://server/svr/rest/services/CostSharingLayers/MapServer" /&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Utility Layers and Streets" alpha="1" type="dynamic"
&amp;nbsp;&amp;nbsp;&amp;nbsp; visible="true" url="http://server/svr/rest/services/UtilityLayers/MapServer" /&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Routes" alpha="1" type="dynamic" visible="false"
&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://server/svr/rest/services/Routes/MapServer" /&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Notifications" alpha=".5" type="dynamic" visible="false"
&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://server/svr/rest/services/Notifications/MapServer/" /&amp;gt;
&amp;nbsp; &amp;lt;/operationallayers&amp;gt; 
&amp;nbsp; 
&amp;nbsp; 
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:08:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584963#M16710</guid>
      <dc:creator>DanielJohns</dc:creator>
      <dc:date>2021-12-12T01:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584964#M16711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Daniel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; When you tried just two layer... Are both of them visible in the map?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 19:16:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584964#M16711</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-08-23T19:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584965#M16712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Daniel,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; When you tried just two layer... Are both of them visible in the map?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes both layers are visible&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 19:18:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584965#M16712</guid>
      <dc:creator>DanielJohns</dc:creator>
      <dc:date>2013-08-23T19:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584966#M16713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Daniel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I will look into reproducing this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 19:38:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584966#M16713</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-08-23T19:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584967#M16714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Daniel,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I will look into reproducing this.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you. Let me know if you need more details.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 11:52:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584967#M16714</guid>
      <dc:creator>DanielJohns</dc:creator>
      <dc:date>2013-08-26T11:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584968#M16715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Daniel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Give version 3.4.1 a try.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 13:46:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584968#M16715</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-08-26T13:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584969#M16716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Daniel,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Give version 3.4.1 a try.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No luck, same result. I tried it with 'All Layers' and just one layer selected.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 14:08:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584969#M16716</guid>
      <dc:creator>DanielJohns</dc:creator>
      <dc:date>2013-08-26T14:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584970#M16717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Daniel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I am not sure I can fix your issue with the widget without access to your specific data. Not being able to see the http traffic that the service is returning and whether the map service request is failing or the widget is failing to process properly, has me in the dark. I took a stab at a potential issue tracking the logic in my code with the 3.4.1 release, but as you said you are getting the same result...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 17:43:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584970#M16717</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-08-26T17:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584971#M16718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Daniel,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I am not sure I can fix your issue with the widget without access to your specific data. Not being able to see the http traffic that the service is returning and whether the map service request is failing or the widget is failing to process properly, has me in the dark. I took a stab at a potential issue tracking the logic in my code with the 3.4.1 release, but as you said you are getting the same result...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We recent upgraded to 10.1, SQL 2012 and rebuilt our sde (moved to dbo.schema) database and webservices, so there's a good chance it could be a configuration issue causing the problem. I was able to get my debugger updated and working again, so I will trace the code to see where it's pulling that message.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 13:35:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584971#M16718</guid>
      <dc:creator>DanielJohns</dc:creator>
      <dc:date>2013-08-27T13:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584972#M16719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay I got it working. I did some debugging and was able to determine that items were only being added to the 'identifyArrayCollection' in the 'projectResults function'. The 'noResultsFoundLbl' was being enable from within the 'onResult function', since the 'identifyArrayCollection' was shown as length = 0. I added your segment of code below, to the end of the 'projectResults function' and it updates the results label as desired.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On a side note, your eSearch widget calculates the number of returned results as expected (with not modifications). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;if(identifyArrayCollection.length == 0 &amp;amp;&amp;amp; numServicesIdent &amp;lt;= 0){&amp;nbsp; showMessage(noResultsFoundLbl, false);&amp;nbsp;&amp;nbsp; timedClose2(); }else if(identifyArrayCollection.length &amp;gt; 0 &amp;amp;&amp;amp; numServicesIdent &amp;lt;= 0){&amp;nbsp; showMessage(resultsFoundLbl + " " + identifyArrayCollection.length, false);&amp;nbsp; timedClose2(); }else{ &amp;nbsp;&amp;nbsp;&amp;nbsp; disableTimer2(null); &amp;nbsp;&amp;nbsp;&amp;nbsp; showMessage(loadingLabel + " " + layersRemaning + " " + numServicesIdent, true); }&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 04:07:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584972#M16719</guid>
      <dc:creator>DanielJohns</dc:creator>
      <dc:date>2013-08-28T04:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584973#M16720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Daniel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Ahh... That is why I did not see it in my testing. You are running into that issue because one of the map services is running on an older ArcGIS Server that has a bug that I have a workaround for. Thanks for the info.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as comparing the eSearch and the Identify widget, that is like apples and oranges... The eSearch uses athe Query base task and only has to worry about on map service and the Identify uses the Identify base task and has to go to the server for each map service in the map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 11:58:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584973#M16720</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-08-28T11:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584974#M16721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Daniel,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Ahh... That is why I did not see it in my testing. You are running into that issue because one of the map services is running on an older ArcGIS Server that has a bug that I have a workaround for. Thanks for the info.&lt;BR /&gt;&lt;BR /&gt;As far as comparing the eSearch and the Identify widget, that is like apples and oranges... The eSearch uses athe Query base task and only has to worry about on map service and the Identify uses the Identify base task and has to go to the server for each map service in the map.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Question, if I recreated all my services after upgrading to 10.1 how could it detect an old ArcGIS Server, could it possibly be something embedded in the mxd I used to publish the service? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We killed our old server and remapped all data sources to the new server (went from running SDE services e.g., 5151 to using SQL direct connect).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:09:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584974#M16721</guid>
      <dc:creator>DanielJohns</dc:creator>
      <dc:date>2013-08-28T12:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584975#M16722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Daniel:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you recreate the mxds that are the source of your services from scratch?&amp;nbsp; I ask because I have found that services still find references to old servers even if no layers are pointing to that data source anymore (I was getting locking issues with file geodatabases that were not being used).&amp;nbsp; I'm not sure if this is why it is referencing a retired server, but I would think it is a possibility.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:33:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584975#M16722</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-08-28T12:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584976#M16723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Daniel:&lt;BR /&gt;&lt;BR /&gt;Did you recreate the mxds that are the source of your services from scratch?&amp;nbsp; I ask because I have found that services still find references to old servers even if no layers are pointing to that data source anymore (I was getting locking issues with file geodatabases that were not being used).&amp;nbsp; I'm not sure if this is why it is referencing a retired server, but I would think it is a possibility.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll recreate them again and see if that fixes it. So the best approach would be to add them from the new location and then change the symbol, do not drag and drop from another MXD? I initially used the 'Fix data source' method to update the paths so I wouldn't have to go back and set all my symbols again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:41:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584976#M16723</guid>
      <dc:creator>DanielJohns</dc:creator>
      <dc:date>2013-08-28T12:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584977#M16724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately, that is what I found to be the case in my enterprise environment.&amp;nbsp; I first just resourced the exising mxds from 1 source to another so the old source was not even being used, but locks were still being placed on the old source so I knew there were still references to the old source.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried using MxdDoctor and SaveAs to get rid of the old source, but these workflows were never 100% effective.&amp;nbsp; Recreating the mxd was the only 100% way of getting rid of references to the old data source.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:51:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584977#M16724</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-08-28T12:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget 3.4: No Results Found Message</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584978#M16725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Unfortunately, that is what I found to be the case in my enterprise environment.&amp;nbsp; I first just resourced the exising mxds from 1 source to another so the old source was not even being used, but locks were still being placed on the old source so I knew there were still references to the old source.&lt;BR /&gt;&lt;BR /&gt;I tried using MxdDoctor and SaveAs to get rid of the old source, but these workflows were never 100% effective.&amp;nbsp; Recreating the mxd was the only 100% way of getting rid of references to the old data source.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Completely rebuilding the layers from scratch did not work.&amp;nbsp; I�??m going to keep the modification in place since it's working. Also, rebuilding the layers increased map performance and the decreased the amount of time it takes to open.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate the help, thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 15:54:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-widget-3-4-no-results-found-message/m-p/584978#M16725</guid>
      <dc:creator>DanielJohns</dc:creator>
      <dc:date>2013-08-30T15:54:22Z</dc:date>
    </item>
  </channel>
</rss>

