When exporting a feature class that has attachments into a new geodatabase, the attachment table and relationship class are carried over along with the desired feature class.
上次发布: April 13, 2017ArcGIS for Desktop
漏洞 ID 编号
BUG-000103237
已提交
February 28, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.5
操作系统
Windows OS
操作系统版本
7.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is expected behavior. To not include attachments, disable the 'maintains attachments' environment variable:
http://desktop.arcgis.com/en/arcmap/latest/tools/environments/maintain-attachments.htm
解决办法
1. Export the desired feature class as a shapefile and then export the shapefile into the new geodatabase location(OR)2. Run a conversion tool, such as Feature Class to Feature Class. Once the tool is done running, run the Disable Attachments tool on the new feature class. This tool will delete the new feature class' attachment table and relationship class - <a href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/disable-attachments.htm" target="_blank">http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/disable-attachments.htm</a>