<?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: Buffer tool not finishing on large feature class in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647974#M21665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried breaking up the input feature class and running dissolve on each part, then merging back together. This worked (except for one of the parts, which throws error 99999, even after repairing geometry), but now running dissolve on the merged feature class gives an "out of memory" error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody else have any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Dec 2014 16:25:21 GMT</pubDate>
    <dc:creator>MarcCusumano</dc:creator>
    <dc:date>2014-12-26T16:25:21Z</dc:date>
    <item>
      <title>Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647965#M21656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a new "Cartway" feature class using the buffer tool on a centerline feature class with ~750,000 features in ArcGIS 10.1 SP1. The tool has basic parameters as inputs, such as "FULL", "ROUND", and "ALL", and background geoprocessing is disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I am having is the tool is stuck at 100% completion and does not finish. However the ArcCatalog.exe process is still working (13% CPU, or 100% / 8 cores). I even let it run over the weekend and it is still not done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data and scratch workspace are all on solid state drives (SSD's). There are no "spinners" in this workstation to slow things down, so there should be no bottleneck there. The workstation is a Dell T5500 Precision workstation. The specifications are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 x Intel Xeon X5677 (2 physical quad-core CPUs, 8 physical cores total, HT disabled).&lt;/P&gt;&lt;P&gt;20GB RAM&lt;/P&gt;&lt;P&gt;2 x NVIDIA Quadro 600 GPUs&lt;/P&gt;&lt;P&gt;120GB Corsair V12 SSD&lt;/P&gt;&lt;P&gt;120GB Corsair Force GT SSD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas as to how I can get this to finish?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 12:28:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647965#M21656</guid>
      <dc:creator>MarcCusumano</dc:creator>
      <dc:date>2014-12-22T12:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647966#M21657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like you've hit some "internal" problem with the Buffer tool rather than anything to do with your high spec machine. As a solution could you write a simple model and iterate over say batches of 5,000 features, buffer those and do some final merge?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to do this recently as I was trying to buffer 400,000 points, it was bombing out as you described. When I batched the process it ran slower but it did complete.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 17:13:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647966#M21657</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2014-12-22T17:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647967#M21658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The process has not "bombed", it is still running; in task manager the ArcCatalog.exe process is using 13% CPU (which is 100% of one core, as it is a single-threaded application. 100% / 8 cores = 13%); also the amount of RAM being used by the process fluctuates rapidly (between 500MB to 650MB).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it is definitely still working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Splitting up and then merging is not an option due to the way the buffer tool dissolves intersections to remove overlapping polygons. This has to be done as a single process (we do not have time to manually correct thousands of overlapping polygons).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 20:12:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647967#M21658</guid>
      <dc:creator>MarcCusumano</dc:creator>
      <dc:date>2014-12-22T20:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647968#M21659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried using the old style buffer wizard, I find it out performs the buffer tools in the toolbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;To add the Buffer Wizard to ArcMap, go to Tools &amp;gt; Customize &amp;gt; Commands tab. In the Categories window on the left, scroll down and select Tools. From the Commands window on the right, select the Buffer Wizard tool, then drag and drop the tool onto any toolbar displayed in the ArcMap window.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;Worth a try&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;Anthony&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 20:18:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647968#M21659</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2014-12-22T20:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647969#M21660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have encountered this problem too. The way we solved it was to buffer without the dissolve option and afterwards running the dissolve tool. This worked for us.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 03:44:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647969#M21660</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2014-12-23T03:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647970#M21661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the suggestions. I have tried running the buffer wizard in ArcMap, which ran for over 8 hours. When I came back to the office in the morning, there was an error message saying "ArcMap has crashed".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then tried running the Buffer tool again in ArcCatalog without the dissolve option checked. This worked, however when attempting to run the Dissolve tool on the output I got an error stating "Invalid Topology". I then tried running the repair geometry tool on the output and re-running the Dissolve tool, but received the same error about invalid topology.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone from esri please help? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 16:09:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647970#M21661</guid>
      <dc:creator>MarcCusumano</dc:creator>
      <dc:date>2014-12-24T16:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647971#M21662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you buffering features that are creating some insanely large multi-part buffer? May be you could upload an image of what you are trying to buffer? You may find that if you batch up your buffering (as I suggested) you may overcome this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 17:04:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647971#M21662</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2014-12-24T17:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647972#M21663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We need to create 25 foot buffers for the entire state of New Jersey for our land base. We are using 2013 TeleAtlas centerlien data as the input. It does not have to be multi-part. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am open to the idea of doing to it in batches, but would not there then be overlap that would require another dissolve? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why does it matter how many features are being run through the tool? The software should be able to handle large sets of data; it is almost 2015 and 4TB hard drives are less than $150. I have made posts in the past pleading for esri to rework their core product's most basic tools to bring them into the 21st century but we still continually face these types of issues when working with large datasets..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 18:58:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647972#M21663</guid>
      <dc:creator>MarcCusumano</dc:creator>
      <dc:date>2014-12-24T18:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647973#M21664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I understand it the underlying building blocks of desktop is 32bit. So it does not matter if you have the memory, huge storage capacity and the latest cpu it will never be able to utilises them. Your buffering maybe creating some monster geometry that it cannot handle. So if you batch it up into smaller batches with the extra over heading of running the dissolve tool, yes it will be slower but it should run to completion with you doing some final merge. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the risk of sounding flippant the time and effort you have spent researching on this forum you could have done it all by now with a fairly simple model or python script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 17:24:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647973#M21664</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2014-12-25T17:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647974#M21665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried breaking up the input feature class and running dissolve on each part, then merging back together. This worked (except for one of the parts, which throws error 99999, even after repairing geometry), but now running dissolve on the merged feature class gives an "out of memory" error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody else have any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 16:25:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647974#M21665</guid>
      <dc:creator>MarcCusumano</dc:creator>
      <dc:date>2014-12-26T16:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647975#M21666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you've managed to narrow it down to a single feature? This is good. You could copy that out into its own feature class and manually chop it up into smaller geometries then run that through the buffer and dissolve tools then merge that back into all your other merged data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 17:20:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647975#M21666</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2014-12-26T17:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647976#M21667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to run the dissolve on 4 / 5 feature classes. The one that fails has 170,000 feature inside of it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 17:24:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647976#M21667</guid>
      <dc:creator>MarcCusumano</dc:creator>
      <dc:date>2014-12-26T17:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647977#M21668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still struggling with this. Chopping up the feature class did not work, I am still getting topoengine errors and 9999 general function failures. Also this method is creating gaps between feature all over the state, which is unacceptable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 13:52:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647977#M21668</guid>
      <dc:creator>MarcCusumano</dc:creator>
      <dc:date>2014-12-29T13:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647978#M21669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We require support from esri on this issue. Who can I contact?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 15:40:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647978#M21669</guid>
      <dc:creator>MarcCusumano</dc:creator>
      <dc:date>2015-01-02T15:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647979#M21670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the ESRI replaced the data model from Coverage to SHAP to Geodatabase, the ArcGIS software geoprocessing tools can't handle the large dataset, and the error message (memory issue...) is wrong also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One better solution is to convert the data format to the Coverage format, then running the coverage geoprocessing tool -- the coverage geoprocessing tool can deal with the large dataset.&lt;/P&gt;&lt;P&gt;In order to run coverage tool, you should to have the ArcINFO Workstation installed in your PC, then you can add the Coverage Tools in the Toolbox and to active it to run.&lt;/P&gt;&lt;P&gt;Actually the coverage data model is robust format and much better than SHP &amp;amp; GDB.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 22:25:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647979#M21670</guid>
      <dc:creator>TOMKONG</dc:creator>
      <dc:date>2015-01-03T22:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647980#M21671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Up at the very top of this page is the &lt;STRONG&gt;Support and Services&lt;/STRONG&gt; link.&amp;nbsp; If you are the owner of the software, you can report it yourself...if it is a corporate account...someone there (sometimes unknown) can do it for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 22:41:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647980#M21671</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-01-03T22:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647981#M21672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you read &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//01m10000000r000000"&gt;this help file?&lt;/A&gt;‌&amp;nbsp; It specifically mentions the Dissolve tool and road casings as an example of what causes the kinds of failures you are experiencing.&amp;nbsp; &lt;SPAN style="font-size: 14.4444446563721px;"&gt;The &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000037000000" style="font-size: 14.4444446563721px;"&gt;Dice tool&lt;/A&gt;‌ may be a more effective way of removing the errors you are seeing than the partitioning techniques you are using, since it accounts for vertices counts that create the issues you are seeing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, given that this is a buffer, use of the Cartography generalization tools should be considered acceptable, since these buffers are probably not exact boundaries that represent real legal boundaries or any other real world precise information.&amp;nbsp; Buffering is already a form of generalization, and some additional cartographic generalization may be useful specifically for avoiding the errors you are receiving without necessarily making radical changes to the final output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, Dissolving the lines on name attributes and then using &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Simplify_Line/007000000010000000/"&gt;Simplify Line&lt;/A&gt; at the start of the process prior to creating buffers could have a significant effect on the vertice count of the buffer output, which is the issue you are running into.&amp;nbsp; At least it should eliminate vertices that contribute no real geometry angles &lt;SPAN style="font-size: 14.4444446563721px;"&gt;if you use a small tolerance value&lt;/SPAN&gt;, but retaining those extraneous vertices increases the likelihood of tool failure.&amp;nbsp; If you try the Simplify Line tool review &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/How_Simplify_Line_works/007000000046000000/"&gt;this help on that topic&lt;/A&gt; as well.&amp;nbsp; In addition, or as an alternative, you could also try the &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Simplify_Polygon/007000000011000000/"&gt;Simplify Polygons tool&lt;/A&gt; prior to using the Dissolve tool to reduce the vertice count of the buffers.&amp;nbsp; That may eliminate large numbers of very small true curve segments, which may cause tolerance errors when they are being split during the Dissolve process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to the issues mentioned in the help about shapefiles and personal geodatabase size limitations, if you are outputting to shapefile or personal geodatabase, the vertice counts will explode to convert true curves at end caps into nodes only to dissolve them away, so I hope you are only doing this with a file geodatabase.&amp;nbsp; Reducing vertice counts with the Simplify Lines or Simplify Polygon tools also probably helps eliminate many very short true curve segments created by the Dissolve which may also contribute to the geometry errors being reported if you are using a file geodatabase already.&amp;nbsp; Retaining such very small curves will contribute very little to your buffer data analysis in the end and make any other geoprocessing you may do based on the output problematic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 23:32:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647981#M21672</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2015-01-03T23:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647982#M21673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the suggestions everyone, although still no luck. Every avenue ends up with 9999 general function failure, topoengine errors, or the tool simply does not finish after allowing over 3 days of processing time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have now merged the entire street centerline feature class into one single feature and am attempting to run the buffer tool on that without the dissolve option checked, although it is still at 0% after a half hour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this does not work I will open a ticket with esri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 19:58:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647982#M21673</guid>
      <dc:creator>MarcCusumano</dc:creator>
      <dc:date>2015-01-06T19:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647983#M21674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to use Coverage Tool? It can handle large dataset input. I tried few times to run large dataset input by using Coverage Tool (After installing ArcInfo Worksatation, you can have the Coverage Tool in the Toobox), there are no any problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 22:01:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647983#M21674</guid>
      <dc:creator>TOMKONG</dc:creator>
      <dc:date>2015-01-06T22:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer tool not finishing on large feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647984#M21675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This issue is definitely in dissolving the buffers as you've discovered (running buffer w/o dissolve option works).&amp;nbsp; If your input is 750,000 centerlines, that means there are 750,000 polygons, many of them with multiple overlaps.&amp;nbsp; These overlaps count as additional polygons during the dissolve process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you first run the &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000040000000"&gt;Unsplit Line&lt;/A&gt; tool on the street centerlines.This should create a centerline feature class with significantly fewer features than the 750,000.&amp;nbsp; Use these unsplit centerlines as input to Buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a 64-bit operating system, install and use &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Background_Geoprocessing_64_bit/002100000040000000/"&gt;64-bit background processing&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Here's a picture of unsplitting street centerlines on a street-name attribute.&amp;nbsp; This shows the potential reduction in features:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="lawton.png" class="jive-image image-1" src="http://downloads.esri.com/Blogs/analysis/IntersectionList/lawton.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 21:36:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/buffer-tool-not-finishing-on-large-feature-class/m-p/647984#M21675</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2015-01-07T21:36:53Z</dc:date>
    </item>
  </channel>
</rss>

