laptop and a wrench

Bug

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.

Last Published: November 13, 2014 ArcGIS for Server
Bug ID Number BUG-000082432
SubmittedOctober 7, 2014
Last ModifiedJune 5, 2024
Applies toArcGIS for Server
Version found10.2.2
Operating SystemWindows OS
Operating System Version2008 R2 64 Bit
StatusKnown Limit

Additional Information

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

Workaround

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

Steps to Reproduce

Bug ID: BUG-000082432

Software:

  • ArcGIS for Server

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options