Link to home
Start Free TrialLog in
Avatar of dcicheese
dcicheese

asked on

User got married and we changed her name and now she can't access one of her mapped drives.

One of our users got married so I had to change her name on her account.  She's now back from her honeymoon and everything is working fine except for one of her mapped drives.  She gets an error message saying that an extended network error has occurred.  I disconnected the map and tried to remap and got the error message "The mapped network drive could not be created because the following error has occurred: An extended error has occurred."  Any thoughts on how to fix this would be greatly appreciated.  
Avatar of michko
michko
Flag of United States of America image

Check the permissions on the mapped drive (from the server).  Remove her, then re-add her.
Avatar of dcicheese
dcicheese

ASKER

I've tried that with no help.I even tried assigning it a different drive letter.  Her other mapped drives work fine but they're on different servers.  
The server that has the mapped drive may not have refreshed the Group Policy information yet.  Try setting the refresh interval to a low value.  I don't know what OS server you have, but the procedures should be the same.

1. Log on to the Windows 2000-based computer as an administrator.
2. Click Start, click Run, type gpedit.msc, and then click OK.
3. Double-click Computer Configuration, and then double-click Administrative Templates.  
4. Double-click System, and then double-click Group Policy to display the group policies.  
5. Depending on the type of computer from which you making this change, double-click Group Policy refresh interval for computers to make this change for workstations or for member servers. Or, double-click Group Policy refresh interval for domain controllers.  
6. Click Enable in Group Policy refresh interval for computers so that you can modify the refresh and offset intervals settings on the Policy tab. Optionally, the administrator can enable Disable background refresh of group policy.  
7. Click OK, and then close the Computer Management snap-in.  
From this link:  http://support.microsoft.com/kb/q203607/

Also, you can force an update of the user policies on the server:
To update the computer policy type
C:\> secedit /refreshpolicy machine_policy

To update the user policy type
C:\> secedit /refreshpolicy user_policy

Adding /enforce to any of the above forces a  reapply of the security policy even if there is no GPO change.

From:  http://www.windowsitpro.com/Article/ArticleID/13799/13799.html
/refreshpolicy is not a valid switch for the secedit command.I tried your examples above and it came up with a message "the syntax of the command is:" followed by about a half dozen switches, none of which are refreshpolicy

It's a windows 2003 server.  I had changed her name last week. Standard gp updates are 90 minutes so the server had plenty of time before she came back to refresh.  
I know 90 min is the standard, just was hoping it had messed hers up somehow (name changes are tricky, I usually just create a new user, then copy settings) and that a forced refresh would pick it up properly.

When you check the permissions on the shared folder and add her back, when you hit Add, it does recognize her new user name, correct?

Quick fix may be to just create a new folder share with a different name, map her to the new share, and copy all contents from the old to the new.
I would do that if the folder she needs to connect to wasn't part of our intranet website.  When I remove and re add her it does recognize the new name and adds just fine. it's just when we try to map the drive or even just navigate to it with the UNC path she gets the error message.  This is a weird error and doesn't seem like it should be this hard to figure out but i'm stumped.  
ASKER CERTIFIED SOLUTION
Avatar of michko
michko
Flag of United States of America 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
Mapping by the IP address worked.  The server didn't show up at all in My Network places but using the IP address worked. Thanks for the help!
So which one of those suggestions worked?  Just for reference purposes.
Sorry I typed it in the message window that comes up when you accept the solution.  Didn't realize it wouldn't show up in here anywhere.  Mapping the drive by the IP address is what worked.  

You couldn't even see the server in the list of the My Network Places.  When I mapped by IP address though it worked right off.  Thanks for the help.
No problem, glad I could help.  You may want to double check her DNS settings.  May want to also flush her dns settings - at command line type    ipconfig /flushdns