In ArcGIS Pro 3.2, the error message, “ERROR 002809: Field OID in <path> is of an unsupported type for the output workspace." is returned when using the Export Table geoprocessing tool to export as a file geodatabase from a non-enterprise geodatabase.
ArcGIS Pro
不具合 ID 番号
BUG-000164103
送信されました
January 3, 2024
最終更新日
June 19, 2024
適用対象
ArcGIS Pro
見つかったバージョン
3.2
オペレーティング システム
Windows OS
オペレーティング システムのバージョン
N/A
ステータス
As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
参考情報
A non-geodatabase database table is used in ArcGIS Pro as a query layer. If that table does not have an ObjectID field (the code sample for creating the table in the database did not specify an ObjectID), the system automatically adds one for use in ArcGIS Pro. This ObjectID field is 64-bit by default. Tables with a 64-bit ObjectID field cannot be exported to legacy formats like dBASE database files, which do not support 64-bit Object IDs or Big Integer fields.
The workaround provided using the option to ensure compatible field types are used allows the table to be added into ArcGIS Pro using a 32-bit ObjectID field, so this table view can then be used as input to export to an output dBASE table.
対処法
In the Options dialog on the Maps and Scenes page, check the box to Use field types that are compatible with ArcGIS Pro 3.1 and earlier releases when adding query layers and text files.