<?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: Multiple ring buffer error in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer-error/m-p/607121#M20169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a rule that any process that takes longer than a "cup of coffee" should be interrupted and a better way found. Multiple ring buffer is a particularly difficult process because it is a script that repeats the problem many times. You problem is likely to be inappropriate data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you get a single buffer to work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Buffers can be miss-applied if you have the wrong tolerances and over complex source that you are buffering. You can easily end up with millions of intersections that have to be resolved, and eventually after an hour the process runs out of memory. There is a good presentation by Dale Honeycutt and al "Overlay and Proximity" technical workshop &lt;/SPAN&gt;&lt;A href="http://proceedings.esri.com/dvd/uc/2009/uc/tws/workshops/tw_715.pdf"&gt;http://proceedings.esri.com/dvd/uc/2009/uc/tws/workshops/tw_715.pdf &lt;/A&gt;&lt;SPAN&gt;that explains what happens in a buffer_dissolve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Start with a very simple shape and get that working. Experiment with simplifying the source first and make sure it finishes in seconds. Then try the multiple buffer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Sep 2010 09:32:40 GMT</pubDate>
    <dc:creator>KimOllivier</dc:creator>
    <dc:date>2010-09-27T09:32:40Z</dc:date>
    <item>
      <title>Multiple ring buffer error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer-error/m-p/607120#M20168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have tried two times now to do a multibuffer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It fails after that it worked an hour, and should do the output.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can i report this? and where?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Executing: MultipleRingBuffer Vand C:\Users\Lars\Documents\ArcGIS\Default.gdb\Altvand_MultipleRingBuffer3 50;100;150;200;250;300;350;400;450;500;550;600;650;700;750;800 Meters distance ALL FULL&lt;BR /&gt;Start Time: Sat Sep 25 10:45:15 2010&lt;BR /&gt;Running script MultipleRingBuffer...&lt;BR /&gt;ERROR 999999: Error executing function.&lt;BR /&gt;Failed to execute (Buffer).&lt;BR /&gt;&lt;BR /&gt;Completed script MultipleRingBuffer...&lt;BR /&gt;Failed to execute (MultipleRingBuffer).&lt;BR /&gt;Failed at Sat Sep 25 11:50:30 2010 (Elapsed Time: 1 hours 5 minutes 15 seconds)&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Executing: MultipleRingBuffer Vand C:\Users\Lars\Documents\ArcGIS\Default.gdb\Altvand_MultipleRingBuffer5 100;200;300;400;500;600;700;800 Meters distance ALL FULL&lt;BR /&gt;Start Time: Sat Sep 25 11:52:22 2010&lt;BR /&gt;Running script MultipleRingBuffer...&lt;BR /&gt;ERROR 999999: Error executing function.&lt;BR /&gt;Failed to execute (Buffer).&lt;BR /&gt;&lt;BR /&gt;Completed script MultipleRingBuffer...&lt;BR /&gt;Failed to execute (MultipleRingBuffer).&lt;BR /&gt;Failed at Sat Sep 25 12:21:10 2010 (Elapsed Time: 28 minutes 48 seconds)&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Sep 2010 09:29:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer-error/m-p/607120#M20168</guid>
      <dc:creator>LarsJakobsen</dc:creator>
      <dc:date>2010-09-25T09:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ring buffer error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer-error/m-p/607121#M20169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a rule that any process that takes longer than a "cup of coffee" should be interrupted and a better way found. Multiple ring buffer is a particularly difficult process because it is a script that repeats the problem many times. You problem is likely to be inappropriate data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you get a single buffer to work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Buffers can be miss-applied if you have the wrong tolerances and over complex source that you are buffering. You can easily end up with millions of intersections that have to be resolved, and eventually after an hour the process runs out of memory. There is a good presentation by Dale Honeycutt and al "Overlay and Proximity" technical workshop &lt;/SPAN&gt;&lt;A href="http://proceedings.esri.com/dvd/uc/2009/uc/tws/workshops/tw_715.pdf"&gt;http://proceedings.esri.com/dvd/uc/2009/uc/tws/workshops/tw_715.pdf &lt;/A&gt;&lt;SPAN&gt;that explains what happens in a buffer_dissolve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Start with a very simple shape and get that working. Experiment with simplifying the source first and make sure it finishes in seconds. Then try the multiple buffer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 09:32:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer-error/m-p/607121#M20169</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2010-09-27T09:32:40Z</dc:date>
    </item>
  </channel>
</rss>

