When attempting to export a table join to a shapefile with a GlobalID field from the joined table, the following error occurs, "The Field type is invalid or unsupported for the operation. [GlobalID]" .
最後に公開された状態: August 17, 2015ArcGIS for Desktop
不具合 ID 番号
NIM073575
送信されました
October 6, 2011
最終更新日
June 5, 2024
適用対象
ArcGIS for Desktop
見つかったバージョン
10.0
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
We do not have plans to address this issue at this time.
対処法
1. Export the feature class to a shapefile and the geodatabase table to a Database file (dbf) table separately to convert the GlobalID field(s) to text field types. 2. Perform the table join between the resultant shapefile and the dbf. 3. Export to another shapefile to make the join permanent.OR1. Join the original feature class to the geodatabase table by going to the Layer Properties > Fields tab for the joined feature class or shapefile. 2. Uncheck the field visibility for the GlobalID field(s).This exports the join to a shapefile but without the GlobalID field(s).