Hello Community,
We are on ArcGIS enterprise 10.9.1 with portal, datastore and server on a single machine. All of a sudden, our ArcGIS Datastore is not validating from server manager. Things that I have checked so far
a. Ensured that server account has permissions on following folders : C:\Python27, C:\ProgramFiles\ArcGIS
b. Ran describedatastore utility and it was showing datastore mode as READWRITE
c. Checked the dsconnections.lst file located at C:\arcgisserver\config-store\data and its DateModified was getting updated after validating the datastore.
d. Went through the logs and following messages were encountered:
- Connection property set was missing a required property or the property value was unrecognized. FDO error -2147221231
- DataStore machine has failed.
- ArcGIS Data Store encountered too many problems. Failover may be invoked if standby is configured.
- ArcGIS Data Store has detected an issue with 'db'
On researching on this further I came across following link : https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-data-store-hosted-feature-layer-sto... where it has been mentioned to restart windows service of server and portal.
Another thing that I have observed is that I am able to view the data of the hosted feature services from the item details page (not sure if this is an expected behavior).
Am wondering if I should move proceed with the process of restarting the windows service or is there something else to look into.