|
|
![]() |
|
|
Top | #1 |
|
Overclocked Like A Mother
Joined: July 2002
Location: In front of my computer
Posts: 2,729
Reputation: 684
Power: 154 |
I am trying to figure out why, once in a while, even without rebooting, my workstations keep asking for the username/password for the mapped drives from the Win2003 file server tower. I have four mapped drives listed on the XPhome machines and when I click on one of them to open, it asks me for the username/password for the server. Is there any way to stop the continuous requests? Heeter |
|
|
|
|
|
Top | #2 |
|
Blame me for the RAZR's
Joined: March 2004
Location: Houston, Texas
Posts: 3,442
Reputation: 1240
Power: 146 |
Mine does the same but its not a bad thing in my eyes.
|
|
|
|
|
|
Top | #3 |
|
█▄█ ▀█▄ █
Joined: April 2005
Location: Massachusetts
Posts: 16,949
Reputation: 4941
Power: 305 |
Originally Posted by Heeter
It sounds to me like an authentication issue. Perhaps there is a failure in the connection at some point? When you re-authenticate, does it prompt you for local or domain credentials, and does it let you authenticate correctly?
|
|
|
|
|
|
Top | #4 |
|
Bow Down to the King
Joined: April 2002
Location: New York
Posts: 13,312
Reputation: 4090
Power: 297 |
Are you mapping these drives using a batch file upon logon?
|
|
|
|
|
|
Top | #5 |
|
OSNN Veteran Addict
Joined: January 2003
Location: Fort Worth, TX
Posts: 5,261
Reputation: 3386
Power: 199 |
What Kyn said about the drop outs.
And there are usualy security features (server, wireless, etc.) that disconnect you after an extended idle period? Make sure they are disabled. |
|
|
|
|
|
Top | #6 |
|
Overclocked Like A Mother
Joined: July 2002
Location: In front of my computer
Posts: 2,729
Reputation: 684
Power: 154 |
It prompts me for local EG: \\Filetower\\administrator. I just enter password then I am good to go.
I did not use a batch file for authentication, don't know how. Leejend, I think that it's probably my workstation, not my Server tower how do I check for that as well? Probably a firewall (third party) that locks up? Only workstations have third party firewalls, not server tower. Thanks so for your help. Heeter Heeter |
|
|
|
|
|
Top | #7 |
|
Bow Down to the King
Joined: April 2002
Location: New York
Posts: 13,312
Reputation: 4090
Power: 297 |
Using a logon script you can remap drives during login using the logon credentials. However, it sounds like a security setting (as mentioned above).
|
|
|
|
|
|
Top | #8 |
|
Overclocked Like A Mother
Joined: July 2002
Location: In front of my computer
Posts: 2,729
Reputation: 684
Power: 154 |
Madmatt, would you where I find a how-to on this? I would like to learn about this a little more.
Thanks in advance, Heeter |
|
|
|
|
|
Top | #9 |
|
Bow Down to the King
Joined: April 2002
Location: New York
Posts: 13,312
Reputation: 4090
Power: 297 |
Using Active Directory, select a user, choose properties, profile tab, logon script.
Code:
@echo off title Mapping Network Drives... @echo off Rem net use H: /home net use R: /d /y net use S: /d /y net use T: /d /y net use R: "\\greno-02\Software Distribution" net use S: "\\greno-02\Shared Documents" net use T: "\\greno-02\Drawings" |
|
|
|
|
|
Top | #10 |
|
Overclocked Like A Mother
Joined: July 2002
Location: In front of my computer
Posts: 2,729
Reputation: 684
Power: 154 |
Thanks a whole bunch, madmatt.
Now to figure out what the problem with my setup is............. Heeter |
|
|
|
|
|
Top | #11 |
|
Bow Down to the King
Joined: April 2002
Location: New York
Posts: 13,312
Reputation: 4090
Power: 297 |
Try a batch/script, see if you still have the issue.
|
|
|
|
|
|
Top | #12 |
|
OSNN Veteran Addict
Joined: January 2003
Location: Fort Worth, TX
Posts: 5,261
Reputation: 3386
Power: 199 |
Heeter
I looked at Zonealarm and XP Pro and could not find a remote access timeout function. I'll check afew others. Are you sure it's not the Server software disconnecting idle links? It seems like the most likely suspect to me. Server 2003: http://www.microsoft.com/technet/pro...ff3ff8cb7.mspx Near bottom of first pasge. Server Reg setting on timeouts. To increase profile time-out values Thought of one other possibility. If power saving on the server is on and the HD is spinning down the remote PC's may be deciding that the HD access attempt has failed and disconnecting if the combination of drive spin up time and network latency is large enough. Or the server may not be spinning up the disk for a remote access attempt. |
|
|
|
|
|
Top | #13 |
|
Overclocked Like A Mother
Joined: July 2002
Location: In front of my computer
Posts: 2,729
Reputation: 684
Power: 154 |
Hi LeeJend,
I did increase profile timeout values to no effect, also adjusted in the GPO as well. I checked the power options on the server and it is set at "Never" for the HD's. I am at a loss over here as it is still doing it. Madmatt, I am sorry but I am still confused as to what you mean by the batch file. Where do I put it? I don't have Active Directory installed yet. Should I? Shouldn't I be able to do it through the GPO? This password thing is frustrating me. Heeter |
|
|
|
|
|
Top | #14 |
|
Bow Down to the King
Joined: April 2002
Location: New York
Posts: 13,312
Reputation: 4090
Power: 297 |
No AD yet? Well once you install it you will add it to each user account you want the script to run for. You can have multiple login scripts (one for users, one for admins, etc.).
You can use GPO to run login scripts. Look under Computer Config, Windows Settings, Startup Scripts. |
|
|
|
|
|
Top | #15 |
|
Overclocked Like A Mother
Joined: July 2002
Location: In front of my computer
Posts: 2,729
Reputation: 684
Power: 154 |
Wow, Sorry Guys,
This password thing is still popping up on me when I click on a mapped drive from the workstation. Madmatt I cannot locate the "Windows Settings, Start Scripts" in the Computer Management window. I have install AD now. Any other ideas? This is getting the better of me. Just on the off chance, can my linksys router be dropping the internet/network connection for a split second? Enough for it to have to reconnect the network and ask for passwords? Do routers do that? Heeter |
|
|
|
|
|
Top | #16 |
|
█▄█ ▀█▄ █
Joined: April 2005
Location: Massachusetts
Posts: 16,949
Reputation: 4941
Power: 305 |
I don't think it's your router, although it could be possible. Here is a screenshot of where to go for login scripts, remember not local computer management, on your PDC (Primary Domain Controller) where AD is installed...
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SBS 2003 assigning mapped drives? | Heeter | Windows Server Systems | 25 | September 12th, 2007 6:58am |
| Office and Mapped Network Drives | omg its nlm | Windows Desktop Systems | 5 | January 29th, 2007 9:18pm |
| Automatically re-connect mapped drives? | saeltmarae2k | Windows Desktop Systems | 5 | August 29th, 2006 12:11am |
| what causes mapped drives to be disconnected | usghvn2002 | Windows Server Systems | 12 | March 24th, 2006 9:12pm |
| Card Reader with Mapped Drives | mattborn | General Hardware | 1 | November 19th, 2003 11:02pm |