#37763 - 2003-03-11 11:04 PM
win 98 users dropping mapped drives
|
chase
Fresh Scripter
Registered: 2002-06-28
Posts: 22
|
USE H: "\\Server Name\USERS\" USE S: "\\Serer Name\SHARED"
We are a small Windows 2000 Active Directory network using DHCP. Our Win 98 users are now having a problem where they drop their mapped drives. The user clicks on the drive and it says they are denied access and then their account is locked out. It seems to happen around the time of a lease renewal but is not consistent. out Win 2000 and XP users do not have this problem. Any ideas? I've shown my mapped drives script above.
|
|
Top
|
|
|
|
#37764 - 2003-03-12 01:00 AM
Re: win 98 users dropping mapped drives
|
ShaneEP
MM club member
   
Registered: 2002-11-29
Posts: 2127
Loc: Tulsa, OK
|
Maybe you can try something like the following so they get a fresh mapping every morning. Unless when you say "It seems to happen around the time of a lease renewal" you mean more than once a day.
code:
If Exist ("H:\*.*") USE "H:" /DELETE Endif If Exist ("S:\*.*") USE "S:" /DELETE Endif USE H: "\\Server Name\USERS\" USE S: "\\Serer Name\SHARED"
|
|
Top
|
|
|
|
#37766 - 2003-03-12 06:55 PM
Re: win 98 users dropping mapped drives
|
chase
Fresh Scripter
Registered: 2002-06-28
Posts: 22
|
What did you mean by creating 'real shares'? My Win 98 users shut down their systems every night so they do get a new mapping via the script every morning?
|
|
Top
|
|
|
|
#37769 - 2003-03-12 10:34 PM
Re: win 98 users dropping mapped drives
|
chase
Fresh Scripter
Registered: 2002-06-28
Posts: 22
|
Jack on Windows 98 users, I didn't think I could map deep therefore I only map to the users folder level. The reason is that I've tried to map Win 98 users to their respective folders before and it didn't work. However, I don't remember the code. If you have any additional comments, please let me know.
|
|
Top
|
|
|
|
#37771 - 2003-03-13 02:59 PM
Re: win 98 users dropping mapped drives
|
chase
Fresh Scripter
Registered: 2002-06-28
Posts: 22
|
I am pretty confident that I have a workable answer from M$. There are two solutions for this. First there are hotfixes for the win98 and winME desktops and second there is a command to disable the autodisconnect configuration on the server. M$ says that this will correct this problem on the win 98 and win ME desktops.
|
|
Top
|
|
|
|
#37773 - 2003-03-14 10:11 PM
Re: win 98 users dropping mapped drives
|
chase
Fresh Scripter
Registered: 2002-06-28
Posts: 22
|
I am not sure what you mean by more detail. But here is what microsoft said... When a DHCP lease is renewed, the win 98 desktop sends an encrypted password to the server. As a consequence, in our case for some reason, the server sees an expired encryption key and disconects the shares via it's autodisconnect feature.
The solution is to put the M$ 98 and ME hotfixes on the desktops. Or if the environment has many clients using 98 and ME, the autodisconnect feature can be disabled at the server by running:
net config server /autodisconnect:-1 quote:
at a command prompt. I hope this helps.
|
|
Top
|
|
|
|
#37777 - 2003-03-17 02:34 PM
Re: win 98 users dropping mapped drives
|
chase
Fresh Scripter
Registered: 2002-06-28
Posts: 22
|
Here is the only article that M$ gave me:
278558.KB.EN-US Mapped Drive Access Denied to Windows 2000-Based Server
You guys are tough. I don't think I'll ever measure up to your standards but I will try to do better next time.
|
|
Top
|
|
|
|
#37779 - 2003-03-17 06:38 PM
Re: win 98 users dropping mapped drives
|
NTDOC
Administrator
   
Registered: 2000-07-28
Posts: 11634
Loc: Space
|
Yep.. that is one of the KBs I listed above.
Mapped Drive Access Denied to Windows 2000-Based Server Microsoft Knowledge Base Article - 278558 http://support.microsoft.com/default.aspx?scid=kb;EN-US;278558
As Jens said. Not looking for you to "measure up" to any kind of standard. Just makes it easier for anyone else with the same issue if the solution or links to the solution are listed.
|
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 756 anonymous users online.
|
|
|