Userenv Event ID:1000

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On a demoted 2000 Server I am constantly receiving the following error:

Event Type: Error
Event Source: Userenv
Event Category: None
Event ID: 1000
Date: 3/5/2005
Time: 7:08:02 PM
User: NT AUTHORITY\SYSTEM
Computer: GFS
Description:
Windows cannot determine the user or computer name. Return value (1908).

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

Any help will be appreciated.
 
This is almost always a DNS error. Can you give us more info?

Make sure DNS is right and check it using nslookup to contact the domain by
name. If you can see the PDC emulator or GC you can get things like this.
 
This is almost always a DNS error. Can you give us more info?

Make sure DNS is right and check it using nslookup to contact the domain by
name. If you can see the PDC emulator or GC you can get things like this.

I was getting this error - for us related to too many groups so AD
basically ran out of space and caused some authentication problems.

a regedit fixed this:-

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos
\Parameters]
"MaxTokenSize"=dword:00010000

basically increasing the maxtokensize from the default 12000 in sp4 to
whatever we needed
 
Back
Top