Hi,
I am using Enterprise 10.7.1. I have added a new field to my hosted feature layer, and am trying to 'Create List' to define pre-populated values. However, when I try to do this, I get 'There was an error'. There is no information describing the error.
Does anyone know how to resolve this?
Best,
Georgia
What is the field type (text, integer, etc.) that you are creating the list on?
Hi George,
Thanks for getting back to me. The field type I'm creating the list on is a String.
Thanks,
Georgia
Try to detect the error from the browser DevTools console.
for example on Google Chrome pushing the F12 button from your keyboard opens the following console
in your case you can select the Network Tab in order to analyze the request to your Portal when your are truing to update the Service Definition.
try to add the domain and monitor the request on the Network Tab. When the error occurred something like the following expected
select the updateDefinition request and get the detailed info from the response Tab.
Also the same massage can be found on the ArcGIS Server Manager Logs
Good afternoon,
Thanks for your advice on troubleshooting the error. I have done as you've suggested and am getting this response:
{"status":"error","messages":["Could not find resource or operation '0' on the system."],"code":404}
Any ideas?
Thanks,
Georgia
You may want to reach out to technical support on this. They can help troubleshoot in more detail. Thanks!