SOLVED

OneDrive On-Demand issues Server 2019 with FsLogix

Brass Contributor

We are using Windows Server 2019 (1809 17763.4737) RDSH Pool's with FsLogix (2.9.8440.42104) since a couple of weeks. We are now trying to enroll OneDrive, so we can start migrating the data. But we are experiencing issues with OneDrive and specially the on-demand functionality. Some servers it shows up, some it doesn't.

 

Today, we even got the error below:

 

josvds_0-1692196828124.png

The page of Microsoft shows the engilish version Files On-Demand-fout bij het openen van een OneDrive alleen-onlinebestand - Microsoft Ondersteuning

josvds_1-1692196879891.png

 

Based on FIX: OneDrive Cannot Connect To Windows (kapilarya.com) we found that there is a discrepancy between the servers. Most of the servers have this registry key, but this one with issues, doesn't.

reg query "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Notifications\Data" /v 41960B29A3BC0C75

So we have tried to execute 

 

 

Fltmc attach cldflt C:

 

 

but then we are getting this

Attach failed with error: 0x801f0013
Kan het opgegeven filter niet vinden.

 

Anyone some sugestions?

2 Replies

@josvds 

It appears that you are encountering issues with OneDrive's On-Demand functionality in a Windows Server 2019 environment with FsLogix. This can indeed be a complex situation, especially when dealing with remote desktop environments and file redirection. The error you provided ("Attach failed with error: 0x801f0013 - Kan het opgegeven filter niet vinden") suggests there might be problems with attaching the filter driver for Files On-Demand.

Here are some suggestions to troubleshoot and resolve this issue:

  1. Registry Key Discrepancy: As you mentioned, there seems to be a registry key discrepancy between the servers. It is important to ensure that all necessary registry settings are properly configured for Files On-Demand. If some servers have the registry key and others do not, you should try adding the missing registry key and its values on the problematic server.
  2. FsLogix Configuration: Since you are using FsLogix, ensure that your FsLogix configuration is consistent across all servers. Any inconsistencies might lead to issues with user profiles and file redirection. Verify that the version of FsLogix you are using is compatible with your Windows Server environment.
  3. Filter Driver Attach Error: The error "Attach failed with error: 0x801f0013" indicates that the specified filter (cldflt) cannot be found. This might suggest a potential issue with the filter driver itself or how it is being loaded. Double-check the filter driver's availability and compatibility with your server version.
  4. Windows Updates: Ensure that all servers are fully updated with the latest Windows updates and patches. Sometimes, issues can be resolved by updating the operating system to the latest version.
  5. Event Logs: Check the Event Viewer logs on the server where you are experiencing the issue. Look for any relevant error messages or warnings related to OneDrive, FsLogix, or file system filters. This might provide more insights into the root cause of the problem.
  6. Microsoft Support: Given the complexity of your environment and the specific error messages you are encountering, it might be beneficial to contact Microsoft Support. They can provide targeted assistance based on the details of your setup and troubleshoot the issue with you in real-time.
  7. Testing in a Controlled Environment: If possible, set up a controlled environment to test the deployment of OneDrive On-Demand and FsLogix. This can help you isolate and troubleshoot the issue without impacting your production environment.

 

My knowledge of this topic is limited, but since no one has answered it for at least one day or more, I entered your question in various AI. The text and the steps are the result of various AI's put together.

 

Hope this will help you.

My answers are voluntary and without guarantee!

 

best response confirmed by josvds (Brass Contributor)
Solution

Thanks a lot, this made me dive deeper inside the registry setting, after adding the missing registry settings compared to the other server, seams to resolve the issue.

Within "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Notifications\Data" we were missing 4 entries. After copying these, it seamt to work.

Ref: https://borncity.com/win/2020/08/04/windows-10-2004-onedrive-issue-no-access-after-upgrade/

 

Besides this, we also executed the steps below which helped as well.

- Stopped OneDrive

- Removed %localappdata%\Microsoft\OneDrive\settings\Business1\global.ini 

- Started OneDrive

 

1 best response

Accepted Solutions
best response confirmed by josvds (Brass Contributor)
Solution

Thanks a lot, this made me dive deeper inside the registry setting, after adding the missing registry settings compared to the other server, seams to resolve the issue.

Within "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Notifications\Data" we were missing 4 entries. After copying these, it seamt to work.

Ref: https://borncity.com/win/2020/08/04/windows-10-2004-onedrive-issue-no-access-after-upgrade/

 

Besides this, we also executed the steps below which helped as well.

- Stopped OneDrive

- Removed %localappdata%\Microsoft\OneDrive\settings\Business1\global.ini 

- Started OneDrive

 

View solution in original post