laptop and a wrench

不具合

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

最後に公開された状態: September 13, 2016 ArcGIS for Desktop
不具合 ID 番号 NIM087548
送信されましたDecember 20, 2012
最終更新日June 5, 2024
適用対象ArcGIS for Desktop
見つかったバージョン10.1
オペレーティング システムWindows OS
オペレーティング システムのバージョン7
ステータスWill Not Be Addressed

参考情報

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

対処法

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]

再現の手順

不具合 ID: NIM087548

ソフトウェア:

  • ArcGIS for Desktop

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動