'Howto determine file owner on windows using python OSError: [WinError 1332] No mapping between account names and security IDs was done
i got the following error when i try to run a python code to get the owner name of a directory. The error comes on a Windows System with Citrix access. On my PC without Citrix the python code runs well.
File "GetNamedSecurityInfo.py", line 93, in get_owner
File "GetNamedSecurityInfo.py", line 141, in look_up_account_sid
File "GetNamedSecurityInfo.py", line 102, in _check_bool
OSError: [WinError 1332] No mapping between account names and security IDs was done.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
