23 Apr 2024
05:31 PM
- last edited on
10 May 2024
02:48 PM
by
Michal_Gebacki
Hello Community!!!
I've set up the file system monitoring extension on Windows and can't find the correct permission to assign. The extension is working, but if I leave an Everyone Full Control permission on the destination folder, the extension can see the file count, for example. (I tried with other metrics and same thing happens) but if we use SYSTEM permission it didn't work it just returns 0.
I can't leave everyone full control in folders. Does anyone know what the correct permission is to give and leave the extension running?
Thanks,
Solved! Go to Solution.
23 Apr 2024 10:10 PM
I can confirm that the user running both processes is SYSTEM.
So If SYSTEM has full control is very odd that with the given permissions the Extension cannot see the files.
23 Apr 2024 10:51 PM
Python extensions in extension framework 2.0 runs as LocalService so please make sure that that user has access.
The System user you see is for the process which spawns the extensions runtime seeing as some data sources, such as WMI, needs to run as LocalSystem.