<?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: Euclidean Distance Tool Error in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-tool-error/m-p/396467#M13498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try adjusting the output cell size. Also try not providing the output cell size.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2012 00:39:52 GMT</pubDate>
    <dc:creator>SolomonPulapkura</dc:creator>
    <dc:date>2012-07-05T00:39:52Z</dc:date>
    <item>
      <title>Euclidean Distance Tool Error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-tool-error/m-p/396465#M13496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For my work I've been using the tool Euclidean distance under Spatial Analyst tools. I used it yesterday and it worked fine but now when I try to run in I get a generic Error: 999999. Usually the error message will help me get around my issue but this one doesn't tell me much. I really have no idea what I'm doing wrong. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to create a raster showing distance from rivers and using the land as my processing extent and I'm making sure I delete the output from the attempts so I'm not trying to overwrite anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]15758[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2012 11:17:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-tool-error/m-p/396465#M13496</guid>
      <dc:creator>AndrewRoberts2</dc:creator>
      <dc:date>2012-07-04T11:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Euclidean Distance Tool Error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-tool-error/m-p/396466#M13497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;change your output path so that it doesn't contain spaces or other unsavory characters and see if that helps.&amp;nbsp; Also output filename should be 13 characters or less&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2012 11:44:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-tool-error/m-p/396466#M13497</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2012-07-04T11:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Euclidean Distance Tool Error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-tool-error/m-p/396467#M13498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try adjusting the output cell size. Also try not providing the output cell size.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 00:39:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-tool-error/m-p/396467#M13498</guid>
      <dc:creator>SolomonPulapkura</dc:creator>
      <dc:date>2012-07-05T00:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Euclidean Distance Tool Error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-tool-error/m-p/396468#M13499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Andrew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I noticed a couple times in the results messages the error: "Failed to open raster dataset". This makes me wonder if there is a problem with your rivers input file. If it is a raster, make sure it is integer type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this doesn't work, and you correct the file and path names as Dan Patterson suggests... my guess is that it is probably a problem with the coordinate system. Judging from the default cell size I assume you are using a lat/long coord-system, so try projecting toUTM or another Cartesian type and try again. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 14:05:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-tool-error/m-p/396468#M13499</guid>
      <dc:creator>JamesBornemann</dc:creator>
      <dc:date>2012-07-06T14:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Euclidean Distance Tool Error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-tool-error/m-p/396469#M13500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the help guys. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure what the problem was but when saving the output eucidean distance rasters in a geodatabase rather than a regular folder my model works. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My only issue now is that i'm not sure which type of measurement is being used in the output. I need to have it in meters and right now it is in some sort of interval where 1 equals a distance well over 100km. I was hoping that by setting my data frame properties to meters that it was create the out raster values in terms of meters but it doesn't seem to work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Andrew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 17:18:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-tool-error/m-p/396469#M13500</guid>
      <dc:creator>AndrewRoberts2</dc:creator>
      <dc:date>2012-07-16T17:18:15Z</dc:date>
    </item>
  </channel>
</rss>

