Erro
| Número de ID do Erro | BUG-000172452 |
|---|---|
| Enviado | November 20, 2024 |
| Última Modificação | April 18, 2025 |
| Aplica-se à | ArcGIS API for Python |
| Versão encontrada | 2.3.0 |
| Sistema Operacional | Windows OS |
| Versão do Sistema Operacional | 11.0 64 bit |
| Versão Fixa | 2.4.1 |
| Status | 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 do Erro: BUG-000172452
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri