I am trying to register a new database from a federated server (the SQL Server machine) in ArcGIS Server Manager without luck. At the same time, I am not able to validate my existing data stores like the ArcGIS Data Store. I feel like these issues are related but I don't know where to start troubleshooting. SQL Server permissions? IIS?
I've tried both the web environment and the Data Store Manager in Pro. No luck.
In the browser, I am connecting to Server Manager on the AGS machine on local port 6443. ("myserver".local:6443/arcgis/manager/site.html)
Internet Explorer is not my default browser.
IIS Authentication on the AGS machine:
Thanks in advance!
Solved! Go to Solution.
Hello Logan Suhr,
Thanks a lot for sharing the details. I completely understand your concerns associated to security (as I am bound by that a lot of times as well). However, these logs would do as well.
After checking the logs, I noticed that the following message kind of prompts many times:
"Validating access to the data store ENCRYPTED_PASSWORD=00022e68377636594f654c3349626674776979525236304b544b6e48764a756b774f4b344d6476674f6851523579413d2a00;SERVER=*MY_SERVER*.LOCAL;INSTANCE=sde:postgresql:*MY_SERVER*.LOCAL,9876;DBCLIENT=postgresql;DB_CONNECTION_PROPERTIES=*MY_SERVER*.LOCAL,9876;DATABASE=db_0m5e1;USER=hsu_zmk63;VERSION=sde.DEFAULT;AUTHENTICATION_MODE=DBMS of type CONNECTION_STRING"
This is the validation string for ArcGIS DataStore when it is registered with ArcGIS server.This string is present at several locations.
The few locations are:
You can copy these to as different location and run a comparison (easiest Diffchecker - Online diff tool to compare text to find the difference between two text files ).
You can also try the following:
Additionally, I would also checked the logs for any messages associated to validation of SQL Server but couldn't find any. Did we replicate that problem as well and then checked the logs.
Furthermore, looking into the point since when this problem surfaced would also help, as in If it was working before and now its not working (Were there any environment changes made during that time, which could cause this).
Hope this helps!
Hello Logan Suhr,
There a few points where we can start looking, however I would like to clarify when you say "I am not able to validate my existing data stores like the ArcGIS Data Store" , is it ESRI's ArcGIS Data Store of any other Enterprise Database like SQL registered as Database to ArcGIS Server?
Additionally, It would also help looking into the following:
Additionally, I also wanted to mention that as per the screenshot shared. For Portal Web Adaptor you have Enabled both "Windows Authentication" and "Anonymous Authentication", that is not the correct configuration. As per my understanding it should be either of that.
If you are using AD/"Windows Authentication" with ArcGIS Enterprise Portal, then "Anonymous Authentication" should be disabled and if you are using Portal Tier then "Windows Authentication" should be disabled.
I think having both of them enabled is a correct configuration to have.
Hope it helps!
Thanks for the response. I'll try and comment on each point.
I'll play with the authorization settings. Would this have an impact on validation?
Hello Logan Suhr,
Thanks a lot for sharing the details. I completely understand your concerns associated to security (as I am bound by that a lot of times as well). However, these logs would do as well.
After checking the logs, I noticed that the following message kind of prompts many times:
"Validating access to the data store ENCRYPTED_PASSWORD=00022e68377636594f654c3349626674776979525236304b544b6e48764a756b774f4b344d6476674f6851523579413d2a00;SERVER=*MY_SERVER*.LOCAL;INSTANCE=sde:postgresql:*MY_SERVER*.LOCAL,9876;DBCLIENT=postgresql;DB_CONNECTION_PROPERTIES=*MY_SERVER*.LOCAL,9876;DATABASE=db_0m5e1;USER=hsu_zmk63;VERSION=sde.DEFAULT;AUTHENTICATION_MODE=DBMS of type CONNECTION_STRING"
This is the validation string for ArcGIS DataStore when it is registered with ArcGIS server.This string is present at several locations.
The few locations are:
You can copy these to as different location and run a comparison (easiest Diffchecker - Online diff tool to compare text to find the difference between two text files ).
You can also try the following:
Additionally, I would also checked the logs for any messages associated to validation of SQL Server but couldn't find any. Did we replicate that problem as well and then checked the logs.
Furthermore, looking into the point since when this problem surfaced would also help, as in If it was working before and now its not working (Were there any environment changes made during that time, which could cause this).
Hope this helps!
Thank you so much! I learned quite a lot in following your suggestions.
In the end, the IT group rebooted the entire machine due to maintenance and it cleared up the issue. I was able to successfully register my database. I now have a lot more education to pursue before I feel comfortable with diving deeper into AGS!
If something else comes up, I'll post again. I'm good for now. Thank you.
Thanks for the response Logan Suhr.
Glad I could help!