laptop and a wrench

漏洞

The ArcPy, 'updateConnectionProperties' function fails to update the properties of the enterprise geodatabase layers as expected when feature classes reside within feature datasets.

上次发布: March 29, 2018 ArcGIS Pro
漏洞 ID 编号 BUG-000112777
已提交March 28, 2018
上次修改时间June 5, 2024
适用范围ArcGIS Pro
找到的版本2.0.1
操作系统Windows OS
操作系统版本7
状态Will Not Be Addressed

附加信息

This is as designed. This is consistent with how it works in ArcMap. A feature class can be replaced with a different name, even in a feature dataset. Refer to the code example below: find_dict = {'connection_info': {'database': 'C:\Temp\FeatureDatasets\GreatLakes_1.gdb'}, 'dataset': 'GreatLakes', 'workspace_factory': 'File Geodatabase'} replace_dict = {'connection_info': {'database': 'C:\Temp\FeatureDatasets\GreatLakes_2.gdb'}, 'dataset': 'GreatLakesNEW', 'workspace_factory': 'File Geodatabase'} l.updateConnectionProperties(find_dict, replace_dict) According to a web help documentation, geodatabase feature datasets are part of a workspace and their names should not be included in the workspace path. If a feature class is moved into or out of a geodatabase feature dataset within the same workspace, nothing should be done in terms of updating map documents or layer file data sources. If a dataset is moved into a different workspace, but of the same workspace type, provide a path to the new workspace, without the geodatabase feature dataset name.

重现步骤

漏洞 ID: BUG-000112777

软件:

  • ArcGIS Pro

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项