Troubleshooting issues adding ArcGIS Online basemaps to ArcMap

48728
2
04-01-2013 01:07 AM
Labels (2)
LucasDanzinger
Esri Frequent Contributor
5 2 48.7K

As we move into an era that utilizes cloud-based services more and more frequently, it becomes inevitable that sometimes we are going to run into issues connecting our desktop machines to those services. Within ArcGIS for Desktop, the issues range from the Add Basemap dialog never loading to the system hanging once you click the “Add” button. Regardless of the exact symptoms, there are a few things that you can try to help narrow down the cause of the problem.

ArcGISOnline-300x106.jpg

Here are my tips to begin troubleshooting these types of issues in ArcGIS for Desktop:

1. Ensure you have a solid internet connection.
Online services require connection to the internet, so making sure that you have a sound connection is critical. If you do not, you will need to work with your IT department to resolve this issue. If you are confident that you have a good internet connection, proceed to Step #2

2Test if the issue is machine or network specific.

On another machine on the same network, test to see if the issue is network or machine specific. Also, if you are using a laptop, try taking your laptop home for the night and testing the workflow from another network. If the issue is network specific (works on your laptop at home but not in the office), proceed with Steps #3-7. If the issue is machine specific (does not happen on other machines on the same network), proceed with Steps #7-9.

3. Does this problematic network have a proxy server?
If yes, work with IT to try temporarily disabling it. If disabling the proxy server does not resolve the issue, move onto the next step. If it works, then the issue is related to the proxy server. Next, try opening ArcCatalog and selecting Customize >  ArcCatalog Options > Connections, and entering the proxy information there. The proxy information you enter should be the same as what is set in the Windows Control Panel under Internet Options > Connections > LAN settings.

4. Does the problematic network have a firewall?
If you do, you may need to work with IT to add some exceptions to it. Here is a list of domains to whitelist:

  1. *.arcgis.com
  2. *.arcgisonline.com
  3. *.amazonaws.com
  4. *.virtualearth.net (for Bing maps)
  5. *.esri.com


If this does not resolve the issue, proceed to Step #5.

5. Try connecting to the service layers through creating a GIS Server Connection in ArcCatalog.
Here is how to do this:

  1. Open ArcCatalog.
  2. Expand GIS Servers.
  3. Double click Add ArcGIS Server.
  4. Select Use GIS services and click Next.
  5. For Server URL, type http://services.arcgisonline.com/arcgis/services (This is the URL needed for ArcCatalog. This will not work in the internet browser.)
  6. Click Finish.
  7. Expand the Server connection and drag one of the service layers into ArcMap.


If you can add a service successfully, it indicates a problem specifically with the Add Basemap command. If this is the case, you should consider contacting Esri Technical Support to further troubleshoot the issue.

6. Use Fiddler to try and diagnose any HTTP requests that are failing. Fiddler is a web debugging utility that helps capture HTTP traffic.

  1. Work with your IT staff to look at the HTTP requests going out and the responses that are returned when you try adding a basemap.
  2. This may not provide a clear answer as to what is going on, but might get you on the right track. For example, consistently receiving 400 level HTTP codes may indicate an issue.
  3. One thing to note is that Fiddler actually acts as a proxy and actively participates in the HTTP requests (it is not merely watching the traffic). Since it is involved in the requests, it is possible you might see different behavior when you have Fiddler running and you try adding a basemap. If this is the case, you may want to work with your IT staff to determine if there is an issue with your Proxy Server or firewall.

7. Do you use antivirus software?
Check to see if your antivirus may be blocking the basemaps. To do this, work with your IT staff to temporarily disable the antivirus on the problematic machine. The workflow for this may vary, but in many cases, the actual local antivirus service will need to be stopped. If the issues go away while the antivirus service is disabled, work with IT to see if there is an exception you can add to allow the basemaps to be downloaded successfully. If the issues persist, proceed to the next step.

8. Do you have write permissions to the Local Cache folder?
To increase performance, basesmaps store tiles locally at %UserProfile%\AppData\Local\ESRI\Local Caches. Work with IT to ensure you have write permissions to this folder. If issues persist, proceed to the next step.

9. Reset Internet Explorer and make it the default browser.

  1. Open Internet Explorer and select Tools > Internet Options.
  2. Click the Advanced tab and select Reset.
  3. Test to see if the issues persist.
  4. If they do persist, as a test, try setting Internet Explorer as your default browser (On the Programs tab of the Internet Options, select to Make Default).
  5. Test to see if the issues persist.
  6. If this resolves the issue, set your preferred browser back to default and test again. If the issues return, please contact Esri Technical Support.


It is entirely possible that these ideas will not resolve your issue, but many of them are more so designed to help you and your IT staff to determine if it is an issue with the software, an issue with the system, or any issue with the network. Please feel free to contact Esri Technical Support with any questions and we will be happy to assist

.Lucas D - Desktop Support Analyst


2 Comments
About the Author
I'm a Geographer working in Product Development at Esri, focusing my time on the ArcGIS Runtime SDKs. I'm an Esri Certified ArcGIS Desktop Professional (10 years experience working with ArcGIS) with a wide range of technical skills including native application development, spatial databases, desktop/web GIS, and scripting. My Master's degree is in GIS with a focus in Natural Resource Management. Currently, I'm most interested in building cross-platform and lightweight apps using our ArcGIS Runtime SDK for Qt.