laptop and a wrench

不具合

Metadata geoprocessing tools fail to run using arcpy in the Python window.

最後に公開された状態: August 25, 2014 No Product Found
不具合 ID 番号 NIM048885
送信されましたSeptember 28, 2009
最終更新日June 5, 2024
適用対象No Product Found
見つかったバージョン10.0
修正されたバージョン10.0
ステータスFixed

対処法

Run the metadata geoprocessing tools interactively from their dialog boxes instead. The geoprocessing tools that are not models will also work when run in the Python window using arcgisscripting:import arcgisscriptinggp = arcgisscripting.create()gp.XSLTransform("c:/data/dataset.shp","c:/program files/arcgis/desktop9.4/metadata/stylesheets/gptools/exact copy of.xslt","c:/data/dataset_metadatacopy.xml","#")...instead of using arcpy:import arcpyarcpy.XSLTransform_conversion("c:/data/dataset.shp","c:/program files/arcgis/desktop9.4/metadata/stylesheets/gptools/exact copy of.xslt","c:/data/dataset_metadatacopy.xml","#")

再現の手順

不具合 ID: NIM048885

ソフトウェア:

  • No Product Found

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

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

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

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

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

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

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