<?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: Calculate Length Downstream For Junctions Add Field Issue in Water Resources Questions</title>
    <link>https://community.esri.com/t5/water-resources-questions/calculate-length-downstream-for-junctions-add/m-p/760087#M3893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help would be great&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Dec 2014 20:02:07 GMT</pubDate>
    <dc:creator>JoshObrecht</dc:creator>
    <dc:date>2014-12-05T20:02:07Z</dc:date>
    <item>
      <title>Calculate Length Downstream For Junctions Add Field Issue</title>
      <link>https://community.esri.com/t5/water-resources-questions/calculate-length-downstream-for-junctions-add/m-p/760086#M3892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While trying to run the Calculate Length Downstream For Junctions tool, I receive the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "C:\Users\444\Desktop\streams_final.py", line 49, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ArcHydroTools.CalculateLengthDownstreamForJunctions(PlacedPoints)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "C:\Program Files (x86)\ESRI\WaterUtils\ArcHydro\bin\ArcHydroTools.py", line 255, in CalculateLengthDownstreamForJunctions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e&lt;/P&gt;&lt;P&gt;ExecuteError: AddFieldGPerror : System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Geoprocessing.GeoProcessorClass.Execute(String Name, IVariantArray ipValues, ITrackCancel pTrackCancel)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at ESRI.APWR.ApHydro.GDBHelper.AddFieldGP(ApLayer apLayer, String fieldTag, String&amp;amp; exMessage) in C:\Builds\HydroSolutions\10.2_ArcHydro\Sources\ArcHydroTools\src\ApHydro\GDBHelper.vb:line 1339&lt;/P&gt;&lt;P&gt;Failed to execute (CalculateLengthDownstreamForJunctions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running the tool against a Feature Class. Can anyone tell me how to resolve this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 21:52:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/calculate-length-downstream-for-junctions-add/m-p/760086#M3892</guid>
      <dc:creator>JoshObrecht</dc:creator>
      <dc:date>2014-12-03T21:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Length Downstream For Junctions Add Field Issue</title>
      <link>https://community.esri.com/t5/water-resources-questions/calculate-length-downstream-for-junctions-add/m-p/760087#M3893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help would be great&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 20:02:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/calculate-length-downstream-for-junctions-add/m-p/760087#M3893</guid>
      <dc:creator>JoshObrecht</dc:creator>
      <dc:date>2014-12-05T20:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Length Downstream For Junctions Add Field Issue</title>
      <link>https://community.esri.com/t5/water-resources-questions/calculate-length-downstream-for-junctions-add/m-p/760088#M3894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Josh,&lt;/P&gt;&lt;P&gt;I've posted several "solutions" to Arc Hydro problems at &lt;A href="https://community.esri.com/thread/43771"&gt;ArcHydro Problem Solvers&lt;/A&gt;‌. You can peruse this for other solution ideas. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "&lt;SPAN style="color: #000000; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14.4444446563721px;"&gt;HRESULT E_FAIL" type error could be due to two things (my best off the top of my head guess).&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14.4444446563721px;"&gt;Having your project files on a server. Put them on your local drive - runs faster and with fewer errors like this.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14.4444446563721px;"&gt;Put as much of your data as possible in geodatabases. They are more stable than regular shape files.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14.4444446563721px;"&gt;Mark&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 20:45:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/calculate-length-downstream-for-junctions-add/m-p/760088#M3894</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2014-12-05T20:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Length Downstream For Junctions Add Field Issue</title>
      <link>https://community.esri.com/t5/water-resources-questions/calculate-length-downstream-for-junctions-add/m-p/760089#M3895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will look in that thread to see if it helps. Both of your suggestions were already being done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 22:08:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/calculate-length-downstream-for-junctions-add/m-p/760089#M3895</guid>
      <dc:creator>JoshObrecht</dc:creator>
      <dc:date>2014-12-05T22:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Length Downstream For Junctions Add Field Issue</title>
      <link>https://community.esri.com/t5/water-resources-questions/calculate-length-downstream-for-junctions-add/m-p/760090#M3896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There was nothing in that thread that helped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 15:22:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/calculate-length-downstream-for-junctions-add/m-p/760090#M3896</guid>
      <dc:creator>JoshObrecht</dc:creator>
      <dc:date>2014-12-10T15:22:34Z</dc:date>
    </item>
  </channel>
</rss>

