<?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: How do I downgrade objectID from 64bit to 32bit? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1476150#M83533</link>
    <description>&lt;P&gt;For future reference, here is the link to the idea you posted:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-ideas/arcgis-online-to-allow-sync-for-datasets-with/idi-p/1475802/jump-to/first-unread-message" target="_self"&gt;ArcGIS online to allow sync for datasets with 64bit ObjectID.&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2024 10:39:40 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2024-05-21T10:39:40Z</dc:date>
    <item>
      <title>How do I downgrade objectID from 64bit to 32bit?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1385240#M79141</link>
      <description>&lt;P&gt;I am trying to share a table with SYNC enabled, but the table's objectID was created with 64bit ObjectID. How do I downgrade the ObjectID?&lt;/P&gt;&lt;P&gt;I tried "export features" , and "import feature class"; neither of them allowed me to change the objectID data type.&lt;/P&gt;&lt;P&gt;There's a geoprocessing tool to upgrade the objectID to 64bit, but no downgrade tool.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 03:16:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1385240#M79141</guid>
      <dc:creator>BrandonGuo</dc:creator>
      <dc:date>2024-02-22T03:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I downgrade objectID from 64bit to 32bit?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1385248#M79142</link>
      <description>&lt;P&gt;You could firstly flush the data into PostGres with ArcSDE, and then change the field type to the SmallInt or Integer type instead of BigInt, then export the data again from ArcSDE to your feature class.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 03:48:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1385248#M79142</guid>
      <dc:creator>milesleeaus</dc:creator>
      <dc:date>2024-02-22T03:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I downgrade objectID from 64bit to 32bit?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1385259#M79144</link>
      <description>&lt;P&gt;Thanks for the help. I don't have the ArcSDE only Pro and Online. I ended up using FME and changed the objectID from int64 to int32, then overwritten the table in the FileGeoDabase.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 04:04:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1385259#M79144</guid>
      <dc:creator>BrandonGuo</dc:creator>
      <dc:date>2024-02-22T04:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I downgrade objectID from 64bit to 32bit?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1385491#M79163</link>
      <description>&lt;P&gt;In ArcGIS Pro, use &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-feature-class.htm" target="_blank"&gt;Create Feature Class (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt; geoprocessing tool instead of the "New &amp;gt; Feature Class" context menu in Catalog.&amp;nbsp; The geoprocessing tool allows you to pick between 32-bit and 64-bit ObjectIDs.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoshuaBixby_0-1708617014030.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/95508iE22C260D8FDB16F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoshuaBixby_0-1708617014030.png" alt="JoshuaBixby_0-1708617014030.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 15:50:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1385491#M79163</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2024-02-22T15:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I downgrade objectID from 64bit to 32bit?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1475799#M83510</link>
      <description>&lt;P&gt;When will sync on AGO allow 64 bit object ID?&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 19:14:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1475799#M83510</guid>
      <dc:creator>Miralem_Zeljo</dc:creator>
      <dc:date>2024-05-20T19:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I downgrade objectID from 64bit to 32bit?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1476150#M83533</link>
      <description>&lt;P&gt;For future reference, here is the link to the idea you posted:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-ideas/arcgis-online-to-allow-sync-for-datasets-with/idi-p/1475802/jump-to/first-unread-message" target="_self"&gt;ArcGIS online to allow sync for datasets with 64bit ObjectID.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 10:39:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1476150#M83533</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-05-21T10:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I downgrade objectID from 64bit to 32bit?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1559626#M90237</link>
      <description>&lt;P&gt;&amp;nbsp;to my mind all of this is not really a "solution". int32 provides the capacity of about 12 bilion oids - so in next to all cases that should be sufficient. and if a dataset comes with int64 oid there should be a straight forward approach out of the box - i.e. a simple arcgis pro function.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 14:07:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1559626#M90237</guid>
      <dc:creator>robertkalasek</dc:creator>
      <dc:date>2024-11-18T14:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I downgrade objectID from 64bit to 32bit?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1559728#M90248</link>
      <description>&lt;P&gt;sorry typo: 2,1 billion&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 16:12:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1559728#M90248</guid>
      <dc:creator>robertkalasek</dc:creator>
      <dc:date>2024-11-18T16:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I downgrade objectID from 64bit to 32bit?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1682151#M101639</link>
      <description>&lt;P&gt;In QGIS you can export simply to a shapefile from 64 bit OID field type... Hopefully this simple but usefull function will be available also in ArcGIS PRO.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 19:10:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1682151#M101639</guid>
      <dc:creator>MinucerMesaros</dc:creator>
      <dc:date>2026-02-04T19:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I downgrade objectID from 64bit to 32bit?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1682366#M101671</link>
      <description>&lt;P&gt;Updating this old thread for tracking and community documentation.&lt;/P&gt;&lt;P&gt;Review all the considerations and limitations before using t&lt;SPAN&gt;he&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/3.6/tool-reference/data-management/migrateobjectidto64bit.htm" target="_blank" rel="noopener"&gt;Migrate Object ID To 64 Bit&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;geoprocessing tool.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;When an object ID field is migrated to store 64-bit object IDs, the change cannot be undone (in ArcGIS)&amp;nbsp; and the dataset can no longer be used with ArcMap or previous versions of ArcGIS Pro.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As in this post, native SQL tools may be used with caution as it could lead to corruption. Cleaner to recreate the object with 32-bit Object ID. Refer to this KB:&amp;nbsp;&lt;A href="https://support.esri.com/en-us/knowledge-base/how-to-downgrade-from-64-bit-to-32-bit-object-id-in-arc-000032106" target="_blank"&gt;https://support.esri.com/en-us/knowledge-base/how-to-downgrade-from-64-bit-to-32-bit-object-id-in-arc-000032106&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 18:00:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1682366#M101671</guid>
      <dc:creator>AyanPalit</dc:creator>
      <dc:date>2026-03-30T18:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I downgrade objectID from 64bit to 32bit?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1686495#M102055</link>
      <description>&lt;P&gt;I understood that the move to 64-bit object IDs was obligatory when we upgraded our database to Utility Networks version 7 (ArcGIS Enterprise 11.5 and Pro 3.5.5). When will 64-bit object IDs be fully supported?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 08:13:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-downgrade-objectid-from-64bit-to-32bit/m-p/1686495#M102055</guid>
      <dc:creator>DavidSDouglas</dc:creator>
      <dc:date>2026-02-25T08:13:09Z</dc:date>
    </item>
  </channel>
</rss>

