Skip to content

Commit 1235b22

Browse files
committed
Updated article for agent status codes
1 parent 2203b11 commit 1235b22

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

articles/storage-mover/xdm-status.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,24 @@ Each of these scopes can then further divide the statuses into categories and su
3737
3838
|Error Code |Error Message | Details/Troubleshooting steps/Mitigation |
3939
|---------------------------------|--------------|------------------------------------------|
40-
| <a href="AZSM1001">AZSM1001</a> |Failed to mount source path | Verify the provided server information, name or IP-address, is valid, or the source location is correct.
41-
| <a href="AZSM1002">AZSM1002</a> |Encountered an error while scanning the source | Retry or create a support ticket. |
42-
| <a href="AZSM1003">AZSM1003</a> |Failed to access source folder due to permission issues | Check if the agent has been granted permissions correctly to the source file share. |
43-
| <a href="AZSM1004">AZSM1004</a> |Source path provided is invalid | Create a new endpoint with a valid source share path and update the job definition and retry. |
44-
| <a href="AZSM1020">AZSM1020</a> |Miscellaneous error while accessing source | Retry or create a support ticket. |
45-
| <a href="AZSM1021">AZSM1021</a> |Failed to access target folder due to permission issues | Retry or create a support ticket. |
46-
| <a href="AZSM1022">AZSM1022</a> |Target path provided is invalid | Create a new endpoint with a valid target container and path and update the job definition and retry. |
47-
| <a href="AZSM1023">AZSM1023</a> |Lease expired for this agent on the target container | Retry or create a support ticket. |
48-
| <a href="AZSM1024">AZSM1024</a> |Authorization failure on claiming the target container | The agent does not have the permission to access the target container. The role assignment is performed automatically while running jobs from the portal. If you are using the APIs/Powershell cmdlets/SDKs, then manually create a 'Storage Blob Data Contributor' role assignment for the agent to access the target storage account blob container. The [Assign an Azure role for access to blob data](/azure/storage/blobs/assign-azure-role-data-access) article may help resolve this issue. |
49-
| <a href="AZSM1025">AZSM1025</a> |Authentication failure on claiming the target container | Retry or create a support ticket. |
50-
| <a href="AZSM1026">AZSM1026</a> |Blob type in the target container not supported by the agent | This blob type is unsupported by the current Storage Mover agent. |
51-
| <a href="AZSM1040">AZSM1040</a> |Miscellaneous error while accessing target | Retry or create a support ticket. |
52-
| <a href="AZSM1041">AZSM1041</a> |Failed to send job progress | Retry or create a support ticket. |
53-
| <a href="AZSM1042">AZSM1042</a> |Failed to create job | Retry or create a support ticket. |
54-
| <a href="AZSM1043">AZSM1043</a> |Failed to resume job | Retry or create a support ticket. |
55-
| <a href="AZSM1044">AZSM1044</a> |Failed to finalize the job | Retry or create a support ticket. |
56-
| <a href="AZSM1045">AZSM1045</a> |Job was aborted while it was still running | Retry or create a support ticket. |
57-
| <a href="AZSM1060">AZSM1060</a> |Miscellaneous error during job execution | Retry or create a support ticket. |
40+
| <a name="AZSM1001">AZSM1001</a> |Failed to mount source path | Verify the provided server information, name or IP-address, is valid, or the source location is correct.
41+
| <a name="AZSM1002">AZSM1002</a> |Encountered an error while scanning the source | Retry or create a support ticket. |
42+
| <a name="AZSM1003">AZSM1003</a> |Failed to access source folder due to permission issues | Check if the agent has been granted permissions correctly to the source file share. |
43+
| <a name="AZSM1004">AZSM1004</a> |Source path provided is invalid | Create a new endpoint with a valid source share path and update the job definition and retry. |
44+
| <a name="AZSM1020">AZSM1020</a> |Miscellaneous error while accessing source | Retry or create a support ticket. |
45+
| <a name="AZSM1021">AZSM1021</a> |Failed to access target folder due to permission issues | Retry or create a support ticket. |
46+
| <a name="AZSM1022">AZSM1022</a> |Target path provided is invalid | Create a new endpoint with a valid target container and path and update the job definition and retry. |
47+
| <a name="AZSM1023">AZSM1023</a> |Lease expired for this agent on the target container | Retry or create a support ticket. |
48+
| <a name="AZSM1024">AZSM1024</a> |Authorization failure on claiming the target container | The agent does not have the permission to access the target container. The role assignment is performed automatically while running jobs from the portal. If you are using the APIs/Powershell cmdlets/SDKs, then manually create a 'Storage Blob Data Contributor' role assignment for the agent to access the target storage account blob container. The [Assign an Azure role for access to blob data](/azure/storage/blobs/assign-azure-role-data-access) article may help resolve this issue. |
49+
| <a name="AZSM1025">AZSM1025</a> |Authentication failure on claiming the target container | Retry or create a support ticket. |
50+
| <a name="AZSM1026">AZSM1026</a> |Blob type in the target container not supported by the agent | This blob type is unsupported by the current Storage Mover agent. |
51+
| <a name="AZSM1040">AZSM1040</a> |Miscellaneous error while accessing target | Retry or create a support ticket. |
52+
| <a name="AZSM1041">AZSM1041</a> |Failed to send job progress | Retry or create a support ticket. |
53+
| <a name="AZSM1042">AZSM1042</a> |Failed to create job | Retry or create a support ticket. |
54+
| <a name="AZSM1043">AZSM1043</a> |Failed to resume job | Retry or create a support ticket. |
55+
| <a name="AZSM1044">AZSM1044</a> |Failed to finalize the job | Retry or create a support ticket. |
56+
| <a name="AZSM1045">AZSM1045</a> |Job was aborted while it was still running | Retry or create a support ticket. |
57+
| <a name="AZSM1060">AZSM1060</a> |Miscellaneous error during job execution | Retry or create a support ticket. |
5858

5959
## I'd like to retain any content below this section for future work
6060

0 commit comments

Comments
 (0)