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.