<?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: Update and insert in Feature Layer is stuck in infinite loop in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/update-and-insert-in-feature-layer-is-stuck-in/m-p/1344439#M55552</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/611120"&gt;@bbollin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;It was indeed the network connection! I'm trying it out at home and its fast again &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Thanks for your assistance!&lt;/P&gt;&lt;P&gt;Do you have some pointers/documentation I can forward to the network specialists to fix this issue with our company network?&lt;/P&gt;</description>
    <pubDate>Wed, 01 Nov 2023 15:12:54 GMT</pubDate>
    <dc:creator>StijnSchoutenTheGISLord</dc:creator>
    <dc:date>2023-11-01T15:12:54Z</dc:date>
    <item>
      <title>Update and insert in Feature Layer is stuck in infinite loop</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-and-insert-in-feature-layer-is-stuck-in/m-p/1344286#M55532</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;After the recent ArcGIS Online update I'm experiencing some issues with the updating of data within a Hosted Feature Layer.&lt;/P&gt;&lt;P&gt;To break down my problem I've created two very simple GeoJson files. One (see below) containing a single feature in a feature collection as my initial upload. I can then create a Hosted Feature Layer successfully.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following that, I click the button &amp;lt;Update Data&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I go through the options, selecting&lt;/P&gt;&lt;P&gt;&amp;lt;Add and Update Features&amp;gt;&lt;/P&gt;&lt;P&gt;Drop my file (second feature, see below)&lt;/P&gt;&lt;P&gt;&amp;lt;Map objectid to objectid&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Map columns to columns&amp;gt;&lt;/P&gt;&lt;P&gt;And then I just wait. Before the update this didn't take very long. Mere seconds. Now it seems stuck. I've pasted the example below for you to try:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
"type": "FeatureCollection",
"name": "sql_statement",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "objectid": 2, "bouwjaar": 1992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 4.547408637, 51.930894791 ], [ 4.547427509, 51.930850522 ], [ 4.547582231, 51.930875438 ], [ 4.547575922, 51.930890143 ], [ 4.547554904, 51.930886667 ], [ 4.547549566, 51.930899213 ], [ 4.547542251, 51.93091641 ], [ 4.547408637, 51.930894791 ] ] ] } }
]
}&lt;/LI-CODE&gt;&lt;LI-CODE lang="javascript"&gt;{
"type": "FeatureCollection",
"name": "sql_statement",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "objectid": 1, "bouwjaar": 1990 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 4.548324754, 51.928070624 ], [ 4.548352657, 51.928001161 ], [ 4.548432828, 51.928013599 ], [ 4.548398513, 51.928099375 ], [ 4.548346466, 51.928091363 ], [ 4.548353023, 51.928075051 ], [ 4.548324754, 51.928070624 ] ] ] } }
]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 09:07:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-and-insert-in-feature-layer-is-stuck-in/m-p/1344286#M55532</guid>
      <dc:creator>StijnSchoutenTheGISLord</dc:creator>
      <dc:date>2023-11-01T09:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Update and insert in Feature Layer is stuck in infinite loop</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-and-insert-in-feature-layer-is-stuck-in/m-p/1344388#M55543</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/734076"&gt;@StijnSchoutenTheGISLord&lt;/a&gt;is it possible for you to include the two files you are testing with here?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 14:16:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-and-insert-in-feature-layer-is-stuck-in/m-p/1344388#M55543</guid>
      <dc:creator>bbollin</dc:creator>
      <dc:date>2023-11-01T14:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Update and insert in Feature Layer is stuck in infinite loop</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-and-insert-in-feature-layer-is-stuck-in/m-p/1344398#M55546</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/611120"&gt;@bbollin&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for replying! It seems that the upsert process has finished by now. I don't know if it have gotten slower after the update?&lt;BR /&gt;I've pasted the two geojsons in my post but you can also use these larger geojsons in the link &lt;A href="https://drive.google.com/drive/folders/14GxRrLH3jN163lCJ3Ukk_mGmnOyVnXLY?usp=sharing" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Note that the data is from Open Street Maps and can be used freely&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The 'init.geojson' is the initial file to create the layer&lt;BR /&gt;The 'upsert.geojson' is the file i use to update my layer with&lt;/P&gt;&lt;P&gt;It took me around 40 mins this morning to perform this operation. Two weeks ago it was a couple of mins. It would be very helpful if you also take a look &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 14:30:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-and-insert-in-feature-layer-is-stuck-in/m-p/1344398#M55546</guid>
      <dc:creator>StijnSchoutenTheGISLord</dc:creator>
      <dc:date>2023-11-01T14:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Update and insert in Feature Layer is stuck in infinite loop</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-and-insert-in-feature-layer-is-stuck-in/m-p/1344417#M55548</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/734076"&gt;@StijnSchoutenTheGISLord&lt;/a&gt;&amp;nbsp; I just tried and it worked almost instantly &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; perhaps it is your network connection. If this persists or others in your org encounter the same problem reach out to Esri Support and open a bug so we can look into it more&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bekbollin_0-1698849746773.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/84685i037B77FED54F85FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bekbollin_0-1698849746773.png" alt="bekbollin_0-1698849746773.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 14:45:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-and-insert-in-feature-layer-is-stuck-in/m-p/1344417#M55548</guid>
      <dc:creator>bbollin</dc:creator>
      <dc:date>2023-11-01T14:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Update and insert in Feature Layer is stuck in infinite loop</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-and-insert-in-feature-layer-is-stuck-in/m-p/1344439#M55552</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/611120"&gt;@bbollin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;It was indeed the network connection! I'm trying it out at home and its fast again &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Thanks for your assistance!&lt;/P&gt;&lt;P&gt;Do you have some pointers/documentation I can forward to the network specialists to fix this issue with our company network?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 15:12:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-and-insert-in-feature-layer-is-stuck-in/m-p/1344439#M55552</guid>
      <dc:creator>StijnSchoutenTheGISLord</dc:creator>
      <dc:date>2023-11-01T15:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Update and insert in Feature Layer is stuck in infinite loop</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-and-insert-in-feature-layer-is-stuck-in/m-p/1344479#M55566</link>
      <description>&lt;P&gt;I do not, I think your IT department would need to evaluate what's happening there &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 16:01:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-and-insert-in-feature-layer-is-stuck-in/m-p/1344479#M55566</guid>
      <dc:creator>bbollin</dc:creator>
      <dc:date>2023-11-01T16:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Update and insert in Feature Layer is stuck in infinite loop</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-and-insert-in-feature-layer-is-stuck-in/m-p/1344502#M55570</link>
      <description>&lt;P&gt;I've given it some second thought and the weird thing is that I also used the API to update the layer. It had the same issue with slowness but the part of actually uploading the geojson as item was very fast (3 secs). The slow part of upserting (used .append) was fully internal within ArcGIS (40mins +)&lt;/P&gt;&lt;P&gt;After testing it again just a few minutes ago the API and the company connection are just as fast as upserting via the UI. Maybe there was some downtime/disrupted service?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 16:30:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-and-insert-in-feature-layer-is-stuck-in/m-p/1344502#M55570</guid>
      <dc:creator>StijnSchoutenTheGISLord</dc:creator>
      <dc:date>2023-11-01T16:30:35Z</dc:date>
    </item>
  </channel>
</rss>

