Importing data from Local Government Information Model to a PostgreSQL geodatabase returns the error, "XML Import Error: Column already exist"
最後に公開された状態: April 4, 2015ArcGIS for Desktop
不具合 ID 番号
BUG-000086278
送信されました
March 20, 2015
最終更新日
June 5, 2024
適用対象
ArcGIS for Desktop
見つかったバージョン
10.2
ステータス
Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
This is a known limitation of working with the Local Government Information Model in PostgreSQL because the US National Grid feature class is based on the FGDC standard.
Workaround: Prior to importing the Local Government Information Model into your PostgreSQL geodatabase remove the reserve system (XMIN) field and replace it with a field called XMIN_1.
1. Import Local Government XML workspace to a file geodatabase.
2. Delete the XMIN field from the US National Grid feature class.
3. In the US National feature class create a new field and name it something other than XMIN, for example XMIN_1.
4. Export to a new XML workspace, then import it into PostgreSQL geodatabase.
対処法
- Import XML to file geodatabase.
- Rename XMIN to XMIN _1 for feature class USNationalGrid under feature dataset EmergencyOperations.
- Copy and paste, or import data to SDE geodatabase.