laptop and a wrench

Erro

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 do Erro BUG-000172452
EnviadoNovember 20, 2024
Última ModificaçãoApril 18, 2025
Aplica-se àArcGIS API for Python
Versão encontrada2.3.0
Sistema OperacionalWindows OS
Versão do Sistema Operacional11.0 64 bit
Versão Fixa2.4.1
StatusFixed

Informações Adicionais

The development team is working on a fix.

Solução Provisória

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

Etapas para Reproduzir

ID do Erro: BUG-000172452

Software:

  • ArcGIS API for Python

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download