Hello,
the adminURL for my Portal DS is https://<domain:2442>/arcgis/datastoreadmin/ (I found that info in a json created by https://<domain:6443>/arcgis/admin/data/findItems?managed=true&f=json)
If I try to go to the /datastoreadmin URL another JSON is created saying
{
"error" : {
"code" : 403,
"message" : "Unable to process this request.",
"details" : null
}
}
The same goes for
/datastoreadmin/configure
/datastoreadmin/machines.
If I use https://<domain:2442>/arcgis/datastore/ instead of /datastoreadmin/ I get the ArcGIS Data Store Configuration Status page.
My question is:
Is this a normal behaviour or should I set the adminURL to https://<domain:2442>/arcgis/datastore/ in the Portal's configuration?
Thanks