<?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 500: Unable to getParts for Multipart item when adding content to Portal that has an AWS Data Store in ArcGIS Enterprise in the cloud Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/error-500-unable-to-getparts-for-multipart-item/m-p/1189686#M466</link>
    <description>&lt;P&gt;What version of ArcGIS Enterprise are you running? 10.9.1?&lt;BR /&gt;&lt;BR /&gt;I had something similar for Azure, not AWS. And for 10.8.1, not 10.9.1.&lt;BR /&gt;&lt;BR /&gt;But just make sure you have this patch?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://support.esri.com/en/download/7948" target="_blank"&gt;https://support.esri.com/en/download/7948&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/arcgis-enterprise-portal-questions/10-8-1-portal-gt-my-content-gt-add-item-gt-unable/td-p/1086611" target="_blank"&gt;https://community.esri.com/t5/arcgis-enterprise-portal-questions/10-8-1-portal-gt-my-content-gt-add-item-gt-unable/td-p/1086611&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Shanon&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2022 00:44:27 GMT</pubDate>
    <dc:creator>ShanonLoughton</dc:creator>
    <dc:date>2022-07-06T00:44:27Z</dc:date>
    <item>
      <title>Error 500: Unable to getParts for Multipart item when adding content to Portal that has an AWS Data Store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/error-500-unable-to-getparts-for-multipart-item/m-p/1175018#M454</link>
      <description>&lt;P&gt;I am using ArcGIS API for Python to upload content to Portal using the gis.content.add and then publish methodology (this process needs to be automated). It works great with small/regular sized shapefiles, but when I attempt to publish larger shapefiles (~1GB), I get the following error message during the gis.content.add part of the script:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="moremeowbell_0-1652879705816.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/41588i14D76A6A8B8E5F27/image-size/large?v=v2&amp;amp;px=999" role="button" title="moremeowbell_0-1652879705816.png" alt="moremeowbell_0-1652879705816.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This method works well in my development environment, where my data store is on my local hard-drive, but when I attempt this in the testing environment the data store is an Amazon Web Service (AWS) cloud. Does anyone know why I am getting this error? What can I do to fix it?&lt;/P&gt;&lt;P&gt;As of now, the only thing I can think of is that the data transfer is timing out. If that is the case there must be a workaround.&lt;/P&gt;&lt;P&gt;Here is the part of the script where it is failing:&lt;/P&gt;&lt;PRE&gt;#add content named "file"
shp = gis.content.add(
    item_properties = {
        "type": "Shapefile", 
        "title": filename,
        "description": "Just a random Study Area",
        "tags": "Clip Area, Study Area",
    },
    data = file,
)&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 May 2022 13:29:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/error-500-unable-to-getparts-for-multipart-item/m-p/1175018#M454</guid>
      <dc:creator>moremeowbell</dc:creator>
      <dc:date>2022-05-18T13:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error 500: Unable to getParts for Multipart item when adding content to Portal that has an AWS Data Store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/error-500-unable-to-getparts-for-multipart-item/m-p/1189686#M466</link>
      <description>&lt;P&gt;What version of ArcGIS Enterprise are you running? 10.9.1?&lt;BR /&gt;&lt;BR /&gt;I had something similar for Azure, not AWS. And for 10.8.1, not 10.9.1.&lt;BR /&gt;&lt;BR /&gt;But just make sure you have this patch?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://support.esri.com/en/download/7948" target="_blank"&gt;https://support.esri.com/en/download/7948&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/arcgis-enterprise-portal-questions/10-8-1-portal-gt-my-content-gt-add-item-gt-unable/td-p/1086611" target="_blank"&gt;https://community.esri.com/t5/arcgis-enterprise-portal-questions/10-8-1-portal-gt-my-content-gt-add-item-gt-unable/td-p/1086611&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Shanon&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 00:44:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/error-500-unable-to-getparts-for-multipart-item/m-p/1189686#M466</guid>
      <dc:creator>ShanonLoughton</dc:creator>
      <dc:date>2022-07-06T00:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error 500: Unable to getParts for Multipart item when adding content to Portal that has an AWS Data Store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/error-500-unable-to-getparts-for-multipart-item/m-p/1189779#M468</link>
      <description>&lt;P&gt;I'm running 10.9.1. It ended up being a permissions problem on the AWS side of things. Thanks though!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 11:58:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/error-500-unable-to-getparts-for-multipart-item/m-p/1189779#M468</guid>
      <dc:creator>moremeowbell</dc:creator>
      <dc:date>2022-07-06T11:58:25Z</dc:date>
    </item>
  </channel>
</rss>

