漏洞编号 | BUG-000113018 |
已提交 | Apr 06, 2018 |
Modified | Aug 29, 2022 |
严重性 | Medium |
应用于 | ArcGIS GeoEvent Server |
找到的版本 | 10.6 |
程序语言 | N/A |
服务器平台 | Windows OS 2016 64 Bit |
客户端平台 | Windows OS 2016 64 Bit |
数据库 | N/A |
区域设置 | N/A |
状态 |
Fixed
Learn more |
修正版本 | 10.8.1 |
SP 修复 | N/A |
漏洞 BUG-000113018
摘要
Hosted feature services published from ArcGIS Pro fail to update in REST with event records from a CSV file after previous records have been deleted and the source CSV file has been edited.
附加信息
Feature record add or update operations are reimplemented in the 10.8.1 release. The traditional 'Update a Feature' output now tries to first update a feature if it has a cached OBJECTID. If it fails, it queries to affirm it has the correct OBJECTID and tries the update again. If the second update attempt fails, it tries to create a new feature record before giving up. The rollbackOnFailure is also changed to 'false' to prevent a single feature record update failure from impacting all data records in the batch.
备用解决方案
After deleting the feature records in REST and making changes to the source CSV file, remove and re-add the CSV file from the data source folder that ArcGIS GeoEvent Server is pulling from.