Skip to main content
Question

'addResults' error with the message '24126: Point coordinates cannot be infinite or not a number (NaN).'

  • November 17, 2020
  • 1 reply
  • 55 views

mapster

I'm trying to update a couple of non-geometrical attribute values of a feature service. These values come from a HTTP request that is executed in a Python caller. These fields are now empty and I want to update these with every workbench run. But when I run the workbench I receive the following message:

 

"ArcGIS Online Feature Service Writer: Writing features for layer/table 'X', with 9 inserts, 0 updates, and 0 deletes

 

ArcGIS Online Feature Service Writer: 'addResults' error for a feature in 'X'. The error code from the server was '1000' and the message was: '24126: Point coordinates cannot be infinite or not a number (NaN).'"

 

Does anyone know how I can fix this so I can first succesfully fill the empty columns and subsequently update these with every workbench run?

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.

1 reply

chrisatsafe
Contributor
Forum|alt.badge.img+2
  • Contributor
  • November 18, 2020

Not sure if this is the same case... but perhaps Matt's suggestion to use a MeasuresRemover on this post might help you get past this?