Open makc-de opened 1 year ago
SharePoint Online
SharePoint CSOM
Windows
I create a migration job based on a manifest previously successfully created with CreateSPAsyncReadJob:
_var migrationJobId = context.Site.CreateMigrationJob( context.Web.Id, azContainerSourceUrl, azManifestContainerUrl, azReportQueueUrl);_
After the migration job is started, it fails with the following message in the report queue:
[System.Xml.Schema.XmlSchemaValidationException] [The 'Description' attribute is not declared.]
Thank you in advance for any help.
Import a manifest file generated by export should be successfully parsed and migration job should be started
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
I am having the same issue. Has anyone figured this out?
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
SharePoint CSOM
Developer environment
Windows
What browser(s) / client(s) have you tested
Additional environment details
Describe the bug / error
I create a migration job based on a manifest previously successfully created with CreateSPAsyncReadJob:
After the migration job is started, it fails with the following message in the report queue:
[System.Xml.Schema.XmlSchemaValidationException] [The 'Description' attribute is not declared.]
Thank you in advance for any help.
Steps to reproduce
Expected behavior
Import a manifest file generated by export should be successfully parsed and migration job should be started