Error message while spatial joining

390
2
04-13-2014 10:02 PM
JagadeeshDutta
New Contributor
Hi,

I am trying to join attributes from one table to another.But there is no common ID.So I am trying to use spatial join option.But not sure how to resolve that error.Can any one help in this regard. Please check the error message attached.

Thanks
JAD
0 Kudos
2 Replies
DanaNolan
Occasional Contributor III
This happens with GlobalID fields (GUID), which are used by programmers and in database replication. Assuming one side of your join has a GUID field, you may need to make a copy of the feature class without this field.

I would call this problem a bug; a join should be able to ignore GUID fields.
0 Kudos
DaleHoneycutt
Occasional Contributor III
Are you writing the output to a shapefile?  They don't support GUID fields.  Write the output to a file geodatabase instead.
0 Kudos