Search code examples
iosarcgisesri

Esri API 10.2 - Error code: 400 "Unable to complete operation"


I am developing an iOS Application for collecting data following "FeatureLayerEditingSample"(you can find it here: FeatureLayerEditingSample).

I use Esri's iOS sdk version 10.2 This error occurs random sampling when I try to add a new feature (simple or with attachments) to my feature layer.

Moreover sometimes only one or two specific attachments cannot be sync and the error says "because unable to complete operation". Any ideas?


Solution

  • The problem was I was using a versioned database. Removing the version all worked again.