<?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 Error: Load data into SDE Feature Class using Load Object  in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/error-load-data-into-sde-feature-class-using-load/m-p/352351#M20176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't load data into SDE Feature Class using Load Object.&lt;BR /&gt;I using ArcGIS for Desktop 10.4.1, SQL Server 2014 Standard, Enterprise Geodatabase 10.4.1.&lt;BR /&gt;Please help.&lt;BR /&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/350974_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 May 2017 07:33:28 GMT</pubDate>
    <dc:creator>PhuNguyen</dc:creator>
    <dc:date>2017-05-13T07:33:28Z</dc:date>
    <item>
      <title>Error: Load data into SDE Feature Class using Load Object</title>
      <link>https://community.esri.com/t5/data-management-questions/error-load-data-into-sde-feature-class-using-load/m-p/352351#M20176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't load data into SDE Feature Class using Load Object.&lt;BR /&gt;I using ArcGIS for Desktop 10.4.1, SQL Server 2014 Standard, Enterprise Geodatabase 10.4.1.&lt;BR /&gt;Please help.&lt;BR /&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/350974_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 May 2017 07:33:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-load-data-into-sde-feature-class-using-load/m-p/352351#M20176</guid>
      <dc:creator>PhuNguyen</dc:creator>
      <dc:date>2017-05-13T07:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Load data into SDE Feature Class using Load Object</title>
      <link>https://community.esri.com/t5/data-management-questions/error-load-data-into-sde-feature-class-using-load/m-p/352352#M20177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that the schema is same in the source and target feature classes, if that is the case you can try to use the Append tool and see if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.4/tools/data-management-toolbox/append.htm" title="http://desktop.arcgis.com/en/arcmap/10.4/tools/data-management-toolbox/append.htm"&gt;Append—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 10:26:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-load-data-into-sde-feature-class-using-load/m-p/352352#M20177</guid>
      <dc:creator>shan_sarkar</dc:creator>
      <dc:date>2017-05-15T10:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Load data into SDE Feature Class using Load Object</title>
      <link>https://community.esri.com/t5/data-management-questions/error-load-data-into-sde-feature-class-using-load/m-p/352353#M20178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like you're trying to load duplicate GlobalIDs, maybe?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 13:46:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-load-data-into-sde-feature-class-using-load/m-p/352353#M20178</guid>
      <dc:creator>MitchHolley1</dc:creator>
      <dc:date>2017-05-15T13:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Load data into SDE Feature Class using Load Object</title>
      <link>https://community.esri.com/t5/data-management-questions/error-load-data-into-sde-feature-class-using-load/m-p/352354#M20179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It isn't obvious that it's GlobalID, but that error message does indicate there is a field with a unique constraint being violated by the data you are loading. In other words, check your table for unique key constrained fields and then join the two tables on that field to see if anything matches. If so, you need to pick one to delete.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 16:37:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-load-data-into-sde-feature-class-using-load/m-p/352354#M20179</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2017-05-16T16:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Load data into SDE Feature Class using Load Object</title>
      <link>https://community.esri.com/t5/data-management-questions/error-load-data-into-sde-feature-class-using-load/m-p/352355#M20180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for support.&lt;/P&gt;&lt;P&gt;This is error: input record exceeds maximum length.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 00:55:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-load-data-into-sde-feature-class-using-load/m-p/352355#M20180</guid>
      <dc:creator>PhuNguyen</dc:creator>
      <dc:date>2017-05-19T00:55:43Z</dc:date>
    </item>
  </channel>
</rss>

