|
[Quoted Text] > Hello, > > I get the following error from one of my servers trying to access another > specific server. > > "Windows cannot find "\\aa1'. Check the spelling and try again,..." > > If i try to ping aa1 there is no problems, and it returns the FQDN. If i try > to access the server my aa1.comp.local then i also can access it. > > I tried to flush the dns from this server but no luck there either. > > Anyone have a comment on what i could try ? > > Kind Regards > Rene
When you typing \\<name> you using NetBIOS name system to resolve this name. All your tests check DNS functionality. You can test NetBIOS name resolution with command "nbtstat -a <name>".
But remember - if you have more then one network segment and you have not WINS server you will face name resolution problems, because in such configuration you will be unable resolve names of servers from other segment.
-- With best regards Nickolay Domukhovsky, MCSA
|