#29791 - 2002-09-27 02:48 AM
UserGetLocalGroups failed error
|
Chris Jorgan
Fresh Scripter
Registered: 2002-08-29
Posts: 10
Loc: Japan
|
HELP!!!
I've written 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 and the following even is 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 - any ideas? The funny thing is, the drives still map properly, but I would like to eliminate the errors in event viewer if possible. Any help would be tremendously appreciated.
Thanks
_________________________
'I have often regretted my speech, never my silence.'
Xenocrates (396-314 BC)
Chris Jorgan
|
|
Top
|
|
|
|
#29793 - 2002-09-30 03:07 AM
Re: UserGetLocalGroups failed error
|
Chris Jorgan
Fresh Scripter
Registered: 2002-08-29
Posts: 10
Loc: Japan
|
Thanks for the reply. Unfortunately, I don't believe that to be the problem as we only use the TCP/IP protocol. What exactly did you mean by binding differences. I located the bindings tab and didn't notice anything out of the normal. Does anyone else receive errors from drive mappings out there? Something I noticed is that I have to mention the domain name in my script when mapping drives such as: If Ingroup ("Domainnamehere\Domain Users") Use K: "File-Server\Folder" Endif
If I do not add the domain name when mentioning global groups, the script errors out and the drives are not mapped. So it really becomes a unique problem since now the drives are being mapped (with domain name), the network global groups are recognized, but the error messages still appear in event viewer.
_________________________
'I have often regretted my speech, never my silence.'
Xenocrates (396-314 BC)
Chris Jorgan
|
|
Top
|
|
|
|
#29795 - 2002-10-26 06:03 PM
Re: UserGetLocalGroups failed error
|
Jean-Claude
Fresh Scripter
Registered: 2002-10-26
Posts: 6
Loc: Dallas, Tx
|
Your not alone. I have seen this error as well. Did you ever find a solution? I am about to try the 4.11 version (I was running 4.10 -- I think it's 4.10 anyway)
|
|
Top
|
|
|
|
#29799 - 2002-10-27 12:57 AM
Re: UserGetLocalGroups failed error
|
Howard Bullock
KiX Supporter
   
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
|
I have only seen these errors on NT computers where they are trying to resolve an foreign SID but could not because the workstation secure channel or the domain trust has failed. This can also happen when you try to reference an account from an untrusted SAM database.
Is the error happening consitently on on a particular computer(s) or does the problem follow the account?
|
|
Top
|
|
|
|
#29800 - 2002-10-27 04:02 AM
Re: UserGetLocalGroups failed error
|
Howard Bullock
KiX Supporter
   
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
|
Are you by chance using INGROUP to reference a Domain1\Group where the Domain1 is not the same domain as the @Ldomain (the domain to which the user logged on)? If this is the case, you will have to reference \\ServerName\Group instead.
|
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 937 anonymous users online.
|
|
|