Hi,
I am trying to add features to a utility network via the rest API and a python script and am getting an internal error message that I have not been able to figure out. I have selected a valid version that is public, I have successfully purged locks and have a valid token. and have limited my attributes down to 1 attribute to try and reduce a bad attribute as a factor.
{"error":{"code":400,"extendedCode":-2147208955,"message":"Unable to complete operation.","details":["Internal error during object insert. Features may not exist outside of the utility network extent."]}}Failed request: {'features': '[{"geometry": {"x": 108.590139, "y": 45.857306, "spatialReference": {"wkid": 4326, "latestWkid": 4326}}, "attributes": {"ASSETID": 5134}}]'} has anyone run into this?
Thanks,
Mitch