Hi Haresh,
Thanks for responding! The problem trying to access the Domain Controller via My network places is from many PC's not only one. I have changed the PC name of 1 of the client pc's, also removing it from the domain and put it back onto the domain but it did not resolve the problem.
I have also checked nbtstat -n and did not see any problem there. I can't change the domain controllers name because of obvious reasons. The problem is not with the client PC's I think but with the specific server. What is interesting though is that the server having the problem being accessed from the network also has exchange on it. The outlook clients connect fine, no problem, the interesting part is that outlook connects with the servername.
When I ping the servername it resolves the name to the correct IP.
Is it not DNS that is screwed..........I have checked it but it seems to be OK.
Regards
Johan
Main Topics
Browse All Topics





by: haresh-nycPosted on 2004-04-18 at 00:31:14ID: 10852253
hi,
the error you described is VERY common when NetBios is screwed up.
open a dos prompt, and type
nbtstat -n
do this on both machines (the server you're trying to access, and the machine you're doing this from)
if you don't see at least the machine name, and the netbios domain name,
you have netbios issues.
check to make sure your machine name does not have any space in it.
make sure there aren't two machines with the same name.
you could even consider changing the computer names to something else, and see what happens.
what happens when you
ping -a servername ?
(servername) above is the computer name with no periods, and no domain name.
just the computername of the server.
haresh