Skip to main content

We are performing an update to ArcGIS Online where the source data is from ESRI ArcGIS SDE database. This is the error that I encounter right now. I already tried to filter all fields using the NullAttributeMapper to replace Nulls with Empty String, but still I encounter this error.

What is meant by this error?

ArcGIS Online Feature Service Writer: 'addResults' error for a feature in 'Sewer Connection'. The error code from the server was '1000' and the message was: 'Data is Null. This method or property cannot be called on Null values.'
ArcGIS Online Feature Service Writer: 3772 features successfully written to 'Sewer Connection', but the server rejected the 2 features in the last request due to errors. See warnings above. Aborting translation

I have seen this error before with ArcGIS. In most cases it is an error in reading the source data.

For what I can remember, the best solution was to replace the reader.

I hope this helps.


I have seen this error before with ArcGIS. In most cases it is an error in reading the source data.

For what I can remember, the best solution was to replace the reader.

I hope this helps.

Thanks for your help. I will check how can I replace the reader.

 

 


Reply