<?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: Geoprocessing tool eror in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-eror/m-p/653180#M21806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can delete and create on the table. I just can't run a GP tool on it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can also create and add with feature cursors in ArcObjects, but can't use the any of the GP tools in ArcObjects due to the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you think the table itself needs to be granted the proper permissions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 May 2013 17:02:27 GMT</pubDate>
    <dc:creator>BrianBehling</dc:creator>
    <dc:date>2013-05-17T17:02:27Z</dc:date>
    <item>
      <title>Geoprocessing tool eror</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-eror/m-p/653178#M21804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I run the append tool on a versioned SDE GDB, I get the error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"The user must be the table owner".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone have an idea what that means and how to fix it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 16:23:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-eror/m-p/653178#M21804</guid>
      <dc:creator>BrianBehling</dc:creator>
      <dc:date>2013-05-17T16:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing tool eror</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-eror/m-p/653179#M21805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sounds like an underlying DBMS issue - not an error, it seems you aren't connecting with sufficient privileges to perform this type of 'edit'...&amp;nbsp; If you have an administrative or other type of connection with higher privileges, use that, or grant the target fc/target table sufficient permissions to complete the task with your current connection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wayne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 16:49:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-eror/m-p/653179#M21805</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2013-05-17T16:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing tool eror</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-eror/m-p/653180#M21806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can delete and create on the table. I just can't run a GP tool on it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can also create and add with feature cursors in ArcObjects, but can't use the any of the GP tools in ArcObjects due to the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you think the table itself needs to be granted the proper permissions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 17:02:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-eror/m-p/653180#M21806</guid>
      <dc:creator>BrianBehling</dc:creator>
      <dc:date>2013-05-17T17:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing tool eror</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-eror/m-p/653181#M21807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;....hmmm that's curious - you said it is versioned, correct?&amp;nbsp; I'm not sure exactly of the mechanism, but I think you have to make sure you're executing on the owner version because if not mistaken Append requires an exclusive schema lock, if that makes sense -- I think in that way, for example, when a child user reconciles, the records appended should show up in the child.&amp;nbsp; Any way you can test this without locking the dataset for any other users?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have yet to fully understand the locking mechanism...guess I should read up some more, but it is definitely dependent on your DBMS and your mode of connection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that sheds a little light....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wayne&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS -- I never have any problems using the Append tool.&amp;nbsp; I am using an OS authenticated direct connection as an admin user.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 17:12:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-eror/m-p/653181#M21807</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2013-05-17T17:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing tool eror</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-eror/m-p/653182#M21808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One more thing that may help, there is a Desktop webhelp topic depending on the DBMS 'flavor' you're using - this one's for SQL Server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Granting_and_revoking_privileges_on_datasets/002q0000002z000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/Granting_and_revoking_privileges_on_datasets/002q0000002z000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 17:33:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-eror/m-p/653182#M21808</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2013-05-17T17:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing tool eror</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-eror/m-p/653183#M21809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looks like it was a problem with the user account I was logging in with. The SDE DBA advised me to login as a different user, which is a super user type of account, and the append tool works now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 15:14:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-eror/m-p/653183#M21809</guid>
      <dc:creator>BrianBehling</dc:creator>
      <dc:date>2013-05-21T15:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing tool eror</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-eror/m-p/653184#M21810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Append tool needs to be run as the&amp;nbsp;table owner from what I understand. This is because by default it recreates the spatial index. I found you can get around this by ticking the "Maintain Spatial Index" setting in Environment Settings (under Geodatabase Advanced in 10.2.2).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In .NET:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Geoprocessor gp = new Geoprocessor();&lt;BR /&gt;gp.SetEnvironmentValue("maintainSpatialIndex", "TRUE");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then run the tool using OSA or any other authorised user that is not the table owner, and you don't need an exclusive lock.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 23:48:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-eror/m-p/653184#M21810</guid>
      <dc:creator>PaulDelaney2</dc:creator>
      <dc:date>2018-08-27T23:48:53Z</dc:date>
    </item>
  </channel>
</rss>

