laptop and a wrench

不具合

In ArcGIS Pro 2.9, the arcpy.ListFields function returns an error message stating that the in_memory or table does not exist when viewing the output of the arcpy.management.MakeQueryTable function.

最後に公開された状態: March 24, 2022 ArcGIS Pro
不具合 ID 番号 BUG-000146824
送信されましたFebruary 11, 2022
最終更新日November 21, 2024
適用対象ArcGIS Pro
見つかったバージョン2.9
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスIn Review

対処法

In Step 4, add the entire path of the book_dissolve feature class and do not use the in_memory workspace location as shown below:

test_view = arcpy.management.MakeQueryTable('C:\\Users\\ANIKETD\\Downloads\\from_nevada_county\\for_esri_case.gdb\\book_dissolve', 'books')

arcpy.ListFields(test_view)

The result shows:

[<Field object at 0x2143b6b5a48[0x21400a02bb0]>, <Field object at 0x214009d7248[0x21400a028b0]>, <Field object at 0x214009d7548[0x21400a02970]>, <Field object at 0x214009d7e08[0x214009d89f0]>, <Field object at 0x214009d78c8[0x214009d83d0]>]

再現の手順

不具合 ID: BUG-000146824

ソフトウェア:

  • ArcGIS Pro

バグのステータスが変更されたときに通知を受け取る

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

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

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

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

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

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