<?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: Edit Geometric Network Feature Class? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-geometric-network-feature-class/m-p/741679#M68643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I ran FL.isEditable(), and it is returning that it &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;is&lt;/SPAN&gt;&lt;SPAN&gt; editable.&amp;nbsp; However, I still get the:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;{"error":{"code":400,"message":"Unable to complete&amp;nbsp; operation.","details":["Unable to apply edits"]}}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when I attempt the save.&amp;nbsp; Pointing the FL to a feature class outside of a geometric network allows me to save the edits. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jun 2011 13:39:00 GMT</pubDate>
    <dc:creator>AaronDrake</dc:creator>
    <dc:date>2011-06-06T13:39:00Z</dc:date>
    <item>
      <title>Edit Geometric Network Feature Class?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-geometric-network-feature-class/m-p/741676#M68640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to edit a specific feature class that is contained in a geometric network via the AGS JSAPI?&amp;nbsp; I am attempting to edit a point feature class (Lift Stations) that are part of our Sewer Network.&amp;nbsp; I have all of the layers loaded into the .mxd, and can edit this layer inside of ArcMap; however, when I publish this layer to ArcGIS Server and attempt to edit this layer I get an error (via Firebug): &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;{"error":{"code":400,"message":"Unable to complete&amp;nbsp; operation.","details":["Unable to apply edits"]}}&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did a test, and exported this layer to a stand alone feature class outside of the geometric network, and the same code works. I can edit just fine...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have it set up so that the users can &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;only&lt;/SPAN&gt;&lt;SPAN&gt; edit the attributes, and can not move the points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is greatly appreciated!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 18:26:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-geometric-network-feature-class/m-p/741676#M68640</guid>
      <dc:creator>AaronDrake</dc:creator>
      <dc:date>2011-06-03T18:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Geometric Network Feature Class?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-geometric-network-feature-class/m-p/741677#M68641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is it possible to edit a specific feature class that is contained in a geometric network via the AGS JSAPI?&amp;nbsp; I am attempting to edit a point feature class (Lift Stations) that are part of our Sewer Network.&amp;nbsp; I have all of the layers loaded into the .mxd, and can edit this layer inside of ArcMap; however, when I publish this layer to ArcGIS Server and attempt to edit this layer I get an error (via Firebug): &lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;{"error":{"code":400,"message":"Unable to complete&amp;nbsp; operation.","details":["Unable to apply edits"]}}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;I did a test, and exported this layer to a stand alone feature class outside of the geometric network, and the same code works. I can edit just fine...&lt;BR /&gt;&lt;BR /&gt;I have it set up so that the users can &lt;SPAN style="text-decoration:underline;"&gt;only&lt;/SPAN&gt; edit the attributes, and can not move the points.&lt;BR /&gt;&lt;BR /&gt;Any help is greatly appreciated!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In ArcObjects, if you edit a feature class inside of the geometric network, you have to explicitly define a edit session. Editing a featurelayer in JSAPI bypass the edit session. So i think that has something to do with your not being able to edit your feature class. By the way you can use FeatureLayer.isEditable() method to find out whether it is editable or not.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 18:45:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-geometric-network-feature-class/m-p/741677#M68641</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2011-06-03T18:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Geometric Network Feature Class?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-geometric-network-feature-class/m-p/741678#M68642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;By the way you can use FeatureLayer.isEditable() method to find out whether it is editable or not.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will give this a try, and see how it turns out...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 10:38:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-geometric-network-feature-class/m-p/741678#M68642</guid>
      <dc:creator>AaronDrake</dc:creator>
      <dc:date>2011-06-06T10:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Geometric Network Feature Class?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-geometric-network-feature-class/m-p/741679#M68643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I ran FL.isEditable(), and it is returning that it &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;is&lt;/SPAN&gt;&lt;SPAN&gt; editable.&amp;nbsp; However, I still get the:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;{"error":{"code":400,"message":"Unable to complete&amp;nbsp; operation.","details":["Unable to apply edits"]}}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when I attempt the save.&amp;nbsp; Pointing the FL to a feature class outside of a geometric network allows me to save the edits. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 13:39:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-geometric-network-feature-class/m-p/741679#M68643</guid>
      <dc:creator>AaronDrake</dc:creator>
      <dc:date>2011-06-06T13:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Geometric Network Feature Class?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-geometric-network-feature-class/m-p/741680#M68644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I ran FL.isEditable(), and it is returning that it &lt;SPAN style="text-decoration:underline;"&gt;is&lt;/SPAN&gt; editable.&amp;nbsp; However, I still get the:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;{"error":{"code":400,"message":"Unable to complete&amp;nbsp; operation.","details":["Unable to apply edits"]}}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;when I attempt the save.&amp;nbsp; Pointing the FL to a feature class outside of a geometric network allows me to save the edits. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure why. I expect FL.isEditable() returns false. Anyway editing a feature classs outside of a geometric network need specify an editing session environment which is not used by feature layer. That is why it works once you pull it out of the geometric network.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 13:57:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-geometric-network-feature-class/m-p/741680#M68644</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2011-06-06T13:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Geometric Network Feature Class?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-geometric-network-feature-class/m-p/741681#M68645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I deleted the geometric network in the feature dataset, and can edit the FC.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So it looks like editing attributes of a feature class that participates in a geometric network is a no go with the JSAPI.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 11:09:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-geometric-network-feature-class/m-p/741681#M68645</guid>
      <dc:creator>AaronDrake</dc:creator>
      <dc:date>2011-06-07T11:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Geometric Network Feature Class?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-geometric-network-feature-class/m-p/741682#M68646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;...The ArcGIS Web APIs provide simple feature editing. The features must come from an ArcSDE geodatabase. This geodatabase can be licensed for either workgroup or enterprise use and does not have to be versioned... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for not versioned data: ...You cannot edit feature classes in a topology or geometric network. This is because when you edit a feature in a network or topology, not all the features in the network or topology lock, which means other editors can edit another part of the network or topology in a way that conflicts with your edits...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 16:27:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-geometric-network-feature-class/m-p/741682#M68646</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2011-06-07T16:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Geometric Network Feature Class?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-geometric-network-feature-class/m-p/741683#M68647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/role/distributor/TklNMDg4NDcz"&gt;Bug NIM-088473&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: #1f497d;"&gt; : &lt;EM&gt;Unable to edit reprojected data that participaties in a geometric network in a feature service ?!!?&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Bertrand L.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 15:38:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-geometric-network-feature-class/m-p/741683#M68647</guid>
      <dc:creator>BertrandLAURANCIN</dc:creator>
      <dc:date>2014-10-20T15:38:01Z</dc:date>
    </item>
  </channel>
</rss>

