Your Ad 
Here

Wednesday, June 29, 2011

Currently Mapped Using a Different User Name and Password. Use differnt user name and password, Error.How to fix it?

The Network Folder Specified is Currently Mapped Using a Different User Name and Password. To connect using a differnt user name and password, first disconnect any existing mappings to this network share.
How to fix it?

You get the above error message even though you don't have any mapped drives to the share you are connecting to.It happens mostly when you use runas (Connect using a different user name) command.The current user credential is already used towards that server, so even though you don't see the mapped drive its session is already with that server. So you need to disconnect the loged on user session by running the following command.

Net Use /DELETE \\server\share

Then use the runas command to connect with the another user credential.

No comments: