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.