Erro
| Número de ID do Erro | BUG-000126272 |
|---|---|
| Enviado | October 24, 2019 |
| Última Modificação | July 21, 2025 |
| Aplica-se à | ArcGIS Pro |
| Versão encontrada | 2.4.2 |
| Sistema Operacional | Windows OS |
| Versão do Sistema Operacional | 10.0 |
| Versão Fixa | 2.5 |
| Status | Fixed |
Remove the table and save before publishing:
search_table = mp.listTables()[0]
print("Table is ",search_table)
mp.removeTable(search_table) #REMOVE TABLE FROM PRO
print("Table is ",search_table)
prj.save()
for mp in maps:
publish_layer = mp.listLayers()[0]
arcpy.mp.CreateWebLayerSDDraft(publish_layer, sddraft, "Habitatz", 'MY_HOSTED_SERVICES', 'FEATURE_ACCESS','', True, True, False, True, False)#create sddraft
arcpy.StageService_server(sddraft, sd)
arcpy.UploadServiceDefinition_server(sd, 'My Hosted Services')
print("UPDATING LAYER")
Add the table back when needed.
ID do Erro: BUG-000126272
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri