<?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: ArcPy Bug?- Find closest facility ERROR 001156: could not write value '32768' to output field ORIG_FID in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-bug-find-closest-facility-error-001156-could/m-p/712701#M55281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding a screenshot of the bug report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/365094_pastedImage_1.png" style="width: 620px; height: 393px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jul 2017 14:28:37 GMT</pubDate>
    <dc:creator>WhereMatters</dc:creator>
    <dc:date>2017-07-31T14:28:37Z</dc:date>
    <item>
      <title>ArcPy Bug?- Find closest facility ERROR 001156: could not write value '32768' to output field ORIG_FID</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-bug-find-closest-facility-error-001156-could/m-p/712694#M55274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am unable to solve a closest facility problem in ArcGIS Desktop 10.2.2 with&amp;nbsp;ArcPy using the sample code provided in help documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get this error:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;ERROR: A geoprocessing error occurred.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ERROR 001156: Failed on input OID 32768, could not write value '32768' to output field ORIG_FID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Failed to execute (FeatureClassToFeatureClass).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;An error occured on line 27&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;A geoprocessing error occurred.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ERROR 001156: Failed on input OID 32768, could not write value '32768' to output field ORIG_FID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Failed to execute (FeatureClassToFeatureClass).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Failed to execute (FindClosestFacilities).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It seems to me this is a bug with field mapping that is occurring internally. Its obvious that ORIG_FID should be a long int and it actually is short int. That is why we are seeing this exception at 32768.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the San Francisco network dataset available in ArcGIS tutorial data, with some randomly generated facilities (about 100,000) over the area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code that throws the error.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy
&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; arcpy &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; env

&lt;SPAN class="keyword token"&gt;try&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;# Check out the Network Analyst extension license&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CheckOutExtension&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Network"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;# Set environment settings&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; env&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;workspace &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'C:\arcgis\ArcTutor\Network Analyst\Tutorial\SanFrancisco.gdb'&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; env&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;overwriteOutput &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token boolean"&gt;True&lt;/SPAN&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;# Set local variables&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; inNetworkDataset &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'C:\arcgis\ArcTutor\Network Analyst\Tutorial\SanFrancisco.gdb\Transportation\Streets_ND'&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; inIncidents &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'D:\Sample data\sampledata.gdb\incident'&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; inFacilities &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'D:\Sample data\sampledata.gdb\manholes_sf'&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; outGeodatabase &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'D:\Sample data\sampledata.gdb'&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;#outGeodatabase = "in_memory"&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; outRoutes &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Routes"&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; outDirections &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Directions"&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; outClosestFacilities &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"ClosestFacilities"&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; measurement_units &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Meters"&lt;/SPAN&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;# Run FindClosestFacilities. Choose to find only the closest facility.&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;na&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;FindClosestFacilities&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;inIncidents&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; inFacilities&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; measurement_units&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inNetworkDataset&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; outGeodatabase&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; outRoutes&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outDirections&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; outClosestFacilities&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Number_of_Facilities_to_Find&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Script completed successfully"&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;except&lt;/SPAN&gt; Exception &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; e&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;# If an error occurred, print line number and error message&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; traceback&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; sys
&amp;nbsp;&amp;nbsp;&amp;nbsp; tb &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; sys&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;exc_info&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"An error occured on line %i"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt; tb&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;tb_lineno
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt; str&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;e&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:32:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-bug-find-closest-facility-error-001156-could/m-p/712694#M55274</guid>
      <dc:creator>WhereMatters</dc:creator>
      <dc:date>2021-12-12T06:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Bug?- Find closest facility ERROR 001156: could not write value '32768' to output field ORIG_FID</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-bug-find-closest-facility-error-001156-could/m-p/712695#M55275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have identified the problem, you will have to delete that field, then re-add it with the appropriate dtype.&amp;nbsp; I suspect the demo was just for that purpose and wasn't designed to handle that many records in the first place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Jul 2017 02:29:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-bug-find-closest-facility-error-001156-could/m-p/712695#M55275</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-30T02:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Bug?- Find closest facility ERROR 001156: could not write value '32768' to output field ORIG_FID</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-bug-find-closest-facility-error-001156-could/m-p/712696#M55276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Dan, we cannot delete that field as it is part of an intermediate feature class/table that gets generated during the solve process. It is saved in the geodatabase as "TempInput" only because the process crashed out. During normal runs, it gets created and deleted automatically. Only this time, since the process crashed, we see the TempInput featureclass remain in the output gdb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 07:36:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-bug-find-closest-facility-error-001156-could/m-p/712696#M55276</guid>
      <dc:creator>WhereMatters</dc:creator>
      <dc:date>2017-07-31T07:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Bug?- Find closest facility ERROR 001156: could not write value '32768' to output field ORIG_FID</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-bug-find-closest-facility-error-001156-could/m-p/712697#M55277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Flag it to support is pretty well the only recourse then.&amp;nbsp; You may want to inquire if this issue had been identified and fixed in more recent versions... I notice that you refer to arcmap 10.2.2 which according to the &lt;STRONG&gt;&lt;A href="http://support.esri.com/en/Products/Desktop/arcgis-desktop/arcmap/10-5-1#product-support"&gt;Product Life cycle&lt;/A&gt; &lt;/STRONG&gt;has entered 'mature' support (never found a clear definition of that one) so upgrading may be the only option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 07:56:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-bug-find-closest-facility-error-001156-could/m-p/712697#M55277</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-31T07:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Bug?- Find closest facility ERROR 001156: could not write value '32768' to output field ORIG_FID</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-bug-find-closest-facility-error-001156-could/m-p/712698#M55278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌ here is the information on Mature Support:&amp;nbsp;&lt;A class="link-titled" href="http://downloads2.esri.com/support/TechArticles/Product-Life-Cycle.pdf" title="http://downloads2.esri.com/support/TechArticles/Product-Life-Cycle.pdf"&gt;http://downloads2.esri.com/support/TechArticles/Product-Life-Cycle.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 11:33:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-bug-find-closest-facility-error-001156-could/m-p/712698#M55278</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2017-07-31T11:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Bug?- Find closest facility ERROR 001156: could not write value '32768' to output field ORIG_FID</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-bug-find-closest-facility-error-001156-could/m-p/712699#M55279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks George... finally bookmarked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 11:36:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-bug-find-closest-facility-error-001156-could/m-p/712699#M55279</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-31T11:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Bug?- Find closest facility ERROR 001156: could not write value '32768' to output field ORIG_FID</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-bug-find-closest-facility-error-001156-could/m-p/712700#M55280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bug ....&lt;A href="http://support.esri.com/en/bugs/nimbus/QlVHLTAwMDA4OTAzMw=="&gt;http://support.esri.com/en/bugs/nimbus/QlVHLTAwMDA4OTAzMw==&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;version fixed &amp;nbsp; 10.4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 11:41:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-bug-find-closest-facility-error-001156-could/m-p/712700#M55280</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-31T11:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Bug?- Find closest facility ERROR 001156: could not write value '32768' to output field ORIG_FID</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-bug-find-closest-facility-error-001156-could/m-p/712701#M55281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding a screenshot of the bug report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/365094_pastedImage_1.png" style="width: 620px; height: 393px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 14:28:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-bug-find-closest-facility-error-001156-could/m-p/712701#M55281</guid>
      <dc:creator>WhereMatters</dc:creator>
      <dc:date>2017-07-31T14:28:37Z</dc:date>
    </item>
  </channel>
</rss>

