Link to home
Start Free TrialLog in
Avatar of CRIIT
CRIITFlag for Afghanistan

asked on

"net use" problem

I try to map a drive from internal network to the folder of DMZ server by using "net use" command.  But I get the error message as below:
======================
System error 1311 has occurred.

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

Do anyone have idea how to fix this problem.

Thanks,
SOLUTION
Avatar of MiguelSilvestre
MiguelSilvestre

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CRIIT

ASKER

I have 4 servers in DMZ and 2 of them without this error.  The other two with this error, one is 2k3 server and one is xp.  Both of these two machines are in the domain but I think I only can get the cached credentials of domain.  So I use "net use \\server\share x: /user:username password" and get this error.  I create a local account in the machines.  So the username and password is local account of machines.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CRIIT

ASKER

You mean Windows firewall?  Yes, the Windows firewall is disable.  

I turn off the antivirus program and still get the same error.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CRIIT

ASKER

I can map the drive by using

open Windows Explorer>Tools>Map Network Drive

but I need to use net use command to put inmy scrip file.

Avatar of CRIIT

ASKER

I figure it out.  I have to use "NET USE \\server\share x: /user:SERVERNAME\username password"  Thank you for your suggestion and I will split the points to you.