I'm getting this error "Unexpected exception from decryption" while trying the method CreateMigrationJobEncrypted.
The error is from log file.
Files/packages are encrypted and successfully uploaded to blob containers with metadata "IV" but, failing decrypt while migrating to sharepoint.
Log file results:
:58 PM] Start Time: 7/22/2021 11:30:57 PM.
[7/22/2021 11:30:58 PM] Correlation Id: c243de9f-90bb-0000-a526-a2e9541c1b85
[7/22/2021 11:30:58 PM] [Progress] Initializing Import.
[7/22/2021 11:30:58 PM] [Error] Unable to download SystemData.xml with exception 'Unexpected exception from decryption'
[7/22/2021 11:30:58 PM] [Error] Unable to download Requirements.xml with exception 'Unexpected exception from decryption'
[7/22/2021 11:30:58 PM] [Warning] Import requirement file Requirements.xml was not found no verifications ran.
[7/22/2021 11:30:58 PM] [Error] Unable to download ExportSettings.xml with exception 'Unexpected exception from decryption'
[7/22/2021 11:30:58 PM] [FatalError] [-2147024894] [System.IO.FileNotFoundException] [Missing Export Settings file stream]
[7/22/2021 11:30:58 PM] [Debug] at Microsoft.SharePoint.Deployment.SPImport.DeserializeExportSettings()
at Microsoft.SharePoint.Deployment.SPImport.Run()
[7/22/2021 11:30:58 PM] [Progress] Import did not complete.
[7/22/2021 11:30:58 PM] Finish Time: 7/22/2021 11:30:58 PM.
[7/22/2021 11:30:58 PM] Duration: 00:00:01
[7/22/2021 11:30:58 PM] Byte imported: 0.00 at 0.00 bytes per second
[7/22/2021 11:30:58 PM] Total Processed Objects: 0
[7/22/2021 11:30:58 PM] Finished with 1 warnings.
[7/22/2021 11:30:58 PM] Finished with 4 errors.