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 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项