laptop and a wrench

Error

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

Última publicación: November 21, 2018 ArcGIS for Server
Número de ID del error BUG-000091275
EnviadoOctober 8, 2015
Última modificaciónJune 25, 2025
Relacionado conArcGIS for Server
Versión encontrada10.3.1
EstadoWill Not Be Addressed

Información adicional

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.

Solución alternativa

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>

Pasos para reproducir

ID del error: BUG-000091275

Software:

  • ArcGIS for Server

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga