<?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: Delete/Append Python script causes data issues after upgrade from 10.0 to 10.3.1 in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/delete-append-python-script-causes-data-issues/m-p/778934#M1498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do see a few items to clarify:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Is the new EGDB (10.5.1) on the same Oracle server (11.2.0.2.0) as the "old" one?&amp;nbsp;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/system-requirements/10.5/database-requirements-oracle.htm" title="https://desktop.arcgis.com/en/system-requirements/10.5/database-requirements-oracle.htm"&gt;Oracle database requirements for ArcGIS 10.5.x—System Requirements | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- If the EGDB is at 10.5.1, why are you using a 10.3.1 client?&amp;nbsp;Is it because it is the only client that can connect to that old of a GDB at v10.0?&amp;nbsp;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/client-geodatabase-compatibility.htm" title="https://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/client-geodatabase-compatibility.htm"&gt;Client and geodatabase compatibility—ArcGIS Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- You may want to set up and analyze the SDE client intercept on the old vs new GDB to help determine where the hang up is.&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000014807" title="https://support.esri.com/en/technical-article/000014807"&gt;How To: Set up an SDEINTERCEPT log file on a client machine for ArcGIS Desktop and ArcGIS Server&lt;/A&gt;&amp;nbsp; &amp;amp;&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000010355" title="https://support.esri.com/en/technical-article/000010355"&gt;How To: Diagnose ArcSDE connection and performance issues using SDEINTERCEPT&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Sep 2019 14:45:35 GMT</pubDate>
    <dc:creator>George_Thompson</dc:creator>
    <dc:date>2019-09-16T14:45:35Z</dc:date>
    <item>
      <title>Delete/Append Python script causes data issues after upgrade from 10.0 to 10.3.1</title>
      <link>https://community.esri.com/t5/geodatabase-questions/delete-append-python-script-causes-data-issues/m-p/778932#M1496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a python script that does a simple delete and append&amp;nbsp; which updates feature class's in a GDB daily.&lt;/P&gt;&lt;P&gt;The updates come from&amp;nbsp;a source database (Oracle 11.2.0.2.0)(10.0 GDB).&lt;/P&gt;&lt;P&gt;The target GDB is ArcGIS 10.5.&lt;/P&gt;&lt;P&gt;The original python script was hosted on a ETL server (windows 2003 -ArcGIS 10.0/Python 2.6).&lt;/P&gt;&lt;P&gt;This script was working perfectly for years running the updates from the Oracle database out to the target Geodatabases.&lt;/P&gt;&lt;P&gt;I recently moved the ETL script to a newer server with newer software&amp;nbsp;&lt;SPAN&gt;(windows 2008 -ArcGIS 10.3.1/Python 2.7).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This immediately started causing issues with Geodatabases. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It caused the website that displays the data to hang and when viewed in ArcMap the feature classes took 3/4 times as long to draw and even longer to query.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I rolled back my upgrade and put the scripts back on the old server, everything was perfectly fine again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have narrowed it down to the append process in ArcGIS 10.3.1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The reason is not the obvious (that I am appending data from a 10.0 GDB to 10.5.1 using a python&amp;nbsp;script in 10.3.1).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I know this because I have copied the target GDB to my ETL server and the feature class works fine in ArcMap. If I then run the delete and append script from a second copy of the GDB the issue arises. The data is identical in both GDBs so I am wondering is this an issue with the append tool in ArcGIS 10.3.1?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Has anyone else experienced this issue? I am at a loss as to how to proceed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2019 14:16:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/delete-append-python-script-causes-data-issues/m-p/778932#M1496</guid>
      <dc:creator>ShaneBermingham</dc:creator>
      <dc:date>2019-09-16T14:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Delete/Append Python script causes data issues after upgrade from 10.0 to 10.3.1</title>
      <link>https://community.esri.com/t5/geodatabase-questions/delete-append-python-script-causes-data-issues/m-p/778933#M1497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sharing with &lt;A href="https://community.esri.com/group/1680"&gt;Geodatabase&lt;/A&gt;‌ and &lt;A href="https://community.esri.com/space/2046"&gt;GIS&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2019 14:34:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/delete-append-python-script-causes-data-issues/m-p/778933#M1497</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-09-16T14:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Delete/Append Python script causes data issues after upgrade from 10.0 to 10.3.1</title>
      <link>https://community.esri.com/t5/geodatabase-questions/delete-append-python-script-causes-data-issues/m-p/778934#M1498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do see a few items to clarify:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Is the new EGDB (10.5.1) on the same Oracle server (11.2.0.2.0) as the "old" one?&amp;nbsp;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/system-requirements/10.5/database-requirements-oracle.htm" title="https://desktop.arcgis.com/en/system-requirements/10.5/database-requirements-oracle.htm"&gt;Oracle database requirements for ArcGIS 10.5.x—System Requirements | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- If the EGDB is at 10.5.1, why are you using a 10.3.1 client?&amp;nbsp;Is it because it is the only client that can connect to that old of a GDB at v10.0?&amp;nbsp;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/client-geodatabase-compatibility.htm" title="https://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/client-geodatabase-compatibility.htm"&gt;Client and geodatabase compatibility—ArcGIS Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- You may want to set up and analyze the SDE client intercept on the old vs new GDB to help determine where the hang up is.&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000014807" title="https://support.esri.com/en/technical-article/000014807"&gt;How To: Set up an SDEINTERCEPT log file on a client machine for ArcGIS Desktop and ArcGIS Server&lt;/A&gt;&amp;nbsp; &amp;amp;&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000010355" title="https://support.esri.com/en/technical-article/000010355"&gt;How To: Diagnose ArcSDE connection and performance issues using SDEINTERCEPT&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2019 14:45:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/delete-append-python-script-causes-data-issues/m-p/778934#M1498</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2019-09-16T14:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Delete/Append Python script causes data issues after upgrade from 10.0 to 10.3.1</title>
      <link>https://community.esri.com/t5/geodatabase-questions/delete-append-python-script-causes-data-issues/m-p/778935#M1499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response George.&lt;/P&gt;&lt;P&gt;There are many different servers here, new and old. The target 10.5.1 GDB is actually a file geodatabase that is hosted on a windows 2012 machine. The source (Oracle database) is on a different machine and the ETL server is another machine that is essentially the middle man between these 2 machines and many others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I mentioned I believe the issue lies with the append tool in 10.3.1 as once it has been run the feature classes become virtually unusable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To break it down even simpler if I have a feature class in a GDB and I run &lt;EM&gt;Delete Features (Data Management)&lt;/EM&gt; tool and use the&lt;EM&gt;&amp;nbsp;Append (Data Management)&lt;/EM&gt; to put the same data back into the feature class I run into the issue I have described.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps I shouldn't have mentioned all about the environments/versions I am using, I was just trying to provide some context.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2019 15:01:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/delete-append-python-script-causes-data-issues/m-p/778935#M1499</guid>
      <dc:creator>ShaneBermingham</dc:creator>
      <dc:date>2019-09-16T15:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Delete/Append Python script causes data issues after upgrade from 10.0 to 10.3.1</title>
      <link>https://community.esri.com/t5/geodatabase-questions/delete-append-python-script-causes-data-issues/m-p/778936#M1500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the context and clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be an issue with the append tool into the file geodatabase. I am not aware of any off the top of my head.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be best to create a technical support case to work with an analyst on this as there are a lot of moving parts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2019 11:55:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/delete-append-python-script-causes-data-issues/m-p/778936#M1500</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2019-09-17T11:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Delete/Append Python script causes data issues after upgrade from 10.0 to 10.3.1</title>
      <link>https://community.esri.com/t5/geodatabase-questions/delete-append-python-script-causes-data-issues/m-p/778937#M1501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are probably right George, I will open a support ticket and see what happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested the&amp;nbsp;&lt;EM&gt;Truncate Table (Data Management)&lt;/EM&gt;&amp;nbsp;[arcpy.TruncateTable_management} tool in the script instead of the delete features tool and it seems to be helping. Anyhow the battle goes on.&lt;/P&gt;&lt;H1 class=""&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2019 14:59:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/delete-append-python-script-causes-data-issues/m-p/778937#M1501</guid>
      <dc:creator>ShaneBermingham</dc:creator>
      <dc:date>2019-09-17T14:59:33Z</dc:date>
    </item>
  </channel>
</rss>

