No logon servers available to service the logon request...

?

-

Hello,

We are having a strange error with certain servers in our domain in which
people from another domain are not able to access through UNC shares on
certain servers in our domain. If they put in a command such as

net use * \\server\share

they get

There are currently no logon servers available to service the logon request.

But, if they put in the command and pass the "user" paramater, it works:

net use * \\server\share /user:Username

If they put in

net use * \\server.domain.org\share

It works, but the strange thing is that they can ping by just using the non
FQDN host name.

Is this a problem with DNS, or the domain in which the server resides, or
both?

Any info appreciated.
 
J

James W. Long

- said:
Hello,

We are having a strange error with certain servers in our domain in which
people from another domain are not able to access through UNC shares on
certain servers in our domain. If they put in a command such as

net use * \\server\share

they get

There are currently no logon servers available to service the logon request.

But, if they put in the command and pass the "user" paramater, it works:

net use * \\server\share /user:Username

sound like the domain wants authentication by username, and anonymous users
are disabled.
If they put in

net use * \\server.domain.org\share

It works, but the strange thing is that they can ping by just using the non
FQDN host name.

ping "server"? Thats not strange at all, its normal. Hostnames are resolved
using netbios over tcpip, not dns.
Is this a problem with DNS, or the domain in which the server resides, or
both?

neither. log in using a user name, or get the system admins to allow
anonymous good luck.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top