03-11-2020 03:32 AM
Hi,
I have a client working on Geospatial Portal 2015 version, and while trying to load the ArcGISOnline WMTS Link (http://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/WMTS) I am getting below error in log file -
Intergraph.WebSolutions.Core.WebClient.MapManager.MapManagerException: Error initializing map service 'http://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/WMTS' ---> System.Runtime.Remoting.ServerException: Remote server is unavailable. ---> System.Exception: Original exception: [WebException] Unable to connect to the remote server.
The machine (Windows Server 2012R2) does not have direct access to Internet so I have already done below steps, but still no luck.
Please suggest how can we consume an external WMTS in GP.
Regards,
Rohit Sinha
03-11-2020 04:12 AM
It could be that the Geospatial Server Capabilities service still attempts to connect directly - restart should help here. Or, try to disable it first in the Geospatial Portal web.config, <webClient ...> section, useCapabilitiesCache="false".