laptop and a wrench

Erro

The ArcGIS API for Python export() or delete() call creates occasional ghost indexes on ArcGIS Online.

Última Publicação: September 23, 2021 ArcGIS Online
Número de ID do Erro BUG-000119033
EnviadoDecember 26, 2018
Última ModificaçãoDecember 20, 2023
Aplica-se àArcGIS Online
Versão encontradaN/A
Sistema OperacionalWindows OS
Versão do Sistema Operacional10.0 64 Bit
StatusUnder Consideration

Solução Provisória

The script calls the following functions:

 

exported_backup_feature = backup_feature.export(backup_feature.title,

                            'File Geodatabase', parameters=None, wait='True')

fgdb = gis.content.get(exported_backup_feature['exportItemId']) # backup_feature ID

fgdb.download(save_path=output_folder)

fgdb.delete()

 

By amending the order of functions called, and calling delete on the output of fgbd.export(), running the script does not produce ghost indexes. Below are the amended script calls:

fgdb = gis.content.get('<itemID>')

toExport = fgdb.export('name','File Geodatabase')

toExport.download(save_path=r"FIlePath")

toExport.delete()

Etapas para Reproduzir

ID do Erro: BUG-000119033

Software:

  • ArcGIS Online

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