Trying to add features on Arc Enterprise to a feature service. Code not working so trying to sort issue in the addFeature GUI for the service. The json for the attributes validates: Check it values against domain, field length etc. All we get is:
{ "error": { "code": 400, "extendedCode": -2147219879, "message": "Unable to complete operation.", "details": [ "Unable to perform addFeatures operation." ] } }
No documentation for the error that we can find. Any ideas? Surely the error codes are known somewhere.
What is being pasted into the Attributes box:
[
{
"attributes": {
"datasource": "Basher et al. (2011); Basher et al. (2018)",
"collecdate": "2011",
"collecpers": "Brenda Rosser, Mike Page",
"datentdate": 1734480000000,
"datentpers": "scaddenp",
"restricsta": "Public",
"mapresolu": "1-5 m",
"qa_person": "Brenda Rosser",
"qa_status": "Complete",
"bib_id": "236731, 217045",
"qr_method": 3,
"qr_schema": 4,
"qr_accurac": 3,
"qr_overall": 13,
"qr_categor": "Higher",
"comments": "Imagery: SN226, 1:6000, 4/3/1943"
}
}
]