laptop and a wrench

Error

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

Última publicación: August 25, 2014 No Product Found
Número de ID del error NIM048885
EnviadoSeptember 28, 2009
Última modificaciónJune 5, 2024
Relacionado conNo Product Found
Versión encontrada10.0
Versión corregida10.0
EstadoFixed

Solución alternativa

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

Pasos para reproducir

ID del error: NIM048885

Software:

  • No Product Found

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga