laptop and a wrench

Error

Referencing the in_memory workspace using a Python variable presents the warning code, 24032 in the Service Analyzer when publishing a script tool as a geoprocessing service.

Última publicación: November 13, 2014 ArcGIS for Server
Número de ID del error BUG-000082432
EnviadoOctober 7, 2014
Última modificaciónJune 5, 2024
Relacionado conArcGIS for Server
Versión encontrada10.2.2
Sistema operativoWindows OS
Versión de sistema operativo2008 R2 64 Bit
EstadoKnown Limit

Información adicional

It is not recommended to assign work space to in_memory. Use the method provided in the Workaround section.

Solución alternativa

Reference 'in_memory' directly and not through a variable. For example,Don't do this:workspace = "in_memory"arcpy.CreateFeatureclass_management(workspace,.......Do this:arcpy.CreateFeatureclass_management("in_memory",.....

Pasos para reproducir

ID del error: BUG-000082432

Software:

  • ArcGIS for Server

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