"The server was unable to access the URL 'https://geocmtdev001:6443/arcgis/services'. Please check your firewall and security settings. For more information, see the ArcGIS Server help topic Ports used by ArcGIS Server. You can access this topic in the table of contents by navigating to Administering ArcGIS Server > Securing your ArcGIS Server site > Configuring a secure environment for ArcGIS Server."
Getting the error above on a Windows 2012r2 VM, that previously ran 10.3.1 with no issues. VM is for development, not on a domain. However I also have two VMs in production that when testing 10.6.1 have the same issue.
I have double checked permissions on all folders, opened up ports and gave the exe's permission through the firewall.
Any ideas?
Hello Joseph,
I have a suspicion this could be related to a Windows update. Would it be possible for you to generate a list of the installed Windows updates that I could compare to a Windows 2012 R2 machine that is functioning on my end?
You can use the following command:
wmic qfe list brief /format:texttablewsys > "%USERPROFILE%\hotfix.txt"
That will put the file in C:\Users\<your username>\hotfix.txt
Thanks,
Danny