<?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: My Model crashes and closes down Arcmap in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/my-model-crashes-and-closes-down-arcmap/m-p/285021#M9790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: 1812&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Henrik,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am glad you posted the problem and the data. I have reproduced the crash and passed it to the team for investigation and hopefully a fix. Thanks for your post and the update.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2012 17:21:17 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2012-03-28T17:21:17Z</dc:date>
    <item>
      <title>My Model crashes and closes down Arcmap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/my-model-crashes-and-closes-down-arcmap/m-p/285019#M9788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: GEOSTUV03&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi there&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I made this model, but whn I un it, it crashes down Arcmap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried ArcMap 10, SP3 and SP4 and it's on a windows 7, ENT x64&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is attached the model and the data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 10:18:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/my-model-crashes-and-closes-down-arcmap/m-p/285019#M9788</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-03-27T10:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: My Model crashes and closes down Arcmap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/my-model-crashes-and-closes-down-arcmap/m-p/285020#M9789</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;I found the problem my self.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The LAN010 output was empty and therefor the "FC to Raster" crashed the model and ArcMap.....When I removed this "string" in the model, it worked just fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 08:56:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/my-model-crashes-and-closes-down-arcmap/m-p/285020#M9789</guid>
      <dc:creator>HenrikSvenningsen</dc:creator>
      <dc:date>2012-03-28T08:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: My Model crashes and closes down Arcmap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/my-model-crashes-and-closes-down-arcmap/m-p/285021#M9790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: 1812&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Henrik,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am glad you posted the problem and the data. I have reproduced the crash and passed it to the team for investigation and hopefully a fix. Thanks for your post and the update.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 17:21:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/my-model-crashes-and-closes-down-arcmap/m-p/285021#M9790</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-03-28T17:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: My Model crashes and closes down Arcmap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/my-model-crashes-and-closes-down-arcmap/m-p/285022#M9791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Henrik&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for sharing the problem. It will be fixed in 10.1 and also in 10 SP5&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem occurs when you have a feature class with an undefined extent. To create a raster one needs an extent. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FeatureToRaster and PolygonToRaster now throw an error when there is no extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In your workflow you'll need to make a decision what to do when a feature class with no extent is created. Possible solutions include, inter alia;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- stop processing, or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- define an extent and in your case a output raster filled with NoData will be created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once again, thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 15:41:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/my-model-crashes-and-closes-down-arcmap/m-p/285022#M9791</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2012-03-30T15:41:51Z</dc:date>
    </item>
  </channel>
</rss>

