laptop and a wrench

Bug

The script 'arcserver.py' uses old logic in the ArcGIS 10 and 10.1 releases (and therefore does not work in those releases), but is installed to the hard drive along with ArcGIS for Desktop at "C:\Program Files (x86)\ArcGIS\Desktop10.1\arcpy\ arcserver.py".

Last Published: September 13, 2016 ArcGIS for Desktop
Bug ID Number NIM087548
SubmittedDecember 20, 2012
Last ModifiedJune 5, 2024
Applies toArcGIS for Desktop
Version found10.1
Operating SystemWindows OS
Operating System Version7
StatusWill Not Be Addressed

Additional Information

The reported issue, as it is described, does not fully explain what is needed. Please contact Esri Technical Support to provide additional details.

Workaround

import arcpyimport arcserverlic = "arcserver"print "configured product: " + arcpy.ProductInfo()print lic + " license: " + arcpy.CheckProduct(lic)listinstalls = arcpy.ListInstallations()print "installed products of type " + lic + ":"for install in listinstalls: print " " + installdictinstallinfo = arcpy.GetInstallInfo(arcserver)print "installation info for product " + lic + ":"for key in dictinstallinfo.keys(): print " " + key + ":" + dictinstallinfo[key]

Steps to Reproduce

Bug ID: NIM087548

Software:

  • ArcGIS for Desktop

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options