<?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: ArcGIS for Server Bug NIM-086349 affecting JS API? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-for-server-bug-nim-086349-affecting-js-api/m-p/492278#M45708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever find a solution for this? I'm having a similar issue with moving graphics and setInterval.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 May 2017 15:36:58 GMT</pubDate>
    <dc:creator>RachelAlbritton</dc:creator>
    <dc:date>2017-05-24T15:36:58Z</dc:date>
    <item>
      <title>ArcGIS for Server Bug NIM-086349 affecting JS API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-for-server-bug-nim-086349-affecting-js-api/m-p/492276#M45706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm running ArcGIS for Server 10.1 SP1, and have recently been made aware of the &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/TklNMDg2MzQ5"&gt;bug&lt;/A&gt;&lt;SPAN&gt; that makes alternate get requests fail and the workarounds documented in this &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/70729-QueryTask-Error-Code-400-Message-Unable-to-complete-operation-Random"&gt;post&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/73456-new-problem-REST-query-10.1-every-other-request-fails-(400-unable-to-complete-oper)"&gt;this one&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this bug affecting the JS API when using a feature layer pointing to a REST service?&amp;nbsp; For instance, I believe the FeatureLayer class is configured to query/redraw on map zoom.&amp;nbsp; So when I zoom the map, the graphics disappear.&amp;nbsp; And then when I zoom again, they reappear.&amp;nbsp; This also occurs if I use a setInterval on a layer to auto-refresh on an interval.&amp;nbsp; I'm hoping this is related to the bug and not caused by something else (but I'm not sure how the FeatureLayer class works, which is why I'm asking here).&amp;nbsp; If it is related, is there a workaround.&amp;nbsp; If no workaround, any progress on a hotfix, since this seems pretty serious....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Jay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 16:02:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-for-server-bug-nim-086349-affecting-js-api/m-p/492276#M45706</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2012-12-28T16:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS for Server Bug NIM-086349 affecting JS API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-for-server-bug-nim-086349-affecting-js-api/m-p/492277#M45707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i adapted our feature layer on demand sample to point at a 10.1SP1 service and it seems to be drawing consistently.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://jsfiddle.net/jagravois/euVuX/"&gt;http://jsfiddle.net/jagravois/euVuX/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i also noticed that our published &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/samples/ed_editing_widget/index.html"&gt;editing widget sample&lt;/A&gt;&lt;SPAN&gt; is already pointing at a 10.11 machine and seems to be functioning as expected also.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 16:48:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-for-server-bug-nim-086349-affecting-js-api/m-p/492277#M45707</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2012-12-31T16:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS for Server Bug NIM-086349 affecting JS API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-for-server-bug-nim-086349-affecting-js-api/m-p/492278#M45708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever find a solution for this? I'm having a similar issue with moving graphics and setInterval.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 15:36:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-for-server-bug-nim-086349-affecting-js-api/m-p/492278#M45708</guid>
      <dc:creator>RachelAlbritton</dc:creator>
      <dc:date>2017-05-24T15:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS for Server Bug NIM-086349 affecting JS API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-for-server-bug-nim-086349-affecting-js-api/m-p/492279#M45709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whew! &amp;nbsp;That was so long ago. &amp;nbsp;It might have had something to do with the FeatureLayer mode (ondemand, selection, snapshot, etc. etc.). &amp;nbsp;But in all truth, I pretty much forget what I did to fix it. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 16:41:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-for-server-bug-nim-086349-affecting-js-api/m-p/492279#M45709</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2017-05-24T16:41:30Z</dc:date>
    </item>
  </channel>
</rss>

