ERROR
When attempting to start ArcGIS Data Store, users may encounter the following error messages:
This issue prevents the ArcGIS Data Store service from starting properly, potentially impacting related services and the overall ArcGIS Enterprise environment.
The primary cause of this error is that ArcGIS Data Store cannot connect to its internal PostgreSQL database, due to one or more of the following reasons:
Ensure that the ArcGIS Data Store service account has full access (read, write, execute) to the PostgreSQL data directories
cd /home/arcgis/arcgis/datastore/ chmod -R 700 pgdata chmod -R 700 pgsql10.10
Avoid using chmod -R 777, which is overly permissive and does not guarantee service functionality or security.
If the error mentions connection refusal on port 9876, ensure that firewall rules are not blocking required ports:
iptables --flush
Then verify that PostgreSQL is listening:
netstat -aon | grep 9876
Make sure no leftover PostgreSQL processes are interfering:
ps -ef | grep postmaster
Terminate any orphaned processes before restarting the service.
Article ID: 000037585
Get help from ArcGIS experts
Start chatting now