|
Kixtart version: 4.10 & 4.11 Beta 1
I've wrriten a script which used if ingroup to assign drive mappings - it is working for most people, however some users are getting a "system registry error" (displayed on local machine) and the following events are logged on the local machine
"The description for Event ID ( 2221 ) in Source ( KIXTART ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: UserGetInfo failed Error : The user name could not be found. (0x8ad/2221)."
and
"The description for Event ID ( 1332 ) in Source ( KIXTART ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: GetPrimaryGroup failed Error : No mapping between account names and security IDs was done. (0x534/1332)."
Please note there are two other associated events too - but they basically say the same thing....
I have checked the user is a member of the group - that the group name is valid - and that they have relogged in since adding them to the group. The script calls a kix32 scriptname /f - so the group cache should be refreshed.
Initially, i thought this was caused by not referencing the domain\group - however i have changed this and the error still occurs.
Any ideas?
Also, giving the user local admin rights seems to fix this - but why is kix accessing the local registry to get domain group memberships?
Thanks
|