Group Policy drive maps fail with Error Code: 0x80070043

1

I'm running a Server 2008 R2 domain with all Windows 7 x64 bit client machines.
All drives are mapped using Group Policy. Which were previously on a NAS We just built a new, huge, fast server. So I'm in the process of migrating all the network drives from the NAS to the new fileserver(fs).

The old drive maps were mapped using group policy so I just went in and updated to the new server and selected the "Replace" option. But the drives just plain do not map. I do an RSOP on my machine and the error for the drive map is: Result: Failure (Error Code: 0x80070043)

The other odd thing, though it may or may not have anything to do with it, is that the winning GPO shown is shown with its SID instead of its name. The SID is correct though.

Accessing the shares through Explorer works fine, and mapping them manually works fine.

Any ideas? Thanks Chris

group-policy
server-message-block
netbios
mappeddrive
asked on Server Fault Dec 9, 2011 by Topherhead

3 Answers

1

0x80070043 is "The network name cannot be found.". You can use err.exe to translate these error codes. err.exe is at http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=985

Could be a name resolution issue. You dont say whether explorer based access was done using IP address or name.

Might want to look at the group policy preference debug logs as per http://blogs.technet.com/b/askds/archive/2008/07/18/enabling-group-policy-preferences-debug-logging-using-the-rsat.aspx to see what it reveals for drive maps extension.

answered on Server Fault Dec 14, 2011 by maweeras
0

How are you opening up the GPM mmc? Are you doing so from your client or from the DC? SID Translation problems, try remoting into the DC and running GPM from there to see if it still fails to translate. If it still fails, try re-creating (or restoring) the GPO.

answered on Server Fault May 16, 2013 by user174074
0

Sorry, I completely forgot to post what the solution was!

It ended up being something incredibly dumb. My habits in using the command line betrayed me!

The short version is that in a GPO, do NOT use quotes in the paths! Even if they have spaces, no quotes.

answered on Server Fault May 16, 2013 by Topherhead

User contributions licensed under CC BY-SA 3.0