Help Please

  • Thread starter Thread starter Kiran
  • Start date Start date
K

Kiran

I have a problem I'm a little stuck on at the moment.

A user is trying to access a share on one of the DWP
servers, yesterday it worked, today he's getting "you dont
have access to this folder". Users connect to the server
using their network logon.

Looked at the share they're trying to access and the names
given access are in the form "S-1-5-21-483..." and
not "DOMAIN\XXXX".

Noticed that the NetLogon service is failing with EventID:
5719:
No Windows NT or Windows 2000 Domain Controller is
available for domain SEMA. The following error occurred:
There are currently no logon servers available to service
the logon request.

Restarting the service results in another error.


Anyone any ideas???
 
In
Kiran said:
I have a problem I'm a little stuck on at the moment.

A user is trying to access a share on one of the DWP
servers, yesterday it worked, today he's getting "you dont
have access to this folder". Users connect to the server
using their network logon.

Looked at the share they're trying to access and the names
given access are in the form "S-1-5-21-483..." and
not "DOMAIN\XXXX".

Noticed that the NetLogon service is failing with EventID:
5719:
No Windows NT or Windows 2000 Domain Controller is
available for domain SEMA. The following error occurred:
There are currently no logon servers available to service
the logon request.

Restarting the service results in another error.

You are having a connectivity problem, see if this helps you.
http://www.eventid.net/display.asp?eventid=5719&eventno=104&source=NETLOGON&phase=1
 
Thanks for your suggestions on this, the problem was a
little odd.

The DNS and WINS settings were correct, the same as all
the other servers. Could ping and resolve all the DNS and
WINS servers (and the PDC).
The datagram sizes and timeouts were fine, changing these,
even to the maximum had no effect.

The solution in the end was quite simple,
Anyway, just in case you're interested, the solution was

Removed the machine from the domain.
Deleted the machine record from the PDC.
Flushed the DNS buffers.
Registered the machine again for DNS.
Added the machine record to the PDC.
Joined it again to the domain.
(Strange thing was, was that I couldn't do any of this
from the gui, had to find a command line tool.)
 
Back
Top