laptop and a wrench

Erro

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 Publicação: November 21, 2018 ArcGIS for Server
Número de ID do Erro BUG-000091275
EnviadoOctober 8, 2015
Última ModificaçãoJuly 28, 2020
Aplica-se àArcGIS for Server
Versão encontrada10.3.1
StatusIn Review

Solução Provisória

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>

Etapas para Reproduzir

ID do Erro: BUG-000091275

Software:

  • ArcGIS for Server

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download