Hello! We upgraded last weekend to 11.3. Some way, some how our data store owning system url changed during the upgrade process. As a result we are getting all sorts of errors when attempting to view any data store in the datastore. Does anyone know how we can change the owning system url?
I do have a ticket in with ESRI but it's been sitting as "Unassigned" for a very long time.
Thanks!
Solved! Go to Solution.
The owning system URL is picked up from your ArcGIS Server. If you register your ArcGIS Datastore before you register the web adaptor for ArcGIS Server - you may find it to be https://machineName.domain.com:6443/arcgis
instead of
https://friendlyName.domain.com/server
If you want your owning system URL to be a friendly DNS name, make sure your web adaptor was registered using the friendly DNS alias to access the configuration page e.g.
https://friendlyName.domain.com/server/webadaptor/server
Old documentation says this:
If you have done this, it should be a case of unregistering the datastore and then re-registering to pick up the new OwningSystemURL
The owning system URL is picked up from your ArcGIS Server. If you register your ArcGIS Datastore before you register the web adaptor for ArcGIS Server - you may find it to be https://machineName.domain.com:6443/arcgis
instead of
https://friendlyName.domain.com/server
If you want your owning system URL to be a friendly DNS name, make sure your web adaptor was registered using the friendly DNS alias to access the configuration page e.g.
https://friendlyName.domain.com/server/webadaptor/server
Old documentation says this:
If you have done this, it should be a case of unregistering the datastore and then re-registering to pick up the new OwningSystemURL
Thank you for the information. To build upon the original question, I've noted our datastore is pointing to our WA host post 11.3 > 11.5 upgrade. Our WAs are hosted on a web server outside of our domain sub-net in DMZ. Doesn't setting the datastore owning system to the WA host in our scenario cause traffic to flow to/from datastore across our subnet boundary into our DMZ then back to the hosting server? This seems contradictory to control the flow objectives from an INFOSEC perspective. Isn't it better to keep owning system in datastore(s) communicating within the same sub-net by setting < https://my.hostingserver.com:6443/arcgis > as the owning system URL in the datastore(s) ?
Wanted to report back that the issue was our web adaptors that went bad during the upgrade. This caused the owing system url to change since it was auto detected from the ArcGIS Server. Once we uninstalled and reinstalled all web adaptors (including portal) then the owing system url was correctly detected. Thanks for the feedback everyone!