laptop and a wrench

漏洞

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.

上次发布: November 13, 2014 ArcGIS for Server
漏洞 ID 编号 BUG-000082432
已提交October 7, 2014
上次修改时间June 5, 2024
适用范围ArcGIS for Server
找到的版本10.2.2
操作系统Windows OS
操作系统版本2008 R2 64 Bit
状态Known Limit

附加信息

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

解决办法

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

重现步骤

漏洞 ID: BUG-000082432

软件:

  • ArcGIS for Server

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项