Taking advantage of cloud services doesn’t have to be difficult or a long-phased migration project. At Microsoft Ignite we announced a new free, simple, and fast migration solution to help you migra...
I am having issues moving Onedrive for Business on-prem to Onedrive for Business Online. Having already moved the home directories, the on-prem OD is next.
Migration fails. Logs show 403's
[19.01.2018 12.37.20][bcde][27][LOGGING][DEBUG]User xxxxx@xxxxxx is site admin
[19.01.2018 12.37.20][0000][27][LOGGING][EXCEPTION]Failed to get SharePoint role definitions
System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
[19.01.2018 12.37.21][bcde][27][LOGGING][DEBUG]Start to remove package folders.
[19.01.2018 12.37.21][bcde][27][LOGGING][EXCEPTION]Unexpected Exception when calling thread for type ScanAndStart. Thread Dead.
Microsoft.SharePoint.MigrationTool.MigrationLib.Assessment.Exceptions.ScanAccessException: Failed to query SharePoint SharePoint on-premise; Reason: request timeout ---> System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
Can browse and select libraryMigration fails
The on-prem site is using SSL offload, and I am injecting "X-FORMS_BASED_AUTH_ACCEPTED f" HTTP header to allow for basic auth, this is working in other apps. I guess this is a permission issue, what kind of permissions are required on-prem?