laptop and a wrench

Bug

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'.

Zuletzt veröffentlicht: November 21, 2018 ArcGIS for Server
Bug-ID-Nummer BUG-000091275
EingereichtOctober 8, 2015
Zuletzt geändertJune 25, 2025
Gilt fürArcGIS for Server
Gefunden in Version10.3.1
StatusWill Not Be Addressed

Zusätzliche Informationen

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.

Workaround

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>

Schritte zur Reproduzierung

Bug-ID: BUG-000091275

Software:

  • ArcGIS for Server

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln