<?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 No edits ('adds', 'updates' or 'deletes') were specified in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/no-edits-adds-updates-or-deletes-were-specified/m-p/146708#M13670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;Good day all !&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;Need your inputs/comments in troubleshooting an issue while applying edits on feature layer using editor widget using ArcGIS Editor Widget (3.10).&amp;nbsp; The code which we used was working fine until last month and suddenly it stopped working recently.&amp;nbsp; Please find below the problem description and troubleshooting steps which we performed.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;STRONG style="border: 0px; : ; color: black; font-weight: inherit; text-decoration: underline; font-size: inherit; "&gt;Problem description:&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;Unable to perform edits on feature layer using editor widget from web map application.&amp;nbsp; We are using default esri editor widget (3.19) and the version of ArcGIS is 10.5.&amp;nbsp; There is no code error since it was a working code and no compile error as well.&amp;nbsp; &amp;nbsp;The issue is at the time of double clicking and closing the edit operation.&amp;nbsp; We have traced the network traffic using browser and able to get the request body as an encrypted JSON string which is valid, however the response body displays "Unable to complete operation. No edits ('adds', 'updates' or 'deletes') were specified".&amp;nbsp; &amp;nbsp;By default feature service should allow edits on the layer, but it is not behaving like that now!&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;STRONG style="border: 0px; : ; color: black; font-weight: inherit; text-decoration: underline; font-size: inherit; "&gt;Troubleshooting steps:&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;UL style="margin-top: 0in; margin-bottom: 0in;" type="disc"&gt;&lt;LI class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;Verified the feature service whether CRUD operation is enabled and confirmed the same.&lt;/LI&gt;&lt;LI class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;Analysed whether the map document is valid and found no issue&lt;/LI&gt;&lt;LI class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;Debugged the code and found that it is valid code&lt;/LI&gt;&lt;LI class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;Used browser F12 to debug the events fired and confirmed that there is no console error log or other logs.&lt;/LI&gt;&lt;LI class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;Traced the network using browser tool and confirmed that the new edited geometry is parsed properly and sent to ?applyedits methods on the feature service.&lt;/LI&gt;&lt;LI class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;Tried testing using single feature layer instead of multiple feature layers and the issue is same - Unable to save/apply the edits&lt;/LI&gt;&lt;LI class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;Tried versioning the data too (which is not required), but still issue persists&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="border: 0px; : ; color: black; font-weight: inherit; text-decoration: underline; font-size: inherit; "&gt;Code:&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&lt;IMG border="0" class="image-1 jive-image" data-custom="AAMkAGEyZTVkOGMxLThjYjQtNDJkNC05MDZmLTIyZDAzNTcwNDkzZgBGAAAAAABGlYWj9TqmT7G80KgiB%2BXVBwAgSfB0zMBHR4XIoIwC4rbzAAAA2W8BAABWiAtC2Le6RYolnTllDlJZAARn%2FneIAAABEgAQAP3Ti5uCQXdBne6F74mjPPc%3D" data-imagetype="AttachmentByCid" height="713" src="https://community.esri.com/legacyfs/online/457750_pastedImage_1.png" style="color: inherit; border: 0px;" width="779" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;STRONG style="border: 0px; : ; color: black; font-weight: inherit; text-decoration: underline; font-size: inherit; "&gt;Error:&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&lt;IMG border="0" class="image-2 jive-image" data-custom="AAMkAGEyZTVkOGMxLThjYjQtNDJkNC05MDZmLTIyZDAzNTcwNDkzZgBGAAAAAABGlYWj9TqmT7G80KgiB%2BXVBwAgSfB0zMBHR4XIoIwC4rbzAAAA2W8BAABWiAtC2Le6RYolnTllDlJZAARn%2FneIAAABEgAQAIxbly7d%2BOhDqpy5VDydi8U%3D" data-imagetype="AttachmentByCid" height="451" src="https://community.esri.com/legacyfs/online/457749_pastedImage_2.png" style="color: inherit; border: 0px;" width="1383" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&lt;STRONG style="background-color: #ffffff; color: #201f1e; text-decoration: underline; "&gt;Findings:&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;After thorough investigation I decided to check the POC which we showcased to the users earlier and found that it too fails to save the edits in feature layer.&amp;nbsp; So I decided to look on the windows patch level updates.&amp;nbsp; The recent patch which got installed was Windows Patch (KB4512517) on Aug19.&amp;nbsp; Hence, I selected a different server without this patch and tried publishing my feature service in that server and consumed in my web application.&amp;nbsp; Surprisingly, in my first attempt the edit operation successfully completed without any error !!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;I am still unclear whether this windows latest patch is causing the issue.&amp;nbsp; Hence, I decided to enable all server level logs in my ArcGIS Manager and didn't get any logs apart from the INFO request.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&lt;STRONG style="background-color: #ffffff; color: #201f1e; text-decoration: underline; "&gt;Next step:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: #000000;"&gt;I am now trying to find how internally the Feature service is working to save the edits on feature layer. I am trying to figure out all log level information where it logs the sequence of events starting from Request received, processing, completed etc...&amp;nbsp; Unfortunately, I am not able to enable and see all events which are happening in the back end inside my ArcGIS Server while serving the request.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: #000000;"&gt;Could you any one share your thoughts/suggestion in the case on how I can trouble shoot further.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: #000000;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: #000000;"&gt;~Paul&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Aug 2019 04:47:42 GMT</pubDate>
    <dc:creator>PAUL_RICHARDSDHANDAPANI_C</dc:creator>
    <dc:date>2019-08-23T04:47:42Z</dc:date>
    <item>
      <title>No edits ('adds', 'updates' or 'deletes') were specified</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/no-edits-adds-updates-or-deletes-were-specified/m-p/146708#M13670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;Good day all !&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;Need your inputs/comments in troubleshooting an issue while applying edits on feature layer using editor widget using ArcGIS Editor Widget (3.10).&amp;nbsp; The code which we used was working fine until last month and suddenly it stopped working recently.&amp;nbsp; Please find below the problem description and troubleshooting steps which we performed.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;STRONG style="border: 0px; : ; color: black; font-weight: inherit; text-decoration: underline; font-size: inherit; "&gt;Problem description:&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;Unable to perform edits on feature layer using editor widget from web map application.&amp;nbsp; We are using default esri editor widget (3.19) and the version of ArcGIS is 10.5.&amp;nbsp; There is no code error since it was a working code and no compile error as well.&amp;nbsp; &amp;nbsp;The issue is at the time of double clicking and closing the edit operation.&amp;nbsp; We have traced the network traffic using browser and able to get the request body as an encrypted JSON string which is valid, however the response body displays "Unable to complete operation. No edits ('adds', 'updates' or 'deletes') were specified".&amp;nbsp; &amp;nbsp;By default feature service should allow edits on the layer, but it is not behaving like that now!&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;STRONG style="border: 0px; : ; color: black; font-weight: inherit; text-decoration: underline; font-size: inherit; "&gt;Troubleshooting steps:&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;UL style="margin-top: 0in; margin-bottom: 0in;" type="disc"&gt;&lt;LI class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;Verified the feature service whether CRUD operation is enabled and confirmed the same.&lt;/LI&gt;&lt;LI class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;Analysed whether the map document is valid and found no issue&lt;/LI&gt;&lt;LI class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;Debugged the code and found that it is valid code&lt;/LI&gt;&lt;LI class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;Used browser F12 to debug the events fired and confirmed that there is no console error log or other logs.&lt;/LI&gt;&lt;LI class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;Traced the network using browser tool and confirmed that the new edited geometry is parsed properly and sent to ?applyedits methods on the feature service.&lt;/LI&gt;&lt;LI class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;Tried testing using single feature layer instead of multiple feature layers and the issue is same - Unable to save/apply the edits&lt;/LI&gt;&lt;LI class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;Tried versioning the data too (which is not required), but still issue persists&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="border: 0px; : ; color: black; font-weight: inherit; text-decoration: underline; font-size: inherit; "&gt;Code:&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&lt;IMG border="0" class="image-1 jive-image" data-custom="AAMkAGEyZTVkOGMxLThjYjQtNDJkNC05MDZmLTIyZDAzNTcwNDkzZgBGAAAAAABGlYWj9TqmT7G80KgiB%2BXVBwAgSfB0zMBHR4XIoIwC4rbzAAAA2W8BAABWiAtC2Le6RYolnTllDlJZAARn%2FneIAAABEgAQAP3Ti5uCQXdBne6F74mjPPc%3D" data-imagetype="AttachmentByCid" height="713" src="https://community.esri.com/legacyfs/online/457750_pastedImage_1.png" style="color: inherit; border: 0px;" width="779" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;STRONG style="border: 0px; : ; color: black; font-weight: inherit; text-decoration: underline; font-size: inherit; "&gt;Error:&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&lt;IMG border="0" class="image-2 jive-image" data-custom="AAMkAGEyZTVkOGMxLThjYjQtNDJkNC05MDZmLTIyZDAzNTcwNDkzZgBGAAAAAABGlYWj9TqmT7G80KgiB%2BXVBwAgSfB0zMBHR4XIoIwC4rbzAAAA2W8BAABWiAtC2Le6RYolnTllDlJZAARn%2FneIAAABEgAQAIxbly7d%2BOhDqpy5VDydi8U%3D" data-imagetype="AttachmentByCid" height="451" src="https://community.esri.com/legacyfs/online/457749_pastedImage_2.png" style="color: inherit; border: 0px;" width="1383" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&lt;STRONG style="background-color: #ffffff; color: #201f1e; text-decoration: underline; "&gt;Findings:&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="color: #201f1e; background-color: #ffffff; border: 0px;"&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;After thorough investigation I decided to check the POC which we showcased to the users earlier and found that it too fails to save the edits in feature layer.&amp;nbsp; So I decided to look on the windows patch level updates.&amp;nbsp; The recent patch which got installed was Windows Patch (KB4512517) on Aug19.&amp;nbsp; Hence, I selected a different server without this patch and tried publishing my feature service in that server and consumed in my web application.&amp;nbsp; Surprisingly, in my first attempt the edit operation successfully completed without any error !!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;I am still unclear whether this windows latest patch is causing the issue.&amp;nbsp; Hence, I decided to enable all server level logs in my ArcGIS Manager and didn't get any logs apart from the INFO request.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: inherit;"&gt;&lt;STRONG style="background-color: #ffffff; color: #201f1e; text-decoration: underline; "&gt;Next step:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: #000000;"&gt;I am now trying to find how internally the Feature service is working to save the edits on feature layer. I am trying to figure out all log level information where it logs the sequence of events starting from Request received, processing, completed etc...&amp;nbsp; Unfortunately, I am not able to enable and see all events which are happening in the back end inside my ArcGIS Server while serving the request.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: #000000;"&gt;Could you any one share your thoughts/suggestion in the case on how I can trouble shoot further.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: #000000;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="font-size: 12pt; margin: 0in 0in 0.0001pt;"&gt;&lt;SPAN style="color: #000000;"&gt;~Paul&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2019 04:47:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/no-edits-adds-updates-or-deletes-were-specified/m-p/146708#M13670</guid>
      <dc:creator>PAUL_RICHARDSDHANDAPANI_C</dc:creator>
      <dc:date>2019-08-23T04:47:42Z</dc:date>
    </item>
  </channel>
</rss>

