<?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: Point Distance 999999 Error in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/point-distance-999999-error/m-p/753636#M24653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check your file paths or all input/output data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have any invalid characters such as spaces?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Check all the way back to the root drive letter&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i.e. C:\Users\Bob\My Documents&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this has a space between "My" and "Documents".&amp;nbsp; This can sometimes make tools fall over.&amp;nbsp; Replace all spaces with something else (I use underscores"_")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or do you have hyphens in the file names? "-"&amp;nbsp; Again, these will cause problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jun 2013 11:23:43 GMT</pubDate>
    <dc:creator>DanielHall_Ballester</dc:creator>
    <dc:date>2013-06-26T11:23:43Z</dc:date>
    <item>
      <title>Point Distance 999999 Error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/point-distance-999999-error/m-p/753634#M24651</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 am a fairly new user. I am just trying to get the distance from hospital addresses to other addresses within a certain radius using ArcMap. I did the same thing with another set of addresses and got to the distance output just fine but this time I am getting an error. So far the steps I have gone through are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;used geoprocessing to get the x/y coordinates of the addresses.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;created an xy feature class&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;projected on the geographic NAD83 plane using define projection&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;reprojected using feature/project on a UTM Projected&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;used the point distance tool with same file as input and near with the xy coordinates&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error I get says 999999 after 7 or 8 seconds of running the point distance tool. I cannot find much other helpful information from the message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to save the output to the same folder as the table with the xy projection. I saw another thread post suggest creating a new gdb folder and saving the distance output there (link to that post: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/35050-Point-tot-point-distance-gives-error-message"&gt;http://forums.arcgis.com/threads/35050-Point-tot-point-distance-gives-error-message&lt;/A&gt;&lt;SPAN&gt;). I tried that and the distance worked without an error, but I cannot seem to find any openable file when I look in that gdb folder in windows explorer but I do see the file in the catalog in ArcMap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jun 2013 16:58:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/point-distance-999999-error/m-p/753634#M24651</guid>
      <dc:creator>NoahHammarlund</dc:creator>
      <dc:date>2013-06-22T16:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Point Distance 999999 Error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/point-distance-999999-error/m-p/753635#M24652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone have any ideas on the error or on getting the table from the .gdb? I'd be glad to provide any further information. Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 15:45:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/point-distance-999999-error/m-p/753635#M24652</guid>
      <dc:creator>NoahHammarlund</dc:creator>
      <dc:date>2013-06-24T15:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Point Distance 999999 Error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/point-distance-999999-error/m-p/753636#M24653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check your file paths or all input/output data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have any invalid characters such as spaces?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Check all the way back to the root drive letter&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i.e. C:\Users\Bob\My Documents&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this has a space between "My" and "Documents".&amp;nbsp; This can sometimes make tools fall over.&amp;nbsp; Replace all spaces with something else (I use underscores"_")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or do you have hyphens in the file names? "-"&amp;nbsp; Again, these will cause problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 11:23:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/point-distance-999999-error/m-p/753636#M24653</guid>
      <dc:creator>DanielHall_Ballester</dc:creator>
      <dc:date>2013-06-26T11:23:43Z</dc:date>
    </item>
  </channel>
</rss>

