<?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: ERROR 000840: The value is not a File. Failed to execute (PackageResult) in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644568#M50254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Duncan - and thanks for helping get it fixed in the documentation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Nov 2019 23:41:41 GMT</pubDate>
    <dc:creator>DonMorrison1</dc:creator>
    <dc:date>2019-11-19T23:41:41Z</dc:date>
    <item>
      <title>ERROR 000840: The value is not a File. Failed to execute (PackageResult)</title>
      <link>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644559#M50245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to do something that looks pretty simple, but isn't working for me.&amp;nbsp; The code below is running a python tool then calling the API to package the tool.&amp;nbsp; The tool runs great and I get the result object as expected/ But the package request fails with this error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;*** arcgisscripting.ExecuteError: Failed to execute. Parameters are not valid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;ERROR 000800: The value is not a member of _PYTHON__RESULT__{44960780-1946-4AF7-B9FD-8AAD7585504E} | _PYTHON__RESULT__{61DCE3A6-3E2E-4AE6-8E7F-DEC9042BC235}.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;ERROR 000840: The value is not a File.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Failed to execute (PackageResult).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried everything I can think of to isolate the cause - but no luck. Here is the code&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;import os&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;arcpy.ImportToolbox(os.path.normpath('row_toolbox/SharedTools.pyt'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;results = arcpy.sharedtools.ImportGeodatabase(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; 'UIC', &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; os.path.normpath('E:/ROW_as_habitat/temp/ROWHWG_Database.gdb'), &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; 'https://utility.arcgis.com/usrsvcs/servers/af1446382d3f441f859c305d15601085/rest/services/ROW_testing/UIC/FeatureServer',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; True)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;out_file = os.path.normpath('E:/ROW_as_habitat/temp/importgdb.gpkx')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;arcpy.PackageResult_management(results, out_file, convert_data='PRESERVE')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Nov 2019 13:57:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644559#M50245</guid>
      <dc:creator>DonMorrison1</dc:creator>
      <dc:date>2019-11-10T13:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000840: The value is not a File. Failed to execute (PackageResult)</title>
      <link>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644560#M50246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've done very little with Packages but looking at the syntax section of this tool in help file the first parameter should be an ".rlt" file, you are attempting to pass a &lt;EM&gt;result object&lt;/EM&gt; directly to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look at the help file again a result object has the &lt;EM&gt;SaveToFile()&lt;/EM&gt; method which creates the rlt file format. You would then pass that to the package tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2019 10:30:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644560#M50246</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2019-11-11T10:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000840: The value is not a File. Failed to execute (PackageResult)</title>
      <link>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644561#M50247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Duncan. It looks like this may have changed between ArcMap and ArcPro. My tool only runs on ArcPro so I'm stuck there. result.SaveToFile does not work on ArcPro (according to the documentation plus I just tried it to make sure) so that is not an option.&amp;nbsp; The example from the&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/package-result.htm"&gt;ArcPro documentation&lt;/A&gt;&amp;nbsp;looks pretty much the same as what I'm trying to do so I'm still searching for a solution.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2019 19:33:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644561#M50247</guid>
      <dc:creator>DonMorrison1</dc:creator>
      <dc:date>2019-11-11T19:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000840: The value is not a File. Failed to execute (PackageResult)</title>
      <link>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644562#M50248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting the Help file ArcPro definitely says result object which the ArcMap version does not say but it also hints that it could be a file under the data type column. Following the link to the Result Object and as you say saveToFile() is not supported. A bit of a chicken and egg scenario!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So assuming the error is not to do&amp;nbsp; with the result object I would explore the following: you appear to be running a python toolbox tool rather than a standard geoprocessing tool, try something simple like a buffer tool and see if your code packages that up. If that does work it strongly suggests the issue is with your pyt tool. I don't know if results from a pyt tool can be packaged?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that fails then I think you need to contact ESRI support, unless one of them wades in here now and helps us?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a side note your original question did not specify it was an ArcPro issue or even tagged as an ArcPro issue hence me replying from an ArcMap view point. You must get into the habit of specifying which software, version and license level you are using as a standard as this dictates the type of&amp;nbsp;solution and stops people wasting their time trying to answer a question for a version you don't even have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2019 10:15:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644562#M50248</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2019-11-12T10:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000840: The value is not a File. Failed to execute (PackageResult)</title>
      <link>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644563#M50249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good idea to try with a standard tool - I get the same error. I expect I'll have to contact ESRI on this. Also, thanks for the tip on being more specific on my environment. I've really struggled with APIs that work on one environment but are not available or don't work in the other.&amp;nbsp; For the record I'm running this with arcpy that got installed with ArcPro (currently at 2.4.2)&amp;nbsp; and Python 3.6.8 and Advanced license.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 13px;"&gt;import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 13px;"&gt;import os&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 13px;"&gt;out_file = os.path.normpath('E:/ROW_as_habitat/temp/importgdb.gpkx')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 13px;"&gt;result = arcpy.analysis.Buffer(r"C:\Users\dmorrison\Documents\ArcGIS\Projects\MyProject\ROW Habitat (SDE).sde\ROW_Habitat.SDE.Centerline", r"C:\Users\dmorrison\Documents\ArcGIS\Projects\MyProject\ROW Habitat (SDE).sde\ROW_Habitat.SDE.Centerline_Buffer", "5 Meters", "FULL", "ROUND", "NONE", None, "PLANAR")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 13px;"&gt;arcpy.PackageResult_management(result, out_file, convert_data='PRESERVE')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 13px;"&gt;Parameters are not valid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 13px;"&gt;ERROR 000800: The value is not a member of _PYTHON__RESULT__{BF60E0BB-6C4B-461B-993C-1BD7872E1460} | _PYTHON__RESULT__{AEB4812B-68DB-4385-8727-23395D87DD6F}.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 13px;"&gt;ERROR 000840: The value is not a File.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 13px;"&gt;Failed to execute (PackageResult)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2019 16:35:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644563#M50249</guid>
      <dc:creator>DonMorrison1</dc:creator>
      <dc:date>2019-11-12T16:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000840: The value is not a File. Failed to execute (PackageResult)</title>
      <link>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644564#M50250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At this point using your simple test and your system setup seems OK it really does look like an error in the tool. Will be very interesting to hear what ESRI support have to say.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2019 17:34:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644564#M50250</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2019-11-12T17:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000840: The value is not a File. Failed to execute (PackageResult)</title>
      <link>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644565#M50251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I decided to take one more run at this and I think I figured it out.&amp;nbsp; I looked inside that "result" object using dir(result) and discovered that there is a "resultID" function. When I called it I got this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'_PYTHON__RESULT__{C3F92556-2B2D-4A07-9B52-64C800DA9D70}'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which looks suspiciously like what appears in the error message. So I changed my code to the following and the package request does now work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 15px; font-family: 'courier new', courier, monospace;"&gt;arcpy.PackageResult_management(result&lt;SPAN style="color: #ff0000;"&gt;.resultID&lt;/SPAN&gt;, out_file, convert_data='PRESERVE')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;The sample code in example #2 must be wrong:&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/package-result.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/package-result.htm"&gt;Package Result—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 06:23:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644565#M50251</guid>
      <dc:creator>DonMorrison1</dc:creator>
      <dc:date>2019-11-19T06:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000840: The value is not a File. Failed to execute (PackageResult)</title>
      <link>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644566#M50252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well done! That's some serious out of the box thinking! Nowhere in the Help file does it even hint that it should be an ID number so to work out that is excellent work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going to tag some key people here, they may know who to bounce this to, to get it investigated and presumably the documentation updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/45316"&gt;Kory Kramer&lt;/A&gt;‌,&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3355"&gt;Curtis Price&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 09:55:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644566#M50252</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2019-11-19T09:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000840: The value is not a File. Failed to execute (PackageResult)</title>
      <link>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644567#M50253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've contacted the team to take a look at that documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 14:27:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644567#M50253</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2019-11-19T14:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000840: The value is not a File. Failed to execute (PackageResult)</title>
      <link>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644568#M50254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Duncan - and thanks for helping get it fixed in the documentation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 23:41:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644568#M50254</guid>
      <dc:creator>DonMorrison1</dc:creator>
      <dc:date>2019-11-19T23:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000840: The value is not a File. Failed to execute (PackageResult)</title>
      <link>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644569#M50255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I run into&amp;nbsp;a possible issue in the documentation I go to the online help page, and complain using the feedback button.&amp;nbsp;I was told by an Esri person that is one of those authors that it&amp;nbsp;goes straight to the person or team that authors that&amp;nbsp;doc page. I just did this for you for this tool (with a link to this thread) in case Kory's&amp;nbsp;message doesn't get to the right person right away.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 14:46:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644569#M50255</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2019-11-20T14:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000840: The value is not a File. Failed to execute (PackageResult)</title>
      <link>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644570#M50256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Curtis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you talking about this? I have to admit never clicked on it and I spend half my life on this website! Anyway a great top tip! Shame the &lt;A href="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#welcome.htm"&gt;ArcObjects API manual &lt;/A&gt;misses such a link.&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/474048_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 15:27:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644570#M50256</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2019-11-20T15:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000840: The value is not a File. Failed to execute (PackageResult)</title>
      <link>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644571#M50257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that's the link, over the years I have seen effective results from doing this - second only to buttonholing key people (that I know) at UC!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 15:55:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644571#M50257</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2019-11-20T15:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000840: The value is not a File. Failed to execute (PackageResult)</title>
      <link>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644572#M50258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for commenting on this &lt;A href="https://community.esri.com/migrated-users/3355"&gt;Curtis Price&lt;/A&gt;‌.&amp;nbsp; That is correct - providing feedback through that link about a specific issue with a specific help page will make its way to the topic's author.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 19:41:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000840-the-value-is-not-a-file-failed-to/m-p/644572#M50258</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2019-11-20T19:41:23Z</dc:date>
    </item>
  </channel>
</rss>

