Ports used to publish map services to ArcGIS Server

4505
14
02-08-2013 06:10 AM
AndrewBrown1
Occasional Contributor II
I'm trying to find out which ports ArcGIS Desktop uses to publish map services to an instance of ArcGIS Server. I need to cross multiple networks to access a forward-facing server, and I need to open up the ports to allow communication between the server and I. Does anybody know?

Thanks.
Tags (2)
0 Kudos
14 Replies
nicogis
MVP Frequent Contributor
80 (http) or 443 (https) with web adaptor (if you enable administrator)
6080 (http) or 6443 (https) default port arcgis

all ports arcgis
http://resources.arcgis.com/en/help/main/10.1/index.html#//015400000537000000
0 Kudos
AndrewBrown1
Occasional Contributor II
What about the outbound ports from ArcGIS Desktop? Which ports does it use to contact the server?
0 Kudos
nicogis
MVP Frequent Contributor
0 Kudos
AndrewBrown1
Occasional Contributor II
see here http://resources.arcgis.com/en/help/main/10.1/0154/01540000030s000000.htm


It doesn't contain any information regarding which outbound ports Desktop uses. I already know that 6080 is an inbound port on my server, but I need client-side outbound ports.
0 Kudos
RichardWatson
Frequent Contributor
I am going to show my ignorance here but I thought that clients port numbers are, in general, dynamic.

http://www.ncftp.com/ncftpd/doc/misc/ephemeral_ports.html
0 Kudos
nicogis
MVP Frequent Contributor
Excuse I haven't  seen outbound.
You can use a simple 'netstat' from prompt. The options  (-a  this will list all the ports) and (-o this process id associated with each connection)

see http://support.microsoft.com/kb/281336
0 Kudos
StephanieSnider
Occasional Contributor III
abrown31,
Did you find the answer to which outbound ports does ArcGIS Desktop use to contact ArcGIS Server?  We are in a similar situation needing to cross multiple networks (DMZs).  We can connect to ArcGIS Server using ArcGIS Desktop, but cannot publish to it.  Error message says "unable to establish connection to the server."   My PC cannot ping the ArcGIS Server.
0 Kudos
AndrewBrown1
Occasional Contributor II
abrown31,
Did you find the answer to which outboard ports does ArcGIS Desktop use to contact ArcGIS Server?  We are in a similar situation needing to cross multiple networks (DMZs).  We can connect to ArcGIS Server using ArcGIS Desktop, but cannot publish to it.  Error message says "unable to establish connection to the server."   My PC cannot ping the ArcGIS Server.


Stephanie,

If you're able to view services but not publish, it sounds like a write permission issue.

I never found which ports were used to publish services. But this could be more than a port issue. I know 6080 is unsecured and 6443 is secured. Do you have SSL enabled?

Does the user you're attempting to connect with have proper privileges set up on the server? I know it has to be in a certain role in order to create/publish services.

Also, when we set up security on our ArcGIS Server, we only allowed administrative access from one IP, my colleague, since, at the time, was the only one with credentials. Recently, when I received admin access on the server, I was unable to connect since my IP wasn't on that list. I always received Server 403, access denied.

http://resources.arcgis.com/en/help/server-admin-api/securityConfig.html

If the last bullet, Allowed Admin Access IPs, contains an IP. Add your machine to the list. Not sure if this will help you or not, but it did for me.

Good luck.
Andrew
0 Kudos
StephanieSnider
Occasional Contributor III
Yes, we use secure services with SSL enabled.  I'm connecting using the Primary Site Admin account, so I know it has permission to publish.  But I will double check to make sure the ArcGIS Server services account has write permission to all the necessary folders.

I think you are on the right track about "allowed admin access by IP" located here:

https://servername:6443/arcgis/admin/security/config/update

I've seen another forum where this was the fix to publishing problems.  We don't have fixed IPs on our PCs, but I will investigate what can be done.
0 Kudos