<?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: Issue editing features in a geodatabase using the corehost dlls in a console application in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/issue-editing-features-in-a-geodatabase-using-the/m-p/797622#M1846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, that explains the issue I was having, switched to Table.Search() and now it's working perfectly, thanks alot for the assistance &lt;A href="https://community.esri.com/migrated-users/44320"&gt;Rich Ruh&lt;/A&gt;‌!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Feb 2020 07:35:48 GMT</pubDate>
    <dc:creator>LarsDomesjö</dc:creator>
    <dc:date>2020-02-27T07:35:48Z</dc:date>
    <item>
      <title>Issue editing features in a geodatabase using the corehost dlls in a console application</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/issue-editing-features-in-a-geodatabase-using-the/m-p/797617#M1841</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;/P&gt;&lt;P&gt;I am somewhat new to ArcGIS Pro and am in the process of developing a console application using the CoreHost dlls.&lt;/P&gt;&lt;P&gt;Everything has been going smoothly overall so far but I have now run into an issue I would like to ask this fine community about &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been developing a console application which is creating a geodatabase based on information coming in via XML-files which i am parsing to Features and&amp;nbsp;Shapes.&lt;/P&gt;&lt;P&gt;Creating the geodatabase from scratch was not a problem and it was filled with all 8M features coming in from the XML-files.&lt;/P&gt;&lt;P&gt;Now I want to&amp;nbsp;do another run against the geodatabase to update the features which has changed since I first&amp;nbsp;created the geodatabase and the ArcGIS SDK&amp;nbsp;now suddenly wants me to create an EditOperation for me to be able to update the features?&lt;/P&gt;&lt;P&gt;The EditOperation does not seem to be part of the CoreHost dlls and seem to require the Desktop dlls? Do I really need to drag in all the Desktop dlls just to be able to edit a geodatabase?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exact error message I am getting is "&lt;SPAN style="color: #3c4043; background-color: #ffffff; font-size: 14px;"&gt;The current operation&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;requires an edit operation&lt;SPAN style="color: #3c4043; background-color: #ffffff; font-size: 14px;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3c4043; background-color: #ffffff; font-size: 14px;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3c4043; background-color: #ffffff; font-size: 14px;"&gt;Lars&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2020 15:18:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/issue-editing-features-in-a-geodatabase-using-the/m-p/797617#M1841</guid>
      <dc:creator>LarsDomesjö</dc:creator>
      <dc:date>2020-02-25T15:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue editing features in a geodatabase using the corehost dlls in a console application</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/issue-editing-features-in-a-geodatabase-using-the/m-p/797618#M1842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lars,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When editing with CoreHost, you should create an edit operation using &lt;A href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic7093.html"&gt;Geodatabase.ApplyEdits()&lt;/A&gt;. &amp;nbsp;More details are written up .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2020 16:41:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/issue-editing-features-in-a-geodatabase-using-the/m-p/797618#M1842</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2020-02-25T16:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issue editing features in a geodatabase using the corehost dlls in a console application</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/issue-editing-features-in-a-geodatabase-using-the/m-p/797619#M1843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/esri/arcgis-pro-sdk/wiki/proconcepts-CoreHost#editing-geodatabase-datasets" title="https://github.com/esri/arcgis-pro-sdk/wiki/proconcepts-CoreHost#editing-geodatabase-datasets"&gt;ProConcepts CoreHost · Esri/arcgis-pro-sdk Wiki · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2020 17:07:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/issue-editing-features-in-a-geodatabase-using-the/m-p/797619#M1843</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-02-25T17:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue editing features in a geodatabase using the corehost dlls in a console application</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/issue-editing-features-in-a-geodatabase-using-the/m-p/797620#M1844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A href="https://community.esri.com/migrated-users/44320"&gt;Rich Ruh&lt;/A&gt;&amp;nbsp;and &lt;A href="https://community.esri.com/migrated-users/3324"&gt;Sean Jones&lt;/A&gt; , thanks for the quick replies!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did try ApplyEdits at one point but ended up with the same issue, this is what I am currently running with:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="483338" alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/483338_2020-02-26_08h22_38.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 07:26:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/issue-editing-features-in-a-geodatabase-using-the/m-p/797620#M1844</guid>
      <dc:creator>LarsDomesjö</dc:creator>
      <dc:date>2020-02-26T07:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue editing features in a geodatabase using the corehost dlls in a console application</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/issue-editing-features-in-a-geodatabase-using-the/m-p/797621#M1845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lars,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That error message isn't clear at all. &amp;nbsp;The Geodatabase.Evaluate method uses a QueryDef object to create a virtual table. &amp;nbsp;QueryDefs can reference multiple tables, but the resulting virtual table cannot be edited. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you create your cursor by calling Table.Search() instead? &amp;nbsp;This uses what is called a QueryFilter, which can only reference a single table, and is editable. &amp;nbsp;This is the typical&amp;nbsp;pattern used for editing data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 22:43:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/issue-editing-features-in-a-geodatabase-using-the/m-p/797621#M1845</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2020-02-26T22:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue editing features in a geodatabase using the corehost dlls in a console application</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/issue-editing-features-in-a-geodatabase-using-the/m-p/797622#M1846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, that explains the issue I was having, switched to Table.Search() and now it's working perfectly, thanks alot for the assistance &lt;A href="https://community.esri.com/migrated-users/44320"&gt;Rich Ruh&lt;/A&gt;‌!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2020 07:35:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/issue-editing-features-in-a-geodatabase-using-the/m-p/797622#M1846</guid>
      <dc:creator>LarsDomesjö</dc:creator>
      <dc:date>2020-02-27T07:35:48Z</dc:date>
    </item>
  </channel>
</rss>

