バグ番号 | 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.