The returnUpdates REST call does not return updated endTime to reflect data added after a service is published as a web feature layer from ArcGIS Pro.
上次发布: April 14, 2017ArcGIS GIS Server
漏洞 ID 编号
BUG-000101582
已提交
December 19, 2016
上次修改时间
August 28, 2025
适用范围
ArcGIS GIS Server
找到的版本
10.4.1
操作系统
Windows OS
操作系统版本
7.0 64 Bit
修正版本
2.0
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Publish a map service in ArcMap from the same data and returnUpdates works as expected when new data is added.1. Create an ArcMap map document with a layer of time data from a registered SDE.2. Publish the map document as a dynamic map service to ArcGIS GIS Server.3. Execute returnUpdates REST call: time extent is correct for the current data set.4. In ArcMap, start an editing session, add a new feature with a date later than the previous time extent of the data set.5. Query the REST service, and sort by date field DESC, confirm newly added record shows up.6. Execute returnUpdates REST call again: time extent is CORRECT, i.e., the endTime value has been updated to account for the newly added feature with a later date.Service used for this test (publishing from ArcMap): <a href="https://bberry.esri.com/server/rest/services/DisastersTimeEnabledDayIntervalVideo/MapServer/0" target="_blank">https://bberry.esri.com/server/rest/services/DisastersTimeEnabledDayIntervalVideo/MapServer/0</a>