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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動