laptop and a wrench

Bug

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

ArcGIS API for Python
Bug-ID-Nummer BUG-000172452
EingereichtNovember 20, 2024
Zuletzt geändertApril 18, 2025
Gilt fürArcGIS API for Python
Gefunden in Version2.3.0
BetriebssystemWindows OS
Betriebssystemversion11.0 64 bit
Behoben in Version2.4.1
StatusFixed

Zusätzliche Informationen

The development team is working on a fix.

Workaround

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']

Schritte zur Reproduzierung

Bug-ID: BUG-000172452

Software:

  • ArcGIS API for Python

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln