<?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: Publishing error say file still exist. in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/publishing-error-say-file-still-exist/m-p/1558778#M62376</link>
    <description>&lt;P&gt;Thanks Chet.&amp;nbsp; Be aware!! The error can happen when performing normal programmatic actions, in Python for instance.&amp;nbsp; Basically a version of the below action - trying to publish a shapefile, wherein a feature class of the same name has already been published and deleted, will trigger the Exception you posted:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;mygis = GIS(username = &amp;lt;username&amp;gt;, password = &amp;lt;password&amp;gt;)) 
items = mygis.content.search('&amp;lt;myusername&amp;gt; AND title: &amp;lt;redacted&amp;gt;_XSections_Intersect_Parcels', item_type = "Shapefile", max_items = 250) 
d = {"name":"&amp;lt;redacted&amp;gt;_XSections_Intersect_Parcels","maxRecordCount":5000}
items[0].publish(publish_parameters=d) &lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="recylce_bin_error.png" style="width: 925px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/119571i5BDF6D02800A8C41/image-size/large?v=v2&amp;amp;px=999" role="button" title="recylce_bin_error.png" alt="recylce_bin_error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In reality, this is a reference to the aforementioned, deleted feature class.&lt;/P&gt;&lt;P&gt;Go to the Recycle Bin and delete it.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Nov 2024 18:00:28 GMT</pubDate>
    <dc:creator>ZacharyUhlmann1</dc:creator>
    <dc:date>2024-11-14T18:00:28Z</dc:date>
    <item>
      <title>Publishing error say file still exist.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/publishing-error-say-file-still-exist/m-p/1525911#M61064</link>
      <description>&lt;P&gt;I foo barred a feature host.. I deleted the feature host from my contents. I tried to publish the using the same folder and file name and it fails. Saying the name already exists.. I realize I can use I different name.. But I have had other issues similar to this.&lt;/P&gt;&lt;P&gt;I had a transparency setting at 60%. Changed it to 0%. Never changed. Two days later the setting took. SMH.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 16:28:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/publishing-error-say-file-still-exist/m-p/1525911#M61064</guid>
      <dc:creator>ChetShuler</dc:creator>
      <dc:date>2024-08-22T16:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing error say file still exist.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/publishing-error-say-file-still-exist/m-p/1525965#M61069</link>
      <description>&lt;P&gt;Solved!! I recently enable the recycling bin.. Permanently deleted the file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the file didn't show in my layer search.. I guess thats on me?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 13:51:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/publishing-error-say-file-still-exist/m-p/1525965#M61069</guid>
      <dc:creator>ChetShuler</dc:creator>
      <dc:date>2024-08-26T13:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing error say file still exist.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/publishing-error-say-file-still-exist/m-p/1526336#M61077</link>
      <description>&lt;P&gt;Yeah, the Recycle Bin is a wee bit problematic. I disabled it as I found that, whilst using FME/Data Interoperability, I was getting publishing issues .&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 09:01:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/publishing-error-say-file-still-exist/m-p/1526336#M61077</guid>
      <dc:creator>JonathanMcD</dc:creator>
      <dc:date>2024-08-23T09:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing error say file still exist.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/publishing-error-say-file-still-exist/m-p/1558778#M62376</link>
      <description>&lt;P&gt;Thanks Chet.&amp;nbsp; Be aware!! The error can happen when performing normal programmatic actions, in Python for instance.&amp;nbsp; Basically a version of the below action - trying to publish a shapefile, wherein a feature class of the same name has already been published and deleted, will trigger the Exception you posted:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;mygis = GIS(username = &amp;lt;username&amp;gt;, password = &amp;lt;password&amp;gt;)) 
items = mygis.content.search('&amp;lt;myusername&amp;gt; AND title: &amp;lt;redacted&amp;gt;_XSections_Intersect_Parcels', item_type = "Shapefile", max_items = 250) 
d = {"name":"&amp;lt;redacted&amp;gt;_XSections_Intersect_Parcels","maxRecordCount":5000}
items[0].publish(publish_parameters=d) &lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="recylce_bin_error.png" style="width: 925px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/119571i5BDF6D02800A8C41/image-size/large?v=v2&amp;amp;px=999" role="button" title="recylce_bin_error.png" alt="recylce_bin_error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In reality, this is a reference to the aforementioned, deleted feature class.&lt;/P&gt;&lt;P&gt;Go to the Recycle Bin and delete it.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 18:00:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/publishing-error-say-file-still-exist/m-p/1558778#M62376</guid>
      <dc:creator>ZacharyUhlmann1</dc:creator>
      <dc:date>2024-11-14T18:00:28Z</dc:date>
    </item>
  </channel>
</rss>

