Skip to content

Commit 3f8c335

Browse files
committed
Per PM
1 parent c5adc14 commit 3f8c335

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Microsoft365/admin/admin/orchestrated-migration/resolve-orchestrated-migration-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article provides lists of errors that you might experience during user data
2323

2424
| **Error code** | **Error message** | **Description** | **Action** |
2525
|---|---|---|---|
26-
| **HTTP 409 Conflict** | `Conflict`<br><br>Cross Tenant Migration Job \<ID> must be in final state (Completed, Failed, or Cancelled) before it can be deleted.<br><br>`resourceTypeMismatch` | Jobs can be deleted, but only if the job isn't in progress. | Cancel the migration, and retry the deletion or wait until it completes or fails to delete it. |
26+
| **HTTP 409 Conflict** | `Conflict`<br><br>Cross Tenant Migration Job \<ID> must be in final state (Completed, Failed, or Cancelled) before it can be deleted.<br><br>`resourceTypeMismatch` | The job cannot currently be deleted because it is not in a terminal state. The job must be in a Failed, Canceled, or Completed state before it can be deleted. | Cancel the job, or wait for it to reach a Failed or Completed state. Then retry the delete request. |
2727
| **HTTP 422 Unprocessable Entity** | `BadArgument` <br><br> Error in `displayName` data field `duplicateDisplayNameJob`<br><br> `displayName` already exists. Please provide a unique job `displayName`. | Each newly submitted batch (validation or migration) must have a unique batch name. | Resubmit the batch by using a unique batch name. |
2828
| **HTTP 422 Unprocessable Entity** | `BadArgument`<br><br>Error in `completeAfterDateTime` data field `minThresholdFailed` <br><br>`completeAfterDateTime` must be greater than the current time. | The `completeAfterDateTime` value is in the past. It should be in the future. | Resubmit the request to update `completeAfterDateTime` to a future date. |
2929

@@ -35,7 +35,7 @@ This article provides lists of errors that you might experience during user data
3535
| **MIGR-001** | Tenant authorization error. The tenants are not configured to support migration. | The Organization Relationship isn't configured correctly. | Correct the Organization Relationship to authorize migration. |
3636
| **MIGR-002** | User migration failed. User \<X> is not authorized to migrate. To authorize \<X>, add them to security group \<Y> and then retry the migration. | Admins have to authorize a user for a migration. The user must be a member of the security group. | Add the user to the security group on the source tenant. |
3737
| **MIGR-003** | User \[X] migration failed. Please retry user migration. | A user's migration failed, and the admin must retry it. | Retry the migration. |
38-
| **MIGR-004** | Authorization error. Either one or both of the tenant Organization Relationships isn't configured correctly, or the user isn't a member of the authorized security group. | Either the Organization Relationships aren't configured correctly, or the user isn't a member of the security group that authorizes the user's data to be moved. | Either edit the Organization Relationship or add the user to the security group, or both. |
38+
| **MIGR-004** | Authorization error. Either one or both of the tenant Organization Relationships isn't configured correctly, or the user isn't a member of the authorized security group. | Either the Organization Relationships aren't configured correctly, or the user isn't a member of the security group that authorizes the user's data to be moved. | Either edit the Organization Relationship or add the user to the security group, or do both. |
3939

4040
## Cross-tenant migration service errors
4141

0 commit comments

Comments
 (0)