<?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 when publishing layers in bulk from data store - Invalid column data type in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-publishing-layers-in-bulk-from-data/m-p/1549443#M40779</link>
    <description>&lt;P&gt;There is a &lt;A title="Bulk publishing layers from a user-managed datastore fails to import metadata other than the item description and attribution." href="http://000170143" target="_blank" rel="noopener"&gt;BUG-000170143&lt;/A&gt; submitted on August 21, 2024.&lt;BR /&gt;It appears that the issue is non longer reproducible as of ArcGIS Enterprise 11.4&lt;/P&gt;</description>
    <pubDate>Thu, 17 Oct 2024 11:30:55 GMT</pubDate>
    <dc:creator>OlivieroVitale</dc:creator>
    <dc:date>2024-10-17T11:30:55Z</dc:date>
    <item>
      <title>Error when publishing layers in bulk from data store - Invalid column data type</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-publishing-layers-in-bulk-from-data/m-p/1225252#M34379</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We are running ArcGIS Enterprise 10.9.1 and are connecting to a database server running&amp;nbsp;Postgres13.6/Postgis 3.2. I'm able to add the data store to Portal using the .sde connection file, but when I try to create the layers in bulk, I get this message in Portal, "An unknown error occurred. The operation may not have completed successfully."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I looked in the the ArcGIS Server logs for more information and see the following error which mentions an invalid column data type. How might I track down which column/table is causing the error?&amp;nbsp; Any other suggestions for troubleshooting this and getting our layers to load?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Error executing tool. Publish Datasets In Data Store Job ID: j528bdb98ba9a4b74a71cf99b21f4396e : ERROR 999999: Something unexpected caused the tool to fail. Contact Esri Technical Support (&lt;A href="http://esriurl.com/support" target="_blank"&gt;http://esriurl.com/support&lt;/A&gt;) to Report a Bug, and refer to the error help for potential solutions or workarounds. Invalid column data type Failed to execute (Publish Datasets In Data Store)."&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 16:35:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-publishing-layers-in-bulk-from-data/m-p/1225252#M34379</guid>
      <dc:creator>Strahanjen</dc:creator>
      <dc:date>2022-10-25T16:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error when publishing layers in bulk from data store - Invalid column data type</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-publishing-layers-in-bulk-from-data/m-p/1542427#M40635</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/447525"&gt;@Strahanjen&lt;/a&gt;&amp;nbsp;did you ever find a solution to this?&amp;nbsp; We are seeing the same issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 12:37:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-publishing-layers-in-bulk-from-data/m-p/1542427#M40635</guid>
      <dc:creator>ChrisBerryman</dc:creator>
      <dc:date>2024-09-25T12:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error when publishing layers in bulk from data store - Invalid column data type</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-publishing-layers-in-bulk-from-data/m-p/1549443#M40779</link>
      <description>&lt;P&gt;There is a &lt;A title="Bulk publishing layers from a user-managed datastore fails to import metadata other than the item description and attribution." href="http://000170143" target="_blank" rel="noopener"&gt;BUG-000170143&lt;/A&gt; submitted on August 21, 2024.&lt;BR /&gt;It appears that the issue is non longer reproducible as of ArcGIS Enterprise 11.4&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 11:30:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-publishing-layers-in-bulk-from-data/m-p/1549443#M40779</guid>
      <dc:creator>OlivieroVitale</dc:creator>
      <dc:date>2024-10-17T11:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error when publishing layers in bulk from data store - Invalid column data type</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-publishing-layers-in-bulk-from-data/m-p/1549444#M40780</link>
      <description>&lt;P&gt;I ran into something similar and it was related to some specific PostGIS extensions installed on the database.&lt;BR /&gt;&lt;BR /&gt;Run the following SQL on the postgresql db:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="sql"&gt;SELECT name, default_version,installed_version
FROM pg_available_extensions WHERE name LIKE 'postgis%' or name LIKE 'address%' or name LIKE 'poi%';&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have the any of the following installed:&lt;BR /&gt;postgis_sfcgal&lt;BR /&gt;fuzzystrmatch&lt;BR /&gt;postgis_tiger_geocoder&lt;BR /&gt;pointcloud_postgis&lt;BR /&gt;pointcloud&lt;BR /&gt;&lt;BR /&gt;If so, do you need them for PostGIS functions that you are using?&lt;/P&gt;
&lt;P&gt;- I have not found that ArcGIS needs them for any PostGIS storage items. My testing has NOT been exhaustive.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;TAKE A VERIFIED BACKUP before running the below SQL&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;If not, you can run the following on that specific database:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="sql"&gt;DROP EXTENSION postgis_tiger_geocoder;
DROP EXTENSION fuzzystrmatch;
DROP EXTENSION postgis_sfcgal;
DROP EXTENSION pointcloud_postgis;
DROP EXTENSION pointcloud;​&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Then retest.&lt;BR /&gt;&lt;BR /&gt;If you need to install them again, here is the SQL:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="sql"&gt;CREATE EXTENSION postgis_sfcgal;
CREATE EXTENSION fuzzystrmatch;
CREATE EXTENSION postgis_tiger_geocoder;
CREATE EXTENSION pointcloud_postgis;
CREATE EXTENSION pointcloud;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 11:41:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-publishing-layers-in-bulk-from-data/m-p/1549444#M40780</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2024-10-17T11:41:06Z</dc:date>
    </item>
  </channel>
</rss>

