laptop and a wrench

Bug

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

Zuletzt veröffentlicht: August 25, 2014 No Product Found
Bug-ID-Nummer NIM048885
EingereichtSeptember 28, 2009
Zuletzt geändertJune 5, 2024
Gilt fürNo Product Found
Gefunden in Version10.0
Behoben in Version10.0
StatusFixed

Workaround

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","#")

Schritte zur Reproduzierung

Bug-ID: NIM048885

Software:

  • No Product Found

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