<?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: Multiple Editor Cursors on Same Table in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/multiple-editor-cursors-on-same-table/m-p/424306#M33302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although it can be beneficial at times to have the scripted workflow different than the corresponding manual/user workflow, in this case I think the scripted workflow should follow the same steps.&amp;nbsp; If there is a chance that scripts can overlap, I would &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/create-version.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/create-version.htm"&gt;Create Version—Help | ArcGIS Desktop&lt;/A&gt; , &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/editor.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/editor.htm"&gt;Editor—Help | ArcGIS Desktop&lt;/A&gt; , and &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/reconcile-versions.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/reconcile-versions.htm"&gt;Reconcile Versions—Help | ArcGIS Desktop&lt;/A&gt; .&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Feb 2018 14:18:48 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2018-02-20T14:18:48Z</dc:date>
    <item>
      <title>Multiple Editor Cursors on Same Table</title>
      <link>https://community.esri.com/t5/python-questions/multiple-editor-cursors-on-same-table/m-p/424305#M33301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to have multpile&amp;nbsp;arcpy.da.Editor cursors run on the same enterprise feature class / table&amp;nbsp;simultaneously?&amp;nbsp; I have a few scripts that are setup to insert a row into the same table.&amp;nbsp; There are times when a script may run longer than expected and there will be multiple scripts running at the same time.&amp;nbsp; Through testing it seems like the first script will not have an issue and insert a row without a problem, however, the second script may (or may not) throw an error on startEditing().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This dataset is versioned, so I'm using startEditing(True, True) for the parameters.&amp;nbsp; I do use &lt;EM&gt;del&amp;nbsp;&lt;/EM&gt;to delete the Editor cursor once stopEditing() has finished.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering a couple things:&lt;/P&gt;&lt;P&gt;1) First of all, is having multiple arcpy.da.Editor instances running on the same table an issue?&lt;/P&gt;&lt;P&gt;2) Is startEditing(True, True) the correct / recommended set of parameters to use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2018 21:08:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/multiple-editor-cursors-on-same-table/m-p/424305#M33301</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2018-02-19T21:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Editor Cursors on Same Table</title>
      <link>https://community.esri.com/t5/python-questions/multiple-editor-cursors-on-same-table/m-p/424306#M33302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although it can be beneficial at times to have the scripted workflow different than the corresponding manual/user workflow, in this case I think the scripted workflow should follow the same steps.&amp;nbsp; If there is a chance that scripts can overlap, I would &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/create-version.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/create-version.htm"&gt;Create Version—Help | ArcGIS Desktop&lt;/A&gt; , &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/editor.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/editor.htm"&gt;Editor—Help | ArcGIS Desktop&lt;/A&gt; , and &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/reconcile-versions.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/reconcile-versions.htm"&gt;Reconcile Versions—Help | ArcGIS Desktop&lt;/A&gt; .&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 14:18:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/multiple-editor-cursors-on-same-table/m-p/424306#M33302</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-02-20T14:18:48Z</dc:date>
    </item>
  </channel>
</rss>

