<?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 A general error when something is wrong with a Field. [globalid] in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/a-general-error-when-something-is-wrong-with-a/m-p/880415#M6715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get this error when trying to replicate or copy a feature class (actually happens on 3 different feature classes).&amp;nbsp; The geodatabase is stored in Oracle 11g.&amp;nbsp; The arcgis client is 10.3.1.&amp;nbsp; Any ideas why this might be happening and how to resolve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2016 23:33:23 GMT</pubDate>
    <dc:creator>JimmyBowden1</dc:creator>
    <dc:date>2016-03-08T23:33:23Z</dc:date>
    <item>
      <title>A general error when something is wrong with a Field. [globalid]</title>
      <link>https://community.esri.com/t5/geodatabase-questions/a-general-error-when-something-is-wrong-with-a/m-p/880415#M6715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get this error when trying to replicate or copy a feature class (actually happens on 3 different feature classes).&amp;nbsp; The geodatabase is stored in Oracle 11g.&amp;nbsp; The arcgis client is 10.3.1.&amp;nbsp; Any ideas why this might be happening and how to resolve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 23:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/a-general-error-when-something-is-wrong-with-a/m-p/880415#M6715</guid>
      <dc:creator>JimmyBowden1</dc:creator>
      <dc:date>2016-03-08T23:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: A general error when something is wrong with a Field. [globalid]</title>
      <link>https://community.esri.com/t5/geodatabase-questions/a-general-error-when-something-is-wrong-with-a/m-p/880416#M6716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This just happened for me on a GUID field stored in an SDE geodatabase using Oracle (Oracle 12). The geodatabase is version&amp;nbsp;10.4.1.&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/438933_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was attempting to copy a feature class from SDE into a file geodatabase stored on a shared network. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 15:55:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/a-general-error-when-something-is-wrong-with-a/m-p/880416#M6716</guid>
      <dc:creator>MicahBabinski</dc:creator>
      <dc:date>2019-03-07T15:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: A general error when something is wrong with a Field. [globalid]</title>
      <link>https://community.esri.com/t5/geodatabase-questions/a-general-error-when-something-is-wrong-with-a/m-p/880417#M6717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have seen this issue when GUID or GlobalID field is modified by third party application or have wrong type of value inserted/present. This said, your issue may or may not related to the mentioned data error. Still, it is worth a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to copy data in the same enterprise geodatabase with different name and set database trace to find out which objectid or feature has issue or data copy failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Biraja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2019 02:50:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/a-general-error-when-something-is-wrong-with-a/m-p/880417#M6717</guid>
      <dc:creator>BirajaNayak</dc:creator>
      <dc:date>2019-03-09T02:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: A general error when something is wrong with a Field. [globalid]</title>
      <link>https://community.esri.com/t5/geodatabase-questions/a-general-error-when-something-is-wrong-with-a/m-p/1213483#M7887</link>
      <description>&lt;P&gt;I just ran into the same error trying to use arcpy.da.InsertCursor on a Featureclass i created by using arcpy.management.CreateFeatureclass with an SDE layer as a template. Seems like the field assignment got jumbled somehow. I found out that there was something off with the "shape" attributes.&lt;BR /&gt;Using this solved it for me:&lt;/P&gt;&lt;P&gt;_Shape_fields&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;=['SHAPE',&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;'SHAPE.AREA',&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;'SHAPE.LEN',&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;'SHAPE.LENGTH',&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;'SHAPE_Length',&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;'Shape_Area']&amp;nbsp; &amp;nbsp; _reduced_field_names&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;[f.name&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;f&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;arcpy.ListFields(fc)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;if&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;f.name.upper()&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;not&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[field.upper()&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;field&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in&amp;nbsp;_Shape_fields]]&lt;/P&gt;&lt;P&gt;_reduced_field_names.append('SHAPE@')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then i used the '_reduced_field_names' list as an input with arcpy.da.InsertCursor.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 19:26:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/a-general-error-when-something-is-wrong-with-a/m-p/1213483#M7887</guid>
      <dc:creator>AndreasSummer</dc:creator>
      <dc:date>2022-09-19T19:26:33Z</dc:date>
    </item>
  </channel>
</rss>

