Mapping drive
Hi: I am trying to map a drive like so: net use \\10.10.10.10\sharename Password /USER:Username /YES I get a 1219 error telling me that you can't map more than one drive to the same resource. But if I try to disconnect the drive like this net use \\10.10.10.10\sharename /DELETE /YES It tells me it can't find the network resource. How can I be mapped to a drive that it can't find? How to get out of this situation? The user I am using to map the drive is a local user on the remote 10.10.10.10 box. Thanks
June 1st, 2011 3:45pm

Hi kayda, Thanks for posting here. Can you first verify all mapped driver on this host by running “net use” first ? Actually not sure if this is a typo but I am not see any driver letter in your command line? Usually we’d suggest to remove any mapped driver first and remap it during the startup so that we can avoid conflict , here is a sample for you reference : net use H: /delete net use H: \\contoso.com\Sharing /yes Thanks. Tiger Li Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
June 2nd, 2011 3:34am

Hi kayda, Thanks for posting here. Can you first verify all mapped driver on this host by running “net use” ? Actually not sure if this is a typo but I am not see any driver letter in your command line? Usually we’d suggest to remove any mapped driver first and remap it during the startup so that we can avoid conflict , here is a sample for you reference : net use H: /delete net use H: \\contoso.com\Sharing /yes Thanks. Tiger Li Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
June 2nd, 2011 3:34am

Regarding the drive letter--not a typo, just mapping drives without a letter since I'm not sure what letters will be available at runtime. (using this in SSIS package, I map drive first using a batch file and then unmap when I'm done). I tried deleting mapped drives using the code for delete all but that didn't help..
Free Windows Admin Tool Kit Click here and download it now
June 2nd, 2011 11:37am

Hi kayda, Try canceling all mapped network connections by performing "net use * /delete /yes" first and remapp it to see how is going : >net use * /delete /yes >net use \\10.10.10.10\sharename Password /USER:Username /YES Thanks. Tiger Li Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
June 3rd, 2011 2:33am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics