Link to home
Start Free TrialLog in
Avatar of CARLOSVILLACRIZ
CARLOSVILLACRIZ

asked on

NET USE with password is not working in Windows XP Professional

Hi experts,

I'm writing a batch to connect to a shared resource from a XP, this resource is shared to an specific user so I have to use NET USE like:

C:\>net use q: \\fileserver\sharedreoruces password /USER:userwithaccess

The problem that it's returning this error:

"System error 1219 has occurred."

"Multiple connections to a server or shared resource by the same user, using more
 than one user name, are not allowed. Disconnect all previous connections to the
 server or shared resource and try again.."

It's strange, and seems to be a windows security configuration.

Any suggestion?

Thanks in advance

Carlos V.
ASKER CERTIFIED SOLUTION
Avatar of Carlo-Giuliani
Carlo-Giuliani
Flag of Canada image

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 CARLOSVILLACRIZ
CARLOSVILLACRIZ

ASKER

Hi Carlo,

Your're right I just removed the other shared resource form the same server and it' working ok now. At first when I was reading some forums I thought it was necessary to remove all the mapped resources, so I discarded this option because the user needs to map resources from other servers...

Thanks a lot,

Carlos V.