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".

Zuletzt veröffentlicht: September 13, 2016 ArcGIS for Desktop
Bug-ID-Nummer NIM087548
EingereichtDecember 20, 2012
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS for Desktop
Gefunden in Version10.1
BetriebssystemWindows OS
Betriebssystemversion7
StatusWill Not Be Addressed

Zusätzliche Informationen

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]

Schritte zur Reproduzierung

Bug-ID: NIM087548

Software:

  • ArcGIS for Desktop

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln