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.