Publishing a hosted feature service from a layer, which is time-enabled with a non-date numeric field, causes the hosted feature service to contain zero features.
上次发布: October 16, 2017ArcGIS Online
漏洞 ID 编号
BUG-000083653
已提交
November 26, 2014
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
N/A
操作系统
Windows OS
操作系统版本
7
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The reason for the failure is basically a user error: The user specified the time field as year and the format as YYYY. Although permissible to use a numeric field as the year, ''1'' is not a valid year in the current framework. ''1970'' is (either as string or numerical). The process fails when the server side publishing tool is executed (the publishing tool expects a four digit number).
The user interface allows to pick any field (including length and area fields), which seems questionable. Analyzer that goes through the whole table and checks the field values could be a solution but for this purpose the table would have to be opened, which is expensive. For now maybe the best solution is to document the issue and educate users on how to use time in this context.
解决办法
Create a new field with a date field type in the dataset, and calculate the date based on the time indicated in the non-date field.