Error
| Número de ID del error | BUG-000172452 |
|---|---|
| Enviado | November 20, 2024 |
| Última modificación | April 18, 2025 |
| Relacionado con | ArcGIS API for Python |
| Versión encontrada | 2.3.0 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 11.0 64 bit |
| Versión corregida | 2.4.1 |
| Estado | Fixed |
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 del error: BUG-000172452
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri