Skip to main content
Question

FME Desktop 2016.1/2017 - SDE to ArcGIS Online - Writing to ArcGIS Online addResults error "Data is Null"

  • March 2, 2018
  • 2 replies
  • 41 views

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

lars_de_vries
Forum|alt.badge.img+10

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.


  • Author
  • March 15, 2018

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.