Hi Community,
We are on ArcGIS Enterprise 10.9.1 and have a multi-machine deployment with Server, Portal & Datastore on machine A and WebAdaptor installed and configured on machine B.
We are facing an intermittent issue all of a sudden where ArcGIS Data Store is sometimes validating with Portal & Server and sometimes not. I am not really sure what exactly is causing this behavior. Am attaching screenshots for reference purpose. Although tile cache data store does get validated.
Observations:
Troubleshooting done so far:
Any suggestions or further troubleshooting steps would be highly appreciated.
You can test the Enterprise Geodatabase rdbms database connection using the database client tool in each arcgis server machine to troubleshoot this further, if you do not know how to do this then I recommend you to ask assistance from your database administrator. You did not mention your RDBMS flavor, but for example:
Oracle Instant Client - Oracle SQL Plus
PostgreSQL - pgAdmin / psql
SQL Server - SQL Server Management Studio / sqlcmd
If the issue is intermittent then this can have many reasons, network interruptions, busy database server, etc. in any of these circumstances the database administrator shall be able to troubleshoot and diagnose what the problem might be.
I hope this helps.
@MarceloMarques Thank you for sharing your inputs.
Unfortunately, we do not have a database administrator and moreover, I am curious to know if we would need a database administrator as the issue is with DataStore not getting validated.
One more thing that I noticed today is after I stop the services of Server, Portal & DataStore there are still certain java processes that are running in the task manager. Am not sure if this is an expected behavior and could this be the cause of DataStore not validating. Moreover, if this is not an expected behavior should I go ahead and end these tasks manually.
Attaching a screenshot for reference.
Use the command "describedatastore" to check the status for your datastore, if datastore is read-only then it will fail to validate, you can then change your datastore to read-write if necessary, if you still encounter issues then I recommend you to open a ticket with Esri Tech Support to investigate in more detail.
Hi, I am experiencing the same issue as described in the question. However, I do not have a database administrator. Do you mind explaining more about the RDBMS and the managed database? How would that work for RDBMS of PgAdmin4?
I am also experiencing this. Has there been a solution?
Hi! I am running into this same issue. Did you manage to fix this? If so, how?
This is something I have ran into as well I did run the describe datastore and everything looks super, but the postgresql database is not wanting to validate. My relation database, spatiotemoral, and tile cache database all validate but the one database that host all our collected field data is not validating and I cannot find any solutions.
so I figured out that my issue has something to do with my postgresql version install, because I was able to switch the database back to the old version and it validated the database no issue. I suggest if you are running postgresql server with an sde database and you get this error then you should try reverting it back to see if it will validate.