漏洞 ID 编号 |
BUG-000135775 |
已提交 | December 1, 2020 |
上次修改时间 | June 5, 2024 |
适用范围 | ArcGIS for Desktop |
找到的版本 | 10.8.1 |
操作系统 | Windows OS |
操作系统版本 | 10.0 64 Bit |
状态 | Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
The table used in this workflow does not have a unique, non-null integer field. Thus, an ObjectID is not present. It is possible for other fields like Text and Date to be used as a dynamic ObjectID, but it can still have problems with certain tools. The Export command in ArcMap is one of them. The best approach is to do the following:
1. Create a unique, non-null integer filed on the table. Registering the table with the geodatabase creates an ObjectID field which fulfills that requirement. A geodatabase is not required. Create a field on the table that ArcMap can use as an ObjectID.
2. Use either the Copy Features or Feature Class to Shapefile tools in ArcMap.
3. Use ArcGIS Pro. In ArcGIS Pro, navigate to Data > Export. The Export Features tool runs successfully.
解决办法
Register the feature class with the geodatabase in ArcMap 10.8.1 using SQL 2019.
重现步骤