Hi all,
I've been attempting to update the JSON of a Feature Service with new Coded Domain Values. I have managed this with one of my other features, but in another I have run into this error, where xyz equals the domain name.
{ "error": { "code": 500, "message": "ERROR: Domain is used beyond the scope of the service. Domain name: xyz", "details": [] } }I've read that this is because there is another service that uses this same domain name - although from my investigations this doesn't seem to be the case. We are using ArcGIS Enterprise 10.7.1, and not AGOL.
I would prefer to continue editing services through the Rest API because of its utility, but would an alternative be to download a local copy of the Service to my ArcMap client and edit the domain through there and republish, or would I likely run into the same Domain Name issue?
Any suggestions or advice are welcome!