Skip to content

Commit 0a00146

Browse files
Update migration-api-whats-new.md
Added new feature to the what's new topic, regarding job postponement and the correcsponding code.
1 parent 9c3b1cb commit 0a00146

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/apis/migration-api-whats-new.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Migration API What's new"
33
description: "Learn about the new features and updates to the Migration API."
4-
ms.date: 04/10/2023
4+
ms.date: 08/21/2023
55
ms.reviewer: jhendr
66
author: JoanneHendrickson
77
ms.author: jhendr
@@ -16,6 +16,20 @@ ms.custom: admindeeplinkSPO
1616

1717
Check here to see what features or updates have been added to the Migration API. Here's a summary of what's included.
1818

19+
## Updated reason code and descriptions
20+
21+
We have updated Migration API to provide detailed reasons in case a job is postponed. We encourage ISVs take appropriate actions, based on the reasons.
22+
23+
|Possible reasons |Code|Description|
24+
|:-----|:-----|:-----|
25+
|DB busy|1,2,3,4|Target DB is busy, the job will be picked up again later|
26+
|VM busy |5,6|VM is busy, the job will be picked up again later|
27+
|DB defragment |7|Target DB is doing index defragment, please wait|
28+
|Tenant blocked |10|Target tenant is blocked from doing migration|
29+
|Other|11|Unknown reason|
30+
|Backend not ready yet |12|Backend is not ready yet, please wait|
31+
32+
1933
## New: Speed up small file migration
2034

2135
The migration package includes multiple files, which are each uploaded/downloaded individually. If you have a large number of small-sized files, migration speed drops dramatically. By using the new **ArchivedFiles.XML** file in your prime package you can transfer files in batch resulting in a faster migration. [Learn more about using the ArchivedFiles.XML](/sharepoint/dev/apis/migration-api-overview#archivedfilessxml)

0 commit comments

Comments
 (0)