Select to view content in your preferred language

KML Network Link - Port number

701
1
Jump to solution
02-04-2013 05:33 PM
MasterAdmin
Emerging Contributor
Hello,

I'm relatively new to ArcGIS Server; so any assistance would be greatly appreciated.


I'm trying to create a KML network Link to a published service.

Using the ArcGIS Server Manager via port 6080 (:6080/arcgis/manager/index.html). I also have the IIS web adapter enabled with no admin access.

When I create the Network link it generates the following URL

http://arcgis-server:6080/arcgis/rest/directories/kml/test.kmz

which can also be accessed via port 80

http://arcgis-server/arcgis/rest/directories/kml/test.kmz


The problem I have is the KML link within the KMZ contains a reference to port 6080

<Link>
<href>http://arcgis-server:6080/arcgis/services/Test/MapServer/KmlServer?Composite=false&VectorsToRasters=...</href>


Our firewall only allows access to port 80.


How can I change the port number on the KML link?



Thank you very much
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
MasterAdmin
Emerging Contributor
Update for anyone who also has this issue

A work around may be to;
1) extract the kml from the kmz (7-Zip will do this, or copy from Google Earth 'legend' etc)
2) edit this in notepad to give the correct external address
3) copy (or make accessible to) to the ArcGIS Server
4) use the ArcGIS Server Manager > KML Network Links > Upload Network Link

View solution in original post

0 Kudos
1 Reply
MasterAdmin
Emerging Contributor
Update for anyone who also has this issue

A work around may be to;
1) extract the kml from the kmz (7-Zip will do this, or copy from Google Earth 'legend' etc)
2) edit this in notepad to give the correct external address
3) copy (or make accessible to) to the ArcGIS Server
4) use the ArcGIS Server Manager > KML Network Links > Upload Network Link
0 Kudos