laptop and a wrench

漏洞

Unable to programmatically obtain the ArcGIS Pro entitlement for the GISProfessionalUT license type using a Python script.

ArcGIS API for Python
漏洞 ID 编号 BUG-000172452
已提交November 20, 2024
上次修改时间April 18, 2025
适用范围ArcGIS API for Python
找到的版本2.3.0
操作系统Windows OS
操作系统版本11.0 64 bit
修正版本2.4.1
状态Fixed

附加信息

The development team is working on a fix.

解决办法

Use the 'license.check' method to return all extensions and add-on licenses both manually granted and inherited by the user type. This can be done by looping through each user and passing 'user.username' into the 'check' method.

users = gis.users.search()  

for user in users:  

  print(lic.check(user.username))

Output example:

['locateXTN', '3DAnalystN', 'workflowMgrN', 'desktopAdvN', 'geostatAnalystN', 'dataReviewerN', 'spatialAnalystN', 'networkAnalystN', 'imageAnalystN', 'publisherN']

重现步骤

漏洞 ID: BUG-000172452

软件:

  • ArcGIS API for Python

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项