When using the Append geoprocessing tool with a hosted feature layer published with a definition query, the tool does not add new features to the target dataset unless the features have the same value in the attribute field.
上次发布: August 25, 2022ArcGIS Pro
漏洞 ID 编号
BUG-000144910
已提交
December 1, 2021
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.9
操作系统
Windows OS
操作系统版本
10.0
修正版本
3.1
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
There is no plan to address this issue at the moment. This issue occurs due to the definition query being applied to the service layer by the server. The features are drawn in ArcGIS Pro because they are added to the local feature cache during the append. However, queries to the feature service do not return those records due to the definition query. The attribute table, which does not always use the feature cache and queries the service directly, does not display these records due to the definition query. Unfortunately, the service-based definition query is not available for the ArcGIS Pro client, so it does not know if there is a definition query that is applied. This type of layer may not be suitable for feature caching in ArcGIS Pro. As a workaround, use one of the following options to resolve this issue: Option 1: Manually refresh the map after the append operation completes. Option 2: Use the Feature Cache group to disable caching for the layer. Refer to the following link for more information, https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/manage-feature-cache.htm Option 3: Disable caching from the layer properties > caching tab.