<?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: Editing geometry required? in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/editing-geometry-required/m-p/99151#M543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Greg, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You mentioned that "adding a layer that does not have feature updates enabled is the problem", are you having a mix of editable and non-editable layers in your web map? Do they come from the same or different feature services? I have a webmap with a bunch of layers, the editable ones come from one feature service and the non-editable ones come from another service. I could add a new geometry to the editable layers, and no crash when I try to add a geometry to the non-editable ones (it just doesn't do anything). If you are doing it in a different way, do you mind giving more information about how you set up your webmap? Or, do you mind sharing some code snippet so we can look at it together?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tif&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jul 2013 18:17:29 GMT</pubDate>
    <dc:creator>TifPun</dc:creator>
    <dc:date>2013-07-22T18:17:29Z</dc:date>
    <item>
      <title>Editing geometry required?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/editing-geometry-required/m-p/99150#M542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When trying to add feature layers to the operations dashboard it often crashes. I tried debugging it after the most recent crash and saw the exception below. The line "Message=Layer does not allow geometry updates" leads me to believe that adding a layer that does not have feature updates enabled is the problem. Must all layers permit feature updates?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TIA,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greg&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;ESRI.ArcGIS.Client.FeatureService.ValidationException was unhandled
&amp;nbsp; HResult=-2146233088
&amp;nbsp; Message=Layer does not allow geometry updates.
&amp;nbsp; Source=ESRI.ArcGIS.Client
&amp;nbsp; StackTrace:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Client.FeatureLayer.g_GeometryChanged(Object sender, GeometryInstanceChangeEventArgs e)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.AppCore.Widgets.Widgets.Map.MapWidgetViewModel.&amp;lt;RefreshGraphicsForMapExtent&amp;gt;d__8c.MoveNext()
&amp;nbsp;&amp;nbsp;&amp;nbsp; --- End of stack trace from previous location where exception was thrown ---
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.AppCore.Widgets.Widgets.Map.MapWidgetViewModel.&amp;lt;RefreshDynamicLayer&amp;gt;d__7c.MoveNext()
&amp;nbsp;&amp;nbsp;&amp;nbsp; --- End of stack trace from previous location where exception was thrown ---
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.AsyncMethodBuilderCore.&amp;lt;ThrowAsync&amp;gt;b__0(Object state)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.DispatcherOperation.InvokeImpl()
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.DispatcherOperation.Invoke()
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.ProcessQueue()
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp;amp; msg)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Windows.Application.RunInternal(Window window)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Windows.Application.Run()
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.OperationsDashboard.Internal.App.Main()
&amp;nbsp; InnerException: 
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 12:06:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/editing-geometry-required/m-p/99150#M542</guid>
      <dc:creator>GregYetman</dc:creator>
      <dc:date>2013-05-30T12:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Editing geometry required?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/editing-geometry-required/m-p/99151#M543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Greg, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You mentioned that "adding a layer that does not have feature updates enabled is the problem", are you having a mix of editable and non-editable layers in your web map? Do they come from the same or different feature services? I have a webmap with a bunch of layers, the editable ones come from one feature service and the non-editable ones come from another service. I could add a new geometry to the editable layers, and no crash when I try to add a geometry to the non-editable ones (it just doesn't do anything). If you are doing it in a different way, do you mind giving more information about how you set up your webmap? Or, do you mind sharing some code snippet so we can look at it together?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tif&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 18:17:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/editing-geometry-required/m-p/99151#M543</guid>
      <dc:creator>TifPun</dc:creator>
      <dc:date>2013-07-22T18:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Editing geometry required?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/editing-geometry-required/m-p/99152#M544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tif,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had a mix of feature services in my map, some from ArcGIS Online that were editable and some from ArcGIS for Server that were not editable. I dropped a number (but not all) of the services that I had been including as data services when I authored the application and it was much more stable. The application was used for a demonstration, I haven't gone back to figure out what was going wrong. I will fire up the server services and have a look to see if I can reproduce the problem again and let you know. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greg&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 18:30:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/editing-geometry-required/m-p/99152#M544</guid>
      <dc:creator>GregYetman</dc:creator>
      <dc:date>2013-07-22T18:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Editing geometry required?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/editing-geometry-required/m-p/99153#M545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just re-created the dashboard view that was giving me problems and it seems to be working fine. I suspect that the most recent update to the dashboard (10.1.1.142) may of fixed whatever issue I had encountered.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 18:48:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/editing-geometry-required/m-p/99153#M545</guid>
      <dc:creator>GregYetman</dc:creator>
      <dc:date>2013-07-22T18:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Editing geometry required?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/editing-geometry-required/m-p/99154#M546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Greg, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I know that build mainly addresses the installer issue, but glad to know it's working now! If you still see that problem please let us know. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tif&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 20:45:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/editing-geometry-required/m-p/99154#M546</guid>
      <dc:creator>TifPun</dc:creator>
      <dc:date>2013-07-22T20:45:58Z</dc:date>
    </item>
  </channel>
</rss>

