laptop and a wrench

Error

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

ArcGIS API for Python
Número de ID del error BUG-000172452
EnviadoNovember 20, 2024
Última modificaciónApril 18, 2025
Relacionado conArcGIS API for Python
Versión encontrada2.3.0
Sistema operativoWindows OS
Versión de sistema operativo11.0 64 bit
Versión corregida2.4.1
EstadoFixed

Información adicional

The development team is working on a fix.

Solución alternativa

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

Pasos para reproducir

ID del error: BUG-000172452

Software:

  • ArcGIS API for Python

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga