• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

windows 2000 server error

jurek2000

Member
I'm getting an error in the event viewer under Application Log - "Windows cannot determine the user or computer name. Return value (1317)"

How I can solve it , and where is this error from ?

Thanks

Jerry
 
do a google search.


I'll keep looking. btw, what do you use win2k server for?

http://www.eventid.net/display.asp?app=Top10&eventid=1000

=========================================================
Source: Userenv
Type: Error Error
Description Windows cannot determine the user or computer name. Return value (<return error code >).
Comments This event occurs in various conditions, the return code providing more details about the problem. Use NET HELPMSG to obtain a description of the code.
Return code 59 means: &quot;An unexpected network error occurred.&quot; - Typically, connectivity problems (cable, hub, switch, etc.. layer 2 level)
Return code 1317 means: &quot;The specified user does not exist..&quot;
Return code 1722 means: &quot;The RPC Server is unavailable&quot; - Usually occurs when DNS servers are not configured properly. There is connectivity but not at the service level. See the link below for troubleshooting. One note here, usually it may appear that DNS is set properly but one has to double-check all the aspects of DNS registration/resolution as the problem may not be that obvious.
Return code 1908 means: &quot;Could not find the domain controller for this domain.&quot;

More info Q261007 , Troubleshooting Common Active Directory Setup Issues in Windows 2000
=========================================================
It could be other problems though
 
is it a critical error, an error like that is showing up in my logs but it doesn't seem to affect it's job as a firewall+gateway on my network.
 
This problem is caused by not having the correct IP address listed in the local DNS Servers settings. Goto the PROPERTIES of TCP/IP on the local area connection, and click ADVANCED. Then, click on DNS. Make sure your local Microsoft/BIND DDNS server is listed. If not, add it.

Is this machine a Windows 2000 Server or Professional system? If Server, Active Directory is installed, right?
 
Back
Top