<?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 append data from sde feature class to an other hangs in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/append-data-from-sde-feature-class-to-an-other/m-p/401930#M10725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a process in vb.net (arcgis 10.1) that is used to delete sde feature class on a oracle db instance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and then append the data from an other database instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many tables are proccessed one after the other. The process starts working properly and then after&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;processing some tables the process does the delete and starts the append procedure and does nothing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it hangs there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The process remains active in task manager, but the cpu is at 0 it may remains like that hours until I decide to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;kill it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Someone has and an idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2013 17:33:34 GMT</pubDate>
    <dc:creator>EricLussier</dc:creator>
    <dc:date>2013-02-27T17:33:34Z</dc:date>
    <item>
      <title>append data from sde feature class to an other hangs</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/append-data-from-sde-feature-class-to-an-other/m-p/401930#M10725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a process in vb.net (arcgis 10.1) that is used to delete sde feature class on a oracle db instance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and then append the data from an other database instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many tables are proccessed one after the other. The process starts working properly and then after&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;processing some tables the process does the delete and starts the append procedure and does nothing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it hangs there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The process remains active in task manager, but the cpu is at 0 it may remains like that hours until I decide to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;kill it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Someone has and an idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 17:33:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/append-data-from-sde-feature-class-to-an-other/m-p/401930#M10725</guid>
      <dc:creator>EricLussier</dc:creator>
      <dc:date>2013-02-27T17:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: append data from sde feature class to an other hangs</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/append-data-from-sde-feature-class-to-an-other/m-p/401931#M10726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What happens when you step through your project in debug mode?&amp;nbsp; do you get an exception?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 21:25:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/append-data-from-sde-feature-class-to-an-other/m-p/401931#M10726</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2013-02-27T21:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: append data from sde feature class to an other hangs</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/append-data-from-sde-feature-class-to-an-other/m-p/401932#M10727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I experienced a similar problem when calling the append geoprocessor tool multiple times inside a loop.&amp;nbsp; Calling append multiple times seemed to work fine on most of my datasets but i noticed if the interval between consecutive append calls was small, the process would hang.&amp;nbsp; My process involved loading a Shapefile to a File Geodatabase, adding and calculating some fields, appending to an SDE Feature Class, deleting the objects, and repeating multiple times.&amp;nbsp; Occasionally, the process would hang after the call to append was made.&amp;nbsp; To solve the issue, I modified the process to load all Shapefiles (25+) to a File Geodatabase and created a semi-colon delimited string of the input FGDB feature classes to pass as an input to the append tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 15:22:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/append-data-from-sde-feature-class-to-an-other/m-p/401932#M10727</guid>
      <dc:creator>DavidRoberts1</dc:creator>
      <dc:date>2013-04-10T15:22:31Z</dc:date>
    </item>
  </channel>
</rss>

