<?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 Multi User Editing in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54220#M1968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have written code for multi user editing for our project. However, two users cannot edit the features at same time. Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jan 2016 07:50:51 GMT</pubDate>
    <dc:creator>Anilgoud</dc:creator>
    <dc:date>2016-01-06T07:50:51Z</dc:date>
    <item>
      <title>Multi User Editing</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54220#M1968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have written code for multi user editing for our project. However, two users cannot edit the features at same time. Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 07:50:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54220#M1968</guid>
      <dc:creator>Anilgoud</dc:creator>
      <dc:date>2016-01-06T07:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multi User Editing</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54221#M1969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the data source for this editing application?&amp;nbsp; You should be sure to use multiuser sources (databases) for multiuser applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 17:10:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54221#M1969</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-01-06T17:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multi User Editing</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54222#M1970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anilo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to add onto Vince's post, if you are using ArcGIS for Desktop to edit your data, and your source data is stored in an enterprise geodatabase, then you can leverage the versioned editing functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/manage-data/geodatabases/an-overview-of-versioning.htm" title="http://desktop.arcgis.com/en/desktop/latest/manage-data/geodatabases/an-overview-of-versioning.htm"&gt;An overview of versioning—ArcGIS Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 17:26:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54222#M1970</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2016-01-06T17:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Multi User Editing</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54223#M1971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vince and Derek,&lt;/P&gt;&lt;P&gt;Thanks for your replies..&lt;/P&gt;&lt;P&gt;I am using Enterprise SDE, and using SDE.QAQC version Datasource. Issue is, users can edit the data from any locations if there is no edit conflicts. However, when multiple users try creating features at same time, SDE allows only one user to save edits, and the others are thrown exceptions like ..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;1. "Objects in this class cannot be updated outside an edit session"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;2. "&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;The version has been redefined to reference a new database state. "&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;3. "E&lt;/SPAN&gt;xception from HRESULT:0x80041055"&lt;/P&gt;&lt;P&gt;4. "The Work Space cannot being edited. [SDE.QAQC]"&lt;/P&gt;&lt;P&gt;etc.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I don't understand where the issue is? I have used &lt;/P&gt;&lt;P&gt; IMultiuserWorkspaceEdit muConsumerWorkspaceEdit = (IMultiuserWorkspaceEdit)pConFtrCls.FeatureDataset.Workspace;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IWorkspace pConWrkspce = pConFtrCls.FeatureDataset.Workspace;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IWorkspaceEdit pConWorkspaceEdit = pConWrkspce as IWorkspaceEdit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt; if (!muConsumerWorkspaceEdit.SupportsMultiuserEditSessionMode(esriMultiuserEditSessionMode.esriMESMVersioned))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; throw new ArgumentException("The workspace does not support versioned editing.");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; muConsumerWorkspaceEdit.StartMultiuserEditing(esriMultiuserEditSessionMode.esriMESMVersioned);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if (pConWorkspaceEdit.IsBeingEdited()) { pConWorkspaceEdit.StopEditing(true); }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pConWorkspaceEdit.StartEditing(false);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pConWorkspaceEdit.StartEditOperation();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ESRI.ArcGIS.Geodatabase.IFeature pConsumerFtr = pConFtrCls.CreateFeature();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;//Then I am filling the shape and all other attributes..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;//Then storing the feature&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; pConsumerFtr.Store();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pConWorkspaceEdit.StopEditOperation();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/////////////////&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.. I am not understanding where I went wrong. Seems everything fine. Still, multiuser editing is not happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 06:00:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54223#M1971</guid>
      <dc:creator>Anilgoud</dc:creator>
      <dc:date>2016-01-07T06:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multi User Editing</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54224#M1972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried creating a version for each user below the QAQC.&amp;nbsp; That way they are editing in a different "space" of version thread (can't think of the correct term right now).&amp;nbsp; Each user will want to reconcile to pull any updates from QAQC at the start of the edit session (at least).&amp;nbsp; When they post to QAQC, if there are conflicts, they can be reviewed at that time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is how we typically do this in any case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 06:07:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54224#M1972</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-01-07T06:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multi User Editing</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54225#M1973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply Rebecca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That sounds great! I will definitely give a try. But, do I have to create new version each time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 06:42:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54225#M1973</guid>
      <dc:creator>Anilgoud</dc:creator>
      <dc:date>2016-01-07T06:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multi User Editing</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54226#M1974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use each of the versions as often as you want/need, but I would make sure that you reconcile and post&amp;nbsp; (r&amp;amp;p) whenever possible (and practical). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From experience, we had a version off of our QAQC that wasn't going to go into effect for 6months (delayed). We had another "active" version off of QAQC that had daily edits and regular r&amp;amp;p to QAQC but we were not reconciling these to the delayed post version.&amp;nbsp; Even though we never worked on the same feature, when we were finally ready to roll it up, the reconcile pulled in all the changes the active version had been making.....took a while to verify them all again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you will want to make sure to "compress" your master once in a while.&amp;nbsp; Occasionally I like to make sure everything has been rolled up to the master, delete my versions...compress etc...then recreate the versions.&amp;nbsp; This will clean up the "add/delete" tables and can speed up editing if many changes are being made.l.plus, I like to get back to stats-zero once in a while.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have SQL scripts (run in SQL manager) that I run so I can monitor how many records are in the A &amp;amp; D tables so I know when I want to run thru the compress project.&amp;nbsp; I ink you can compress even without doing the steps above, but I just like to keep things clean.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 14:25:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54226#M1974</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-01-07T14:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multi User Editing</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54227#M1975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not a developer and can't help with your custom code. I suggest you post your question (with the custom code) in these discussion threads:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/space/2143"&gt;ArcObjects SDK&lt;/A&gt; and &lt;A _jive_internal="true" href="https://community.esri.com/groups/geodatabase/activity" title="https://community.esri.com/groups/geodatabase"&gt;Geodatabase&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 18:26:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54227#M1975</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2016-01-07T18:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multi User Editing</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54228#M1976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rebecca, will give a try and get back to you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 04:33:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54228#M1976</guid>
      <dc:creator>Anilgoud</dc:creator>
      <dc:date>2016-01-08T04:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multi User Editing</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54229#M1977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No issues Derek, thanks for your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 04:33:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/multi-user-editing/m-p/54229#M1977</guid>
      <dc:creator>Anilgoud</dc:creator>
      <dc:date>2016-01-08T04:33:52Z</dc:date>
    </item>
  </channel>
</rss>

