|
| 1 | +--- |
| 2 | +title: Troubleshooting Azure Data Lake Storage backup using Azure Backup (preview) |
| 3 | +description: Learn to troubleshoot Azure Data Lake Storage backup using Azure Backup. |
| 4 | +ms.topic: troubleshooting |
| 5 | +ms.date: 05/27/2025 |
| 6 | +ms.service: azure-backup |
| 7 | +author: jyothisuri |
| 8 | +ms.author: jsuri |
| 9 | +--- |
| 10 | + |
| 11 | +# Troubleshoot Azure Data Lake Storage backup (preview) |
| 12 | + |
| 13 | +This article provides troubleshooting details for error codes that appear when configuring backup and restoring for Azure Data Lake Storage data using Azure Backup (preview). |
| 14 | + |
| 15 | +## Common backup errors |
| 16 | + |
| 17 | +### UserErrorMissingRequiredPermissions |
| 18 | + |
| 19 | +**Error code**: `UserErrorMissingRequiredPermissions` |
| 20 | + |
| 21 | +**Error message**: Appropriate permissions to perform the operation are missing. |
| 22 | + |
| 23 | +**Recommended action**: Ensure that you [granted appropriate permissions](azure-data-lake-storage-configure-backup.md#grant-permissions-to-the-backup-vault-on-storage-accounts). |
| 24 | + |
| 25 | +### UserErrorBackupRequestThrottled |
| 26 | + |
| 27 | +**Error code**: `UserErrorBackupRequestThrottled` |
| 28 | + |
| 29 | +**Error message**: The backup request is throttled as the number of backups on a given backup instance in a day reached the maximum limit. |
| 30 | + |
| 31 | +**Recommended action**: Wait for a day before triggering a new backup operation. |
| 32 | + |
| 33 | +### UserErrorIncorrectContainersSelectedForOperation |
| 34 | + |
| 35 | +**Error code**: `UserErrorIncorrectContainersSelectedForOperation` |
| 36 | + |
| 37 | +**Error message**: Incorrect containers are selected for the backup operation. |
| 38 | + |
| 39 | +**Cause**: One or more containers included in the scope of protection no longer exist in the protected storage account. |
| 40 | + |
| 41 | +**Recommended action**: Retrigger the operation after modifying the protected container list using the **edit backup instance** option. |
| 42 | + |
| 43 | +### UserErrorUnsupportedStorageAccountType |
| 44 | + |
| 45 | +**Error code**: `UserErrorUnsupportedStorageAccountType` |
| 46 | + |
| 47 | +**Error message**: The storage account type isn't supported for Backup. |
| 48 | + |
| 49 | +**Recommended action**: Ensure that you select only the hierarchical namespace (HNS) enabled storage accounts for backup. Network File System (NFS) or Secure File Transfer Protocol (SFTP) enabled storage accounts aren't supported for Azure Data Lake Storage. |
| 50 | + |
| 51 | +## Common restore errors |
| 52 | + |
| 53 | +### UserErrorTargetContainersExistOnAccount |
| 54 | + |
| 55 | +**Error code**: `UserErrorTargetContainersExistOnAccount` |
| 56 | + |
| 57 | +**Error message**: The containers that are part of restore request shouldn't exist on target storage account. |
| 58 | + |
| 59 | +**Recommended action**: Ensure that the target storage account doesn't have containers with the same name you're trying to restore. Choose another storage target or retry the restore operation after removing containers with the same name. |
| 60 | + |
| 61 | +### UserErrorOriginalLocationRestoreNotSupported |
| 62 | + |
| 63 | +**Error code**: `UserErrorOriginalLocationRestoreNotSupported` |
| 64 | + |
| 65 | +**Error message**: Original location restores aren't supported for vaulted blob backup. |
| 66 | + |
| 67 | +**Recommended action**: Choose an alternate target storage account and trigger the restore operation. |
| 68 | + |
| 69 | +## Related content |
| 70 | + |
| 71 | +- [Configure vaulted backup for Azure Data Lake Storage using Azure portal (preview)](azure-data-lake-storage-configure-backup.md). |
| 72 | +- [Restore Azure Data Lake Storage using Azure portal (preview)](azure-data-lake-storage-restore.md). |
0 commit comments