laptop and a wrench

不具合

Date fields cannot be set to a null value when editing features via the feature service SOAP API in ArcGIS 10.3.1 for Server. The value becomes '1899/12/30 0:00:00'.

最後に公開された状態: November 21, 2018 ArcGIS for Server
不具合 ID 番号 BUG-000091275
送信されましたOctober 8, 2015
最終更新日June 25, 2025
適用対象ArcGIS for Server
見つかったバージョン10.3.1
ステータスWill Not Be Addressed

参考情報

We apologize that we were unable to address this issue within the current product support cycle.  If the issue continues to affect your work in a supported release, please contact Technical Support.

対処法

Set TimeReference to the DataObjects:For .NET:TimeReference pTime = new TimeReference();pTime.TimeZoneNameID = "UTC";pTime.RespectsDaylightSavingTime = true;pTime.RespectsDynamicAdjustmentRules = true;DataObjects addDataObjects = new DataObjects(); addDataObjects.DataObjectArray = dArray; addDataObjects.TimeReference = pTime;For XML:
<!--REQUIRED-->
<TimeReference>
<TimeZoneNameID>UTC</TimeZoneNameID>
<!--Optional:-->
<RespectsDaylightSavingTime>true</RespectsDaylightSavingTime>
<!--Optional:-->
<RespectsDynamicAdjustmentRules>true</RespectsDynamicAdjustmentRules>
</TimeReference>

再現の手順

不具合 ID: BUG-000091275

ソフトウェア:

  • ArcGIS for Server

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動