<?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: Insert Fails at 1000 records in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/insert-fails-at-1000-records/m-p/97063#M2566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Must be that Oracle AUTOCOMMIT that is 1000 by default.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://proceedings.esri.com/library/userconf/proc01/professional/papers/pap869/p869.htm"&gt;http://proceedings.esri.com/library/userconf/proc01/professional/papers/pap869/p869.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've seen examples how to do that bulk inserts without DB tuning, at the cost of leaving transaction.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jun 2010 05:55:02 GMT</pubDate>
    <dc:creator>RemigijusPankevicius</dc:creator>
    <dc:date>2010-06-16T05:55:02Z</dc:date>
    <item>
      <title>Insert Fails at 1000 records</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/insert-fails-at-1000-records/m-p/97058#M2561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to insert a number of points into an ArcSDE 9.3.1 gdb, in an edit session&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've found that at 1000 features, I get an exception&amp;nbsp; HRESULT: 0x8005018B&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This only happens on SDE .. a personal GDB is fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried flushing the load cursor at 500 record intervals, but no difference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 17:34:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/insert-fails-at-1000-records/m-p/97058#M2561</guid>
      <dc:creator>MichaelFischer</dc:creator>
      <dc:date>2010-06-11T17:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Fails at 1000 records</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/insert-fails-at-1000-records/m-p/97059#M2562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Right off the bat seems like a problem with SDE or the RDBMS.&amp;nbsp; Sounds like there is a buffer or temp table filling up or that has a max set on it.&amp;nbsp;&amp;nbsp; I am not really an SDE or Oracle guru but I would look in that direction.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 19:00:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/insert-fails-at-1000-records/m-p/97059#M2562</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2010-06-11T19:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Fails at 1000 records</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/insert-fails-at-1000-records/m-p/97060#M2563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;are you doing your inserts between IEditor.StartOperation and IEditor.StopOperation?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 14:02:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/insert-fails-at-1000-records/m-p/97060#M2563</guid>
      <dc:creator>KirkKuykendall</dc:creator>
      <dc:date>2010-06-14T14:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Fails at 1000 records</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/insert-fails-at-1000-records/m-p/97061#M2564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It may or may not have anything to do with your issue, but check this help page on &lt;/SPAN&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=ArcSDE_initialization_parameters"&gt;ArcSDE Initialization Parameters&lt;/A&gt;&lt;SPAN&gt;. Note the default size of the AUTOCOMMIT value.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 14:10:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/insert-fails-at-1000-records/m-p/97061#M2564</guid>
      <dc:creator>JamesGonsoski</dc:creator>
      <dc:date>2010-06-15T14:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Fails at 1000 records</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/insert-fails-at-1000-records/m-p/97062#M2565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What type of underlying database? Is SDE also at 9.3.1? Can you post some example code? I tried a quick test with SQL Express and didn't see a problem with inserting 100,000 features.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 16:06:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/insert-fails-at-1000-records/m-p/97062#M2565</guid>
      <dc:creator>JohnHauck</dc:creator>
      <dc:date>2010-06-15T16:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Fails at 1000 records</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/insert-fails-at-1000-records/m-p/97063#M2566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Must be that Oracle AUTOCOMMIT that is 1000 by default.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://proceedings.esri.com/library/userconf/proc01/professional/papers/pap869/p869.htm"&gt;http://proceedings.esri.com/library/userconf/proc01/professional/papers/pap869/p869.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've seen examples how to do that bulk inserts without DB tuning, at the cost of leaving transaction.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 05:55:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/insert-fails-at-1000-records/m-p/97063#M2566</guid>
      <dc:creator>RemigijusPankevicius</dc:creator>
      <dc:date>2010-06-16T05:55:02Z</dc:date>
    </item>
  </channel>
</rss>

