<?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 Model Builder, hanging on Near Tool (Analysis Tools, Proximity) in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/model-builder-hanging-on-near-tool-analysis-tools/m-p/538670#M5845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have produced rather a large model in Arc10, service pack 4. I have a few Near Tool processes within the model. When I run the model as a whole it will hang on a couple of these Near Processes and just won't carry on, or takes ages and write the information as -1 only!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I have the model open in edit mode and cancel the process when it starts to hang, I can carry on where it stopped and the near analysis works fine, so there is nothing wrong with any of the inputs etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just need to be able to run the whole Model in one go without this hanging problem, anyone have any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2012 13:56:54 GMT</pubDate>
    <dc:creator>PaulBrown2</dc:creator>
    <dc:date>2012-11-01T13:56:54Z</dc:date>
    <item>
      <title>Model Builder, hanging on Near Tool (Analysis Tools, Proximity)</title>
      <link>https://community.esri.com/t5/mapping-questions/model-builder-hanging-on-near-tool-analysis-tools/m-p/538670#M5845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have produced rather a large model in Arc10, service pack 4. I have a few Near Tool processes within the model. When I run the model as a whole it will hang on a couple of these Near Processes and just won't carry on, or takes ages and write the information as -1 only!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I have the model open in edit mode and cancel the process when it starts to hang, I can carry on where it stopped and the near analysis works fine, so there is nothing wrong with any of the inputs etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just need to be able to run the whole Model in one go without this hanging problem, anyone have any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 13:56:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/model-builder-hanging-on-near-tool-analysis-tools/m-p/538670#M5845</guid>
      <dc:creator>PaulBrown2</dc:creator>
      <dc:date>2012-11-01T13:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder, hanging on Near Tool (Analysis Tools, Proximity)</title>
      <link>https://community.esri.com/t5/mapping-questions/model-builder-hanging-on-near-tool-analysis-tools/m-p/538671#M5846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been running into problems with the NEAR tool in python for 6 months.&amp;nbsp; Some times it works but mostly it hangs when running the near.&amp;nbsp; Sometimes it will run the first near, but the second near hangs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried everything I can think of to get it to work.&amp;nbsp; Repairing the featureclasses, running the nears on layers and not the FC's.&amp;nbsp; Copying the featureclasses into feature datasets with different tollerances / resolutions, copying them into new clean FGDB's with nothing else in them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried using different geoprocessing objects (arcpy.Near vs gp.near)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nothing consistently fixes the problem.&amp;nbsp; It's crazy the number of hours I've spent on this problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 15:41:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/model-builder-hanging-on-near-tool-analysis-tools/m-p/538671#M5846</guid>
      <dc:creator>markmcgirr</dc:creator>
      <dc:date>2012-11-19T15:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder, hanging on Near Tool (Analysis Tools, Proximity)</title>
      <link>https://community.esri.com/t5/mapping-questions/model-builder-hanging-on-near-tool-analysis-tools/m-p/538672#M5847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mamcgirr &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a fair few near processes in my model with a lot of point to line near analysis. The way I made it work was to densify the lines so that there was a vertex every 1 m (this was accurate enough for my application), I converted the vertices to points and subsequently ran the near analysis on the two point feature classes. The model runs through no problem now with the point to point near analysis. You could try converting your feature classes to points if possible, it worked for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 15:52:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/model-builder-hanging-on-near-tool-analysis-tools/m-p/538672#M5847</guid>
      <dc:creator>PaulBrown2</dc:creator>
      <dc:date>2012-11-19T15:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder, hanging on Near Tool (Analysis Tools, Proximity)</title>
      <link>https://community.esri.com/t5/mapping-questions/model-builder-hanging-on-near-tool-analysis-tools/m-p/538673#M5848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That converting it to Points idea was great.&amp;nbsp; It seems to be running fine for me now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 19:56:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/model-builder-hanging-on-near-tool-analysis-tools/m-p/538673#M5848</guid>
      <dc:creator>markmcgirr</dc:creator>
      <dc:date>2012-11-19T19:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder, hanging on Near Tool (Analysis Tools, Proximity)</title>
      <link>https://community.esri.com/t5/mapping-questions/model-builder-hanging-on-near-tool-analysis-tools/m-p/538674#M5849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Excellent, glad it works for you too&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 07:49:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/model-builder-hanging-on-near-tool-analysis-tools/m-p/538674#M5849</guid>
      <dc:creator>PaulBrown2</dc:creator>
      <dc:date>2012-11-20T07:49:16Z</dc:date>
    </item>
  </channel>
</rss>

