Forum Discussion
Issue OneDrive OnDemand terminal, fslogix
Did you found a solution perhaps KaBi_17 ? We are having the same kind of issue: https://techcommunity.microsoft.com/t5/onedrive/onedrive-on-demand-issues-server-2019-with-fslogix/m-p/3900949#M11228
- KaBi_17Aug 17, 2023Copper Contributor
Hello josvds!
Unfortunatelly, no success until now. We are still struggling with this issue. I was hoping that someone will give an advice here. I also wrote in a german forum, administrator.de, no comments there either.
I recently tried installing a new rds host, after installing everything as it would be in production, after each step I tested onedrive. I left windows updates out at the beginning, in the end I updated to the last CU. OnDemand feature was working at first ... but login to the other ms365 programs did not work, it was something related to AAD Broker Plugin. Online I found that I can fix it withPowershell.exe if (-not (Get-AppxPackage Microsoft.AAD.BrokerPlugin)) { Add-AppxPackage -Register "$env:windir\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode -ForceApplicationShutdown }Unfortunatelly, after a restart of the server OneDrive ondemand feature "broke" again.
At this point I am out of ideas ...
Regards
KaBi- josvdsAug 18, 2023Brass ContributorHi.. Thanks for the response, we found out that our issue was related to registry keys missing. See https://techcommunity.microsoft.com/t5/onedrive/onedrive-on-demand-issues-server-2019-with-fslogix/m-p/3900949#M11228. Besides this we noticed also that we sometimes have issues if the `%localappdata%\Microsoft\OneDrive\settings\Business1\global.ini` is containing incorrect information. After stopping OneDrive, removing this file, starting OneDrive, we resolved also this issue. Perhaps this helps?
- KaBi_17Aug 21, 2023Copper Contributor
josvds Thanks a lot, it helped!
I did compare the registry values and there were differences, far more than 4 values.
The only one that I added and it works, is this one, mentioned at https://borncity.com/win/2020/08/04/windows-10-2004-onedrive-issue-no-access-after-upgrade/
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Notifications\Data] "41960B29A3BC0C75"=hex:01,00,00,00,01,00,00,00Thanks again!!! This was a huge help!
Best regards,
KaBi