<?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: Preserving a GlobalID while moving data between Feature Classes in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/1378039#M44936</link>
    <description>&lt;P&gt;I copied my data into a mobile geodatabase and when I try to append I get the following error message:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00576-00600-000597.htm" target="_blank" rel="noopener"&gt;000597: Failed to insert input record with FeatureID &amp;lt;value&amp;gt;.—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Anybody come across this a resolved it?&lt;/P&gt;</description>
    <pubDate>Mon, 05 Feb 2024 06:51:10 GMT</pubDate>
    <dc:creator>tiztrain</dc:creator>
    <dc:date>2024-02-05T06:51:10Z</dc:date>
    <item>
      <title>Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379086#M21561</link>
      <description>&lt;P&gt;The spirit of this post is to gather other people's solutions, discuss ways of improving the suggested solution, and track future ArcGIS capabilities as they evolve for this problem.&lt;/P&gt;&lt;P&gt;This all started because we had existing data in a GDB that contained a Relationship Class (RC) between a Feature Class&amp;nbsp; (FC) and a Table (TBL) using the FC's&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;EM&gt;GlobalID&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;field. We wanted to move that data into a new GDB that had a new schema (changes in domains, fields, etc.).&lt;/P&gt;&lt;P&gt;The problem is that when you&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;Append&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;the old data into the new schema, the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;&lt;STRONG&gt;GlobalID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;in the new schema is different than the records from the old data. This breaks the relationship between the FC and the related TBL.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;UPDATE 2:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I've got some bad news and I've got some good news. And some ugly details. But I also have steps/options.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;The BAD news&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;The "New Solution" from my first update no longer works in Pro 3.x, as so kindly brought to our attention by&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10129"&gt;@MichaelMannion&lt;/a&gt;&amp;nbsp;a few days ago in &lt;A href="https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/1235588/highlight/true#M44316" target="_self"&gt;this reply.&lt;/A&gt;&amp;nbsp;Thanks Mike!&lt;/P&gt;&lt;P data-unlink="true"&gt;Basically, ArcGIS Pro no longer allows you to change the datatype for step #8 in the solution below. This breaks the solution I originally provided.&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;The GOOD news&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;FONT size="4"&gt;ArcGIS Pro 3.x now respects the "Preserve GlobalID" environment option in the &lt;EM&gt;Append&lt;/EM&gt; tool, but with very specific parameters. It works if the target database is either&amp;nbsp;&lt;STRONG&gt;Enterprise Geodatabases&lt;/STRONG&gt; and &lt;STRONG&gt;Mobile Geodatabases,&lt;/STRONG&gt; but &lt;EM&gt;not&amp;nbsp;&lt;/EM&gt;&lt;STRONG&gt;File Geodatabases.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;The UGLY details&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;FONT size="4"&gt;In order for the &lt;EM&gt;Append&lt;/EM&gt; tool to actually preserve the &lt;EM&gt;GlobalID&lt;/EM&gt; from your source to your target, you still need to check the "Preserve GlobalID" environment option in the&amp;nbsp;&lt;EM&gt;Append&lt;/EM&gt; tool.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;FONT size="4"&gt;You can only get it to work with &lt;STRONG&gt;Enterprise Geodatabases (EGDB)&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;Mobile Geodatabases&amp;nbsp;(MGDB)&lt;/STRONG&gt; as your targets, as no longer works with &lt;STRONG&gt;File Geodatabases (FGDB)&lt;/STRONG&gt;. &lt;A title="topic #003340" href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-03326-03350-003340.htm" target="_blank" rel="noopener"&gt;Here's why&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;FONT size="4"&gt;The target &lt;EM&gt;GlobalID&lt;/EM&gt; field must have and index that is configured as "unique". &lt;A title="bullet item #4 as of this writing" href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/add-attribute-index.htm" target="_self"&gt;You can't make a GlobalID field that has a unique index in a FGDB&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P data-unlink="true"&gt;&lt;FONT size="4"&gt;Unique and ascending indexes are not supported for shapefiles or file geodatabases. These parameters are ignored when the tool is executed on a shapefile or file geodatabase data.&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P data-unlink="true"&gt;&lt;FONT size="4"&gt;A 'unique' index can only happen if:&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT size="4"&gt;the table/feature class is in an EGDB /MGDB&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="4"&gt;you add the &lt;EM&gt;GlobalID&lt;/EM&gt; to the table/feature class using ArcGIS Pro (3.x+)&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT size="4"&gt;alternatively, copy/pasting the empty target table/feature class into an EGDB or MGDB will automatically change the index to 'unique' for &lt;EM&gt;GlobalID&lt;/EM&gt; in the paste target&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT size="4"&gt;When you follow those two parameters, the index that gets automatically created for the &lt;EM&gt;GlobalID&lt;/EM&gt; field that is has the unique setting.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;If your target field is a GUID datatype, it must also have a "unique index". You must use add the index in ArcGIS Pro, on an EGDB table/feature class, and make sure the "unique" checkbox is selected before you run the &lt;EM&gt;Add Attribute Index&amp;nbsp;&lt;/EM&gt;tool.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;The STEPS for Enterprise Geodatabases/Mobile Geodatabases&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Below I only refer to EGDB, but if you're using a MGDB the same steps apply.&lt;/FONT&gt;&lt;/P&gt;&lt;OL class="lia-list-style-type-lower-roman"&gt;&lt;LI&gt;&lt;FONT size="4"&gt;Make sure your target table/feature class is in an EGDB &lt;/FONT&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT size="4"&gt;If you have an empty table/feature class sitting in a FGDB but the indexes are not "unique", just copy them over to the Enterprise Geodatabase using ArcGIS Pro (3.x+)&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="4"&gt;Make sure your target field in the table/feature class has a "unique index"&lt;/FONT&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT size="4"&gt;GlobalID&lt;/FONT&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT size="4"&gt;If you already have a &lt;EM&gt;GlobalID&lt;/EM&gt; field, but the index is not unique you need to replace your table/fc with a new one&lt;/FONT&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT size="4"&gt;Export it to a local FGDB, but make sure to remove &lt;EM&gt;GlobalID&lt;/EM&gt; following &lt;A title="esri technical article" href="https://support.esri.com/en/technical-article/000009574" target="_self"&gt;these steps&lt;/A&gt;.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="4"&gt;Delete the original target from the EGDB&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="4"&gt;Replace the original target with a copy of your table/fc that has no &lt;EM&gt;GlobalID&lt;/EM&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="4"&gt;In ArcGIS Pro (3.x+) add GlobalID's to the target table/fc (right-click&amp;gt;Manage&amp;gt;check the box for&amp;nbsp; "Global IDs")&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="4"&gt;Confirm that the index for the &lt;EM&gt;GlobalID&lt;/EM&gt; field is in fact "unique"&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="4"&gt;GUID&lt;/FONT&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT size="4"&gt;If you already have a &lt;EM&gt;GUID&lt;/EM&gt;, but the index is not unique, you need to delete the index&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="4"&gt;Then you need to&amp;nbsp;use the&amp;nbsp;&lt;EM&gt;Add Attribute Index&lt;/EM&gt; tool to create an index for the &lt;EM&gt;GUID&lt;/EM&gt;, and make sure you check the box to have it be "unique"&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="4"&gt;Confirm that the index for the &lt;EM&gt;GUID&lt;/EM&gt; field is in fact "unique"&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="4"&gt;Now your EGDB target table/fc fields are ready!&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="4"&gt;Open the&amp;nbsp;&lt;EM&gt;Append&lt;/EM&gt; tool&lt;/FONT&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT size="4"&gt;Under Environment, check the "Preserve GlobalID" box&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="4"&gt;Under Parameters, append as usual&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;FONT size="4"&gt;Once your data is in the updated schema, you can copy/paste it over to a File Geodatabase if you need to (for a deliverable or something).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;The STEPS for File Geodatabases&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;All hope is not lost for users who must be restricted to File Geodatabase only. (But really, there is no reason to be afraid of the Mobile Geodatabase as a in between step, it works well!).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Thanks to user&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/155452"&gt;@DirtDogRoj&lt;/a&gt;&amp;nbsp;in his excellently &lt;A title="thanks DDR!" href="https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/1150839/highlight/true#M43887" target="_self"&gt;documented reply&lt;/A&gt;&amp;nbsp;you can follow clearly outlined steps to achieve the same result. I think you could put it into Model Builder even as all the steps very systematic. You might like this method better just because! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;Pay no attention 2:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;&lt;FONT size="5"&gt;UPDATE 1:&lt;/FONT&gt;&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;I have a much, MUCH, better solution that I discovered and it doesn't appear to be documented anywhere. All the text below that has strikethrough you shouldn't pay attention to, as it was the old, convoluted solution.&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;&lt;FONT size="6"&gt;New Solution:&lt;/FONT&gt;&lt;/STRIKE&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRIKE&gt;Have your old data ready to load (your "loading" gdb - this is your source data)&lt;/STRIKE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;Have your empty geodatabase with the new schema. (your "new" gdb. It's okay that it has the "GlobalID" field, there is a new way to populate it with the GlobalID values from your loading geodatabase in ArcGIS Pro.)&lt;/STRIKE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;Open ArcGIS Pro&lt;/STRIKE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;Make sure your two geodatabases are added to the project (the "loading" gdb and the "new" gdb)&lt;/STRIKE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;Run the Append Tool&lt;/STRIKE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;Use your loading gdb feature class as the source, and your new gdb feature class&amp;nbsp;as the target&lt;/STRIKE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;For the tool's Environment settings, make sure the "Preserve Global ID field" checkbox is checked&lt;/STRIKE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;&lt;STRONG&gt;In the Append tool's Field Mapping section, under the "Properties" tab, change the target feature class Data Type for the GlobalID field&amp;nbsp;from "GlobalID" ---to----&amp;gt; "GUID".&lt;/STRONG&gt; (I know, this seems strange. The data type is set in the target feature class schema as "GlobalID", but if you don't change this to GUID, then the GlobalID values from your source feature class will not migrate over to your new FC. If you change this setting to "GUID", they will magically migrate over to your new FC! I don't believe this is documented. If someone sees this documented anywhere, please share in the comments!)&lt;/STRIKE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;Repeat steps&amp;nbsp;4-8&amp;nbsp;for your related table.&lt;/STRIKE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRIKE&gt;&lt;FONT size="6"&gt;Pay no attention 1:&lt;/FONT&gt;&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;After doing some searching, I discovered that there is a way to do this using and&amp;nbsp;&lt;STRONG&gt;Enterprise Geodatabase&lt;/STRONG&gt;&amp;nbsp;(EGDB) and&amp;nbsp;&lt;STRONG&gt;ArcGIS Pro&lt;/STRONG&gt;.&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;&amp;nbsp;&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;I post my basic workflow here on how to preserve the FC's&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;GlobalID&lt;/STRONG&gt;&amp;nbsp;&lt;/EM&gt;values so that when you migrate the data over to the new schema, the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;GlobalID&lt;/STRONG&gt;&amp;nbsp;&lt;/EM&gt;values stay the same in the new FC. This preserves the relationship between the FC and the TBL in the new schema.&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;&amp;nbsp;&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;&lt;STRONG&gt;Assumptions&lt;/STRONG&gt;:&lt;/STRIKE&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRIKE&gt;You have a FC you need to migrate to a new schema and would like to preserve the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;GlobalID&lt;/STRONG&gt;&lt;/EM&gt;s.&lt;/STRIKE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;You have access to an&amp;nbsp;&lt;STRONG&gt;EGDB&lt;/STRONG&gt;&amp;nbsp;and&amp;nbsp;&lt;STRONG&gt;ArcGIS Pro&lt;/STRONG&gt;&lt;/STRIKE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRIKE&gt;&amp;nbsp;&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;&lt;STRONG&gt;Manual Steps&lt;/STRONG&gt;:&lt;/STRIKE&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRIKE&gt;Copy the source FC (Feature Class) to an EGDB (Enterprise Geodatabase)&lt;/STRIKE&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRIKE&gt;Rename each class to have "_OLD" appended to them&lt;/STRIKE&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRIKE&gt;Note: You might need to deal with differences in domains at this point if they have the same name but have different contents&lt;/STRIKE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;You don't want your final domains to be appended with "_1". If so, then after you copy them over, you will need to turn off the domains where they are used, and delete them in the EGDB&lt;/STRIKE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;This doesn't affect final product because this is only happening in the source data&lt;/STRIKE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;Prepare your new schema of your target FC to have a "GlobalID" that can be preserved:&lt;/STRIKE&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRIKE&gt;Take a copy of the FC empty schema&lt;/STRIKE&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRIKE&gt;Use X-Ray in ArcCatalog to remove the GlobalID field in the FC&lt;/STRIKE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;Create a new GDB using this new FC design&lt;/STRIKE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;Create a new "GlobalID" field manually (don't use the GP Toolbox) in the FC&lt;/STRIKE&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRIKE&gt;Use "GUID" datatype&lt;/STRIKE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;Do this in the FCL for the Global ID's that need to be preserved - this is normally only necessary on the FC where there is a oneway relationship&lt;/STRIKE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;Copy the FC to the EGDB&lt;/STRIKE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;In the newly copied FC in the EGDB…&lt;/STRIKE&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRIKE&gt;Create a new index for this new "GlobalID" field&lt;/STRIKE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;Make sure that it has "Unique" box checked, and "Ascending" too&lt;/STRIKE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;Append records from the OLD FC to the NEW FC using ArcGIS Pro's Append tool&lt;/STRIKE&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRIKE&gt;Add the FC's to an ArcGIS Pro project&lt;/STRIKE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;Run the Append tool&lt;/STRIKE&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRIKE&gt;Make sure to have the "Preserve GlobalID" box checked under Environments&lt;/STRIKE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRIKE&gt;For "Schema Type", use the "Use the Field Map to reconcile schema differences" option&lt;/STRIKE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRIKE&gt;&amp;nbsp;&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;At this point, you can now copy/paste that new FC back to your location of choice, and rebuild the RC so that it connects up with the new TBL. It turns out that the GUID's used in the related table to relate back to the FC are naturally preserved by using the&amp;nbsp;&lt;EM&gt;Append&lt;/EM&gt;&amp;nbsp;tool in ArcCatalog, so performing the workflow above on the related TBL is unnecessary. Even though the TBL's GlobalID (not GUID) values change when moving the data, that's doesn't matter to us because they aren't used to create the relationship.&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;&amp;nbsp;&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;We don't do this often so we aren't going to take efforts to automate it, but I assume that might be possible.&lt;/STRIKE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 18:39:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379086#M21561</guid>
      <dc:creator>alex_friant</dc:creator>
      <dc:date>2023-01-27T18:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379087#M21562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another idea is&amp;nbsp;&lt;EM&gt;memorialize&amp;nbsp;&lt;/EM&gt;the GlobalIDs in the Feature Class (create new field called [GBL_GUID], GUID type --&amp;gt; Field Calculate the [GBL_GUID] field to the values in GlobalID). &amp;nbsp;Now, if you export any data from that Feature Class in whatever database format.. the relationship will be maintained through the new [GBL_GUID] field. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 17:21:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379087#M21562</guid>
      <dc:creator>MitchHolley1</dc:creator>
      <dc:date>2017-09-29T17:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379088#M21563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great answer, thanks! Your solution is better because once the change is made, then I never have to deal with the issue again after changing schemas. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 00:57:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379088#M21563</guid>
      <dc:creator>alex_friant</dc:creator>
      <dc:date>2017-12-05T00:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379089#M21564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After further testing, Mitch's solution won't work for us. The GUID field created doesn't autopopulate with a GUID in either ArcMap nor ArcGIS Online once deployed. Unless there is another trick to it, I'll have to stick to my original solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 17:03:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379089#M21564</guid>
      <dc:creator>alex_friant</dc:creator>
      <dc:date>2017-12-05T17:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379090#M21565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will since you have an EGDB.....this is another one of those "Tech support will disown you" hacks #if they catch you doing it but...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SQL Management Studio, change the object_flags to 4 (from 256) and sde_type to 14 (from 12) for the GlobalID column in SDE_column_registry for both feature classes. Then do you move. Remember to change them back!&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/385676_pastedImage_1.png" style="width: 620px; height: 55px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 17:13:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379090#M21565</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2017-12-05T17:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379091#M21566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have your DBA to a SQL update to the rows every&amp;nbsp;&lt;EM&gt;x&lt;/EM&gt; amount of time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 18:08:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379091#M21566</guid>
      <dc:creator>MitchHolley1</dc:creator>
      <dc:date>2017-12-05T18:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379092#M21567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data is to be hosted in AGOL eventually, so hacks won't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 18:48:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379092#M21567</guid>
      <dc:creator>alex_friant</dc:creator>
      <dc:date>2017-12-05T18:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379093#M21568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas, check out the update in my original post. I found a very simple, supported, non-hack way to do this using ArcGIS Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 18:50:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379093#M21568</guid>
      <dc:creator>alex_friant</dc:creator>
      <dc:date>2018-01-05T18:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379094#M21569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;very handy! I wonder if this can be mixed with some other python tools for archiving and downloading between AGOL and on-premise databases to achieve a true "two-way" sync without having to rely on flaky portal or pay for a data interop license.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 19:07:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379094#M21569</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2018-01-05T19:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379095#M21570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see why not. The Append Tool should be scriptable, but I haven't had time to look into that yet. It's a good idea!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 21:14:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379095#M21570</guid>
      <dc:creator>alex_friant</dc:creator>
      <dc:date>2018-01-05T21:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379096#M21571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This comment is somewhat off topic but related.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found the same situation when creating a Relationship class across a FeatureClass and say, an InspectionTable.&amp;nbsp; I could not point the relationship as GLOBALID to GLOBALID.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Collector, Web Apps, just wouldn't allow for new records.&lt;/P&gt;&lt;P&gt;Now, we are using a BOTH direction in the relationship class so perhaps a one way would get rid of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution was to do what you did and create a GUID.&lt;/P&gt;&lt;P&gt;When you think this over, it actually makes sense.&lt;/P&gt;&lt;P&gt;I believe the following is at true statement:&lt;/P&gt;&lt;P&gt;All GLOBALIDs are GUIDs but not all GUIDs are GLOBALIDs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence, GlobalIDs are like an ObjectID and basically untouchable by the end user.&amp;nbsp; The system will create &amp;amp; treate them as a Primary Key.&amp;nbsp; At least for me, that concept helps explain this behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now not to hijack your thread, I'm going to post this question as a new thread if my Google search comes up empty handed...&amp;nbsp; I have found that when I publish a layer with GLOBALIDs to ArcGIS Online (&amp;amp; I assume Portal but haven't verified that yet) the GLOBALIDs in ArcMap (and Pro but they were created in ArcMap) show up as all UpperCase.&amp;nbsp; In AGOL, they are all lower case.&amp;nbsp; It had been driving me nuts that I could not join on the GlobalIDs....&lt;/P&gt;&lt;P&gt;Researching that question brought me here as my top hit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the fact that you found is not documented is very strange.&amp;nbsp; This is some fundamental stuff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 18:06:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379096#M21571</guid>
      <dc:creator>PaulDavidson1</dc:creator>
      <dc:date>2018-05-11T18:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379097#M21572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;related to your case question:&amp;nbsp;&lt;A href="https://community.esri.com/message/769955-guid-switch-to-lower-case"&gt;https://community.esri.com/message/769955-guid-switch-to-lower-case&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 18:14:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379097#M21572</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2018-05-11T18:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379098#M21573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While this is a slightly different situation, it's similar in nature. Your feature class GLOBALID field needs to join to a GUID field in the standalone table. The standalone table should have it's own GLOBALID field, but that's just like the OBJECTID field: a unique id for each record. That's the way AGOL converts relationships between FC's and tables that join using OBJECTID, it adds a GUID and GLOBALID to the standalone table, a GLOBALID to the FC, and changes the relationship class to join this way FC.GLOBALID &amp;lt;----&amp;gt; TABLE.GUID&lt;/P&gt;&lt;P&gt;So it makes sense that it won't let you use GLOBALID on both sides of the join because the GLOBALID values need to be unique inside a Geodatabase across all items.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 18:20:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379098#M21573</guid>
      <dc:creator>alex_friant</dc:creator>
      <dc:date>2018-05-11T18:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379099#M21574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! This is exactly what I needed. We were trying to Append from fgdb to SDE and getting a 999999 error when Preserve GlobalID was selected. Now that I think about it, makes sense that the target must be of data type GUID, though, preserving the GlobalID should automatically set the target to GUID data type, or at least throw a more useful error.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2019 20:42:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379099#M21574</guid>
      <dc:creator>MichaelWainright1</dc:creator>
      <dc:date>2019-02-18T20:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379100#M21575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;Thanks for posting this!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was getting the same 9999999 Michael was seeing and couldn't figure out why.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:59:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379100#M21575</guid>
      <dc:creator>FredSpataro</dc:creator>
      <dc:date>2019-03-11T22:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379101#M21576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/42496"&gt;Alex Friant&lt;/A&gt; I have attempted your steps to Preserve the GlobalID field when achieving data. In my case, the GlobalID were not preserved even with the box checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do run into the same issue of the original problem as the&amp;nbsp;append tool does not work unless the GlobalID field type is changed to GUID. However, in my case the GlobalID field is still not being preserved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you ran into this issue as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATED:&lt;/P&gt;&lt;P&gt;My solution turned out I needed to add an index to my archived feature class (Target Dataset) as the GlobalID field and set as unique. The append will run without making adjustments to the field map.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2019 13:43:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379101#M21576</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-04-17T13:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379102#M21577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting. The "Add Global IDs" tool adds the index automatically, so perhaps it was added manually or the index was removed by accident? Either way, glad you got it figured out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2019 16:58:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379102#M21577</guid>
      <dc:creator>alex_friant</dc:creator>
      <dc:date>2019-04-17T16:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379103#M21578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Add Global IDs is&amp;nbsp;something we have to do when creating the new feature class on the server. However, I don't believe it sets it to "unique" under the index properties so&amp;nbsp; I have to go back in and add a new index pointing to the GlobalID and set it as "unique".&lt;/P&gt;&lt;P&gt;.....seems like unnecessary steps that should be already set in place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2019 17:11:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379103#M21578</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-04-17T17:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379104#M21579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My GlobalID index is marked as "No" for Unique, but it still worked. Does that same FC has an ObjectID field with an index set to Unique = 'Yes'?&amp;nbsp; Mine does. I downloaded the FC from AGOL at one point, so perhaps that's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2019 18:46:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379104#M21579</guid>
      <dc:creator>alex_friant</dc:creator>
      <dc:date>2019-04-17T18:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving a GlobalID while moving data between Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379105#M21580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My ObjectID field are showing unique as well. My target dataset was created as a blank FC on the sde. My input dataset was from AGOL. I did eventually download it from AGOL with the same results of Append failing. When I look at the index for the AGOL dataset the Global is set to "Yes" for unique. When I look at my target the GlobalID is set to "No" and I had to manually create the new index and set unique to "Yes". I'm assuming the append must be looking at this index for the GlobalID field and was failing because&amp;nbsp;the settings between the two indexes&amp;nbsp;did not match up between the two classes.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2019 19:06:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/preserving-a-globalid-while-moving-data-between/m-p/379105#M21580</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-04-17T19:06:26Z</dc:date>
    </item>
  </channel>
</rss>

