Datastore whitelist

1037
0
06-18-2018 05:09 PM
ChrisCandy
New Contributor II

I am working with an arcgis advanced enterprise system v10.5 implementing standard analysis tools by installing datastores.  I have successfully worked through this process in dev, and stage environments where the portal identity store maintains user security.  In the Production environment windows authentication is utilised and appears to be blocking access for postgres and related apps to start and run without errors.  The datastore service is running with a domain service account and has full control over the datastore folders, but has errors shown below.

datastore  log file<Msg time="2018-06-19T08:44:25,355" type="WARNING" code="110612" source="Data Store" process="6116" thread="1" methodName="" machine="myserver.GOV.AU" user="" elapsed="">Attempt to stop data store machine on '{0}' failed. com.esri.arcgis.datastore.common.DataStoreException: Configuration store is not configured correctly, or a bad configuration is being used.. Could not find file nulletc\arcgis-data-store-config.json.</Msg>

windows event logs

The description for Event ID 5 from source ArcGIS Data Store cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

If you move to the configdatastore process from command line

access is denied

F:\arcgisdatastore\DataStore\tools>configuredatastore https://myserver06:6443/arcgis/admin ###   #### f:\arcgisdatastore --stores relational

Access is denied.

Or from the wizard


 From the datastore server a login to the arcgis server is possible provided you obtain a token, not ideal for an install and config process.

Any thoughts on whitelist inclusions and options to proceed are very much appreciated

Tags (1)
0 Kudos
0 Replies