A single invalid GeoEvent sent to a feature service output prevents valid GeoEvents from updating the same feature service if data is submitted to the input connector as a batch.
最後に公開された状態: July 29, 2016ArcGIS for Server
不具合 ID 番号
BUG-000094475
送信されました
February 26, 2016
最終更新日
June 5, 2024
適用対象
ArcGIS for Server
見つかったバージョン
10.3.1
ステータス
Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
Both the 'Add a Feature' and the 'Update a Feature' GeoEvent outputs provide a property 'Maximum Features Per Transaction'. Change this property value from its default of 500 to 1 if you want to ensure that a transactional failure will not affect more than one event (presumably the event which causes Server to reject the add/update feature request).
This assumes that the number of events being sent each second is small enough to accommodate the increased overhead of limiting transactions with the feature service to exactly one event record in each transaction. This is around 50 events per second assuming a transaction latency of 20 milliseconds per transaction.