Skip to main content
Question

ArcGIS Portal Feature Service writer error True curve update not allowed

  • October 2, 2023
  • 3 replies
  • 313 views

jimmybowden29
Contributor
Forum|alt.badge.img

FME Server 2022.2

Build 22765 - win64

I have an ArcGIS Portal Feature Service writer set up to update a single attribute. I am getting the following error ArcGIS Portal Feature Service Writer: Encountered an unexpected error. The error code from the server was '400' and the message was: 'Unable to complete operation.'. Details: 'True curve update not allowed.'

I have specified to not update the spatial column so I would expect this error would not occur.

imageIt would appear that FME is trying to send a geometry image

3 replies

davekazemi
Contributor
Forum|alt.badge.img+5
  • Contributor
  • February 14, 2024

it seems updating true curve is not supported and I’d suggest upvote here

 


deanhowell
Influencer
Forum|alt.badge.img+24
  • Influencer
  • September 25, 2025

@jimmybowden29 did you find a work-around for the issue you mentioned above?


birgit
Influencer
Forum|alt.badge.img+21
  • Influencer
  • September 25, 2025

@jimmybowden29 did you find a work-around for the issue you mentioned above?

You can try to use the geometryremover transformer beforehand and set your writer geometry to arcgisonline_no_geom. It might also be possible that only the latter also works but just try out a combination of these two options.

 

Or you can change the settings on the ESRI service to allow updates from non curve clients.