<?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: The Fields collection contained multiple Global ID fields. in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/error-the-fields-collection-contained-multiple/m-p/799867#M2584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aşağıdaki işlem adımlarını uygulayın;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Layer&amp;nbsp; Properties &amp;gt; Field &amp;gt; 1 or 2&amp;nbsp; x Global ID&amp;nbsp;uncheck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Nov 2019 14:30:05 GMT</pubDate>
    <dc:creator>Huseyinikis</dc:creator>
    <dc:date>2019-11-28T14:30:05Z</dc:date>
    <item>
      <title>Error: The Fields collection contained multiple Global ID fields.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-the-fields-collection-contained-multiple/m-p/799861#M2578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to do a simple spatial join between points and the polygons they fall inside. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error message "&lt;EM&gt;The Fields collection contained multiple Global ID fields." &lt;/EM&gt;is thrown every time.&amp;nbsp; I've tried both a file and personal GDB.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I try to save the results out as a shapefile, I get this error: "&lt;EM&gt;The Field type is invalid or unsupported for the operation. [GLOBALID]".&lt;/EM&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried turning off the GlobalID fields prior to running the spatial join but the same errors happen.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea what's going on? I'm at a loss when simple functions fail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 16:08:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-the-fields-collection-contained-multiple/m-p/799861#M2578</guid>
      <dc:creator>ShawnDevereaux</dc:creator>
      <dc:date>2015-02-06T16:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error: The Fields collection contained multiple Global ID fields.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-the-fields-collection-contained-multiple/m-p/799862#M2579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shawn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not quite getting this.&lt;/P&gt;&lt;P&gt;It seems that in the join process you're trying to join your data using the &lt;EM&gt;GlobalId&lt;/EM&gt; field. Are you?&lt;/P&gt;&lt;P&gt;If not, and you still get this error, the simplest way seems trying to export your original features to shapefiles, then performing the join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 16:22:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-the-fields-collection-contained-multiple/m-p/799862#M2579</guid>
      <dc:creator>Marco_AlejandroBonilla</dc:creator>
      <dc:date>2015-02-06T16:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error: The Fields collection contained multiple Global ID fields.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-the-fields-collection-contained-multiple/m-p/799863#M2580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry,&lt;/P&gt;&lt;P&gt;I get it now. Je.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't perform the join operation inside the GDB because the GlobalId field must be unique in the results, also, I understand that the GlobalID field is exclusive for GDB so you can't export your results to a shapefile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you should eliminate the global Id fields inside the GDB and then perform the joins (if that doesn't affect to your work flow) or instead, as i said before, exporting the data to a shapefile and then perform the join operation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 16:28:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-the-fields-collection-contained-multiple/m-p/799863#M2580</guid>
      <dc:creator>Marco_AlejandroBonilla</dc:creator>
      <dc:date>2015-02-06T16:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error: The Fields collection contained multiple Global ID fields.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-the-fields-collection-contained-multiple/m-p/799864#M2581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To clarify, the data is in an SDE database. I cannot get rid of the GlobalID fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am joining the attributes of the polygon to the point feature that falls within that polygon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The resulting export join feature class is going to either a file or personal GDB or a shapefile.&amp;nbsp; All 3 throw an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did the work around of first exporting out to a shapefile before doing the join but that should not have to be done and I haven't had to do that until today.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 16:34:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-the-fields-collection-contained-multiple/m-p/799864#M2581</guid>
      <dc:creator>ShawnDevereaux</dc:creator>
      <dc:date>2015-02-06T16:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error: The Fields collection contained multiple Global ID fields.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-the-fields-collection-contained-multiple/m-p/799865#M2582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, Global IDs are unique within the SDE database so there are no identical GlobalIDs between the two feature classes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 16:36:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-the-fields-collection-contained-multiple/m-p/799865#M2582</guid>
      <dc:creator>ShawnDevereaux</dc:creator>
      <dc:date>2015-02-06T16:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error: The Fields collection contained multiple Global ID fields.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-the-fields-collection-contained-multiple/m-p/799866#M2583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can't get rid of GlobalIDs and in case you have all the points inside a polygon you could use the Intersection Tool to achieve that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 17:40:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-the-fields-collection-contained-multiple/m-p/799866#M2583</guid>
      <dc:creator>Marco_AlejandroBonilla</dc:creator>
      <dc:date>2015-02-06T17:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error: The Fields collection contained multiple Global ID fields.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-the-fields-collection-contained-multiple/m-p/799867#M2584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aşağıdaki işlem adımlarını uygulayın;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Layer&amp;nbsp; Properties &amp;gt; Field &amp;gt; 1 or 2&amp;nbsp; x Global ID&amp;nbsp;uncheck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2019 14:30:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-the-fields-collection-contained-multiple/m-p/799867#M2584</guid>
      <dc:creator>Huseyinikis</dc:creator>
      <dc:date>2019-11-28T14:30:05Z</dc:date>
    </item>
  </channel>
</rss>

