Skip to content

Commit a900156

Browse files
Merge pull request #278069 from stevenmatthew/errcode061224
errcode061224: New status codes
2 parents 850e76f + 886be8c commit a900156

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

articles/storage-mover/status-code.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: stevenmatthew
55
ms.author: shaas
66
ms.service: azure-storage-mover
77
ms.topic: how-to
8-
ms.date: 09/25/2023
8+
ms.date: 06/12/2024
99
ms.custom: template-how-to
1010
---
1111

@@ -53,20 +53,24 @@ Each of these scopes further divides statuses into categories and subcategories.
5353
| <a name="AZSM1026"></a>**AZSM1026** |Target type is not supported by the agent | This target type is unsupported by the current Storage Mover agent. |
5454
| <a name="AZSM1027"></a>**AZSM1027** |The target location is busy | The agent can't access the target location because an existing lease is active. This error may be caused by another agent writing to the location. Ensure no other job is running against the target. Retry or create support ticket. |
5555
| <a name="AZSM1028"></a>**AZSM1028** |Key Vault access failure | Verify that the agent has been granted permissions to the relevant Key Vault. |
56+
| <a name="AZSM1029"></a>**AZSM1029** |Source endpoint type not supported by this agent version | This source type is unsupported by the current Storage Mover agent. |
5657
| <a name="AZSM1030"></a>**AZSM1030** |Cannot verify storage account type | Verify that the storage account and container exist, and that the agent has been granted permissions to them. |
58+
| <a name="AZSM1031"></a>**AZSM1031** |Failed to resolve target host | Review the network configuration. |
5759
| <a name="AZSM1040"></a>**AZSM1040** |Miscellaneous error while accessing target | It's likely that this error is temporary. Retry the migration job again. If the issue persists, please create a support ticket for further assistance. |
5860
| <a name="AZSM1041"></a>**AZSM1041** |Failed to send job progress | It's likely that this error is temporary. Retry the migration job again. If the issue persists, please create a support ticket for further assistance. |
5961
| <a name="AZSM1042"></a>**AZSM1042** |Failed to create job | It's likely that this error is temporary. Retry the migration job again. If the issue persists, please create a support ticket for further assistance. |
6062
| <a name="AZSM1043"></a>**AZSM1043** |Failed to resume job | Retry or create a support ticket. |
61-
| <a name="AZSM1044"></a>**AZSM1044** |Failed to finalize the job | Retry or create a support ticket. |
62-
| <a name="AZSM1045"></a>**AZSM1045** |Job was aborted while it was still running | Retry or create a support ticket. |
63-
| <a name="AZSM1060"></a>**AZSM1060** |Miscellaneous error during job execution | Retry or create a support ticket. |
63+
| <a name="AZSM1044"></a>**AZSM1044** |Failed to finalize the job. | Retry or create a support ticket. |
64+
| <a name="AZSM1045"></a>**AZSM1045** |Job was aborted while it was still running. | Retry or create a support ticket. |
65+
| <a name="AZSM1060"></a>**AZSM1060** |Miscellaneous error during job execution. | Retry or create a support ticket. |
6466
| <a name="AZSM2021"></a>**AZSM2021** |File type not supported by target. | This target type does not support files of this type. Reference scalability and performance targets for [Azure Files](/azure/storage/files/storage-files-scale-targets) and [Azure Blob Storage](/azure/storage/blobs/scalability-targets) for additional information. |
6567
| <a name="AZSM2024"></a>**AZSM2024** |Source path length longer than max supported by target. | Refer to guidance within the [Naming and referencing shares, directories, files, and metadata](/rest/api/storageservices/naming-and-referencing-shares--directories--files--and-metadata) article. |
6668
| <a name="AZSM2026"></a>**AZSM2026** |Source file has size larger than max supported by target. | Refer to guidance within the [Naming and referencing shares, directories, files, and metadata](/rest/api/storageservices/naming-and-referencing-shares--directories--files--and-metadata) article. |
69+
| <a name="AZSM2027"></a>**AZSM2027** |Source file security descriptor has unsupported properties | Review the file's or folder's permissions. |
6770
| <a name="AZSM2061"></a>**AZSM2061** |Unknown Error encountered when scanning the source. | This is probably a transient error. Rerun the migration job. |
6871
| <a name="AZSM2062"></a>**AZSM2062** |Failed to read source file due to permission issues. | Verify that the agent has been granted permissions to the source location. |
6972
| <a name="AZSM2063"></a>**AZSM2063** |Encountered I/O error while reading source file. | It's likely that this error is temporary. Retry the migration job again. If the issue persists, please create a support ticket for further assistance. |
7073
| <a name="AZSM2069"></a>**AZSM2069** |Failed to read target file due to permission issues. | Verify that the agent has been granted permissions to the target location. |
71-
| <a name="AZSM2070"></a>**AZSM2070** |Cannot write blob because it has an active lease. | This error may be caused by another agent writing to the location. Ensure no other job is running against the target. Retry or create support ticket. |
72-
| <a name="AZSM2080"></a>**AZSM2080** |Copy failed due to an unknown error. | It's likely that this error is temporary. Retry the migration job again. If the issue persists, please create a support ticket for further assistance. |
74+
| <a name="AZSM2070"></a>**AZSM2070** |Cannot write blob because it has an active lease | This error may be caused by another agent writing to the location. Ensure no other job is running against the target. Retry or create support ticket. |
75+
| <a name="AZSM2071"></a>**AZSM2071** |Source file has been modified during transfer | It's likely that this error is temporary. Retry the migration job again. If the issue persists, please create a support ticket for further assistance. |
76+
| <a name="AZSM2080"></a>**AZSM2080** |Copy failed due to an unknown error | It's likely that this error is temporary. Retry the migration job again. If the issue persists, please create a support ticket for further assistance. |

0 commit comments

Comments
 (0)