Hello,
I am getting below error while migrating documents using SPMT.
This is an unexpected exception. Please report to Microsoft with the details. (ErrorCode: 0x0204000D)
Log says - "[01/09/2019 11:28:43][0000][48][LOGGING][EXCEPTION]
System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
at System.Security.Cryptography.MD5CryptoServiceProvider..ctor()
at Microsoft.SharePoint.MigrationTool.MigrationLib.Package.PrimeMetaFile.SaveFile(String manifestOutputFolder)
at Microsoft.SharePoint.MigrationTool.MigrationLib.Common.MIGUtilities.<>c__DisplayClass12.<RunWithRetry>b__11()
at Microsoft.SharePoint.MigrationTool.MigrationLib.Common.MIGUtilities.RunWithRetry[T](Func`1 logicToRetry, Int32 retryCount, Int64 timeOutSeconds, Int32 retryIntervalMiliSeconds, String errorMessage, Type[] retryExceptionTypes, Type[] nonRetryExceptionTypes)"
Please help to fix this one.