Error: This operation is not allowed while editing [Editable]. This operation is not allowed while editing [Editable]

976
1
09-13-2021 04:42 PM
LuisDelValle
New Contributor II

Hi all,

Not sure if I'm posting in the right forum, if not please point me in the right direction. I'm having the following issue:

I'm sending a series of applyEdits requests to our arcgis sever to update some data in a table we call CallAddresses.

URL looks like this: {baseUrl}/rest/services/{environment}/Contact/FeatureServer/1/applyEdits

The payload:

[{"attributes":[{"ContactId":"{ContactGuid}","Type":2,"Address":"<anumber>","Priority":2,"OBJECTID":ObjectIdNumber,"GlobalID":"{GlobalIDGuid}"}]}]

The full error send back from the server is this:

{"error":{"code":500,"extendedCode":-2147467261,"message":"Unable to complete operation.","details":["Unable to perform applyEdits operation.","Error: This operation is not allowed while editing [Editable]. This operation is not allowed while editing [Editable]."]}}

The interesting part is that when I send an applyEdits request to add or delete, those requests are successful.

Thank you in advance with your help, I've been stuck with this for some time.

Tags (1)
1 Reply
Laura
by MVP Regular Contributor
MVP Regular Contributor

I am also having this issue

0 Kudos