不具合
| 不具合 ID 番号 | BUG-000119033 |
|---|---|
| 送信されました | December 26, 2018 |
| 最終更新日 | December 20, 2023 |
| 適用対象 | ArcGIS Online |
| 見つかったバージョン | N/A |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 10.0 64 Bit |
| ステータス | Under Consideration |
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()
不具合 ID: BUG-000119033
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード