Forum Discussion
Azure WVD I am unable to convert userprofile using frx.exe
I'm having same issues with Win10 build 1903 and 1909
I've done a lot of research on this. Still having same issues. two out of 8 profiles have migrated. Most have not.
Is there a way to check robocopy logging?
- crickertcitSep 20, 2020Copper Contributor
Found the issue by turning on robocopy logging via registry entry
Registry Key: HKLM\SOFTWARE\FSLogix\Logging
RobocopyLogPath REG_SZ Specifies a log file name and path where the output of robocopy calls (for example, during mirroring of data in or out of a VHD) will be logged. If the value is non-existent, then the robocopy results are not logged at all. This setting is recommended to be used only for troubleshooting. I set a reg key above to a basic path string of C:\temp\fslogixrobocopy.txt
This really helped isolate the issue
Ended up that robocopy was erroring out on a file in: C:\Users\username\AppData\Local\Packages\Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe\LocalCache
I deleted the offending file in the localcache of that app and was successful in the copy-profile after that.
- RussellSUKFeb 25, 2021Copper Contributor
crickertcit MASSIVE upvote on this logging suggestion
In my instance it was the windows Search on Server 2019 RD
The well documented shenanigans that is Windows 2019 search, vs Outlook search, vs Exchange....
User had a search database in %appdata%\Microsoft\Search\Data\Applications\<User SID> folder
The issue was Windows Search was holding onto the files with a vice like grip.
Restarted Windows Search Service on RD server, deleted the contents of the folder and the profile migrated successfully!