Editing a single feature from a hosted feature layer in ArcGIS Pro edits all the features instead when a GlobalID is duplicated.
上次发布: March 7, 2019ArcGIS Online
漏洞 ID 编号
BUG-000119312
已提交
January 11, 2019
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
6.4
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The data is corrupted before getting to the hosted service. Workaround is to make a copy of the data, drop and recreate the GlobalID field on the copy and republish the copy that has valid GlobalID values. Determine how the data got into this state in the first place.
解决办法
Recovery workflow:
Retrieve the backup data or the original data when published (unzip the service definition file).
If valid GlobalID records exist in the data, make two copies of the dataset with and without valid GlobalID.
Use the Delete Field option on the GlobalID field that has '{00000000-0000-0000-0000-000000000000}' and is invalid.
Append the results to the valid dataset or service.