Avatar of datatechdc
datatechdc
 asked on

pc loses connection to file server

have a 2003 file server and a xp pro machine. machine is on the domain.

there are about 25 machines on this network and all are connected to the file shares including this particular xp pro machine. this machine needs to be rebooted daily because it loses its connection or security policy blocks it from accessing the shares.

any idaes what's going on? what can i check? this is the only machine doing this.
Windows Server 2003

Avatar of undefined
Last Comment
datatechdc

8/22/2022 - Mon
markdmac

On both the client and the server issue the following command from an elevated CMD prompt:

net config server /autodisconnect:-1
rhinoceros

>>security policy blocks it from accessing the shares

In general, you should run "logon script" for mapping. The users must be able to map file server's shared folder when they logging in for any domain workstation.


For example:
#Logon.bat
net use * /d /y
net use x: \\fileserver\shared_folder1
net use y: \\fileserver\shared_folder2
net use z: \\fileserver\%username%
datatechdc

ASKER
i am using a login script for mapping, all users have the same script only this one disconnects.

i have run the net config server command, let's see if that helps
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
datatechdc

ASKER
login script is there and the autodisconnect code did not work.

any other advice?
markdmac

Is the drive disconnecting or just not mapping?
datatechdc

ASKER
its still mapped but the user gets a security message. see attached screenshot.
noconnections.png
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
rhinoceros

"noconnections.png"

This is shared folder not "mapped network drive"?
What is your script ?
The logon account have the permission to access this folder?
datatechdc

ASKER
i seem to have two batch files on my computer that are named the same and have the same information. these batch files are set to run whenever a user logs into his/her computer.

one is located under C:\WINDOWS\SYSVOL\domain\scripts

one is located under: C:\WINDOWS\SYSVOL\sysvol\TYLERdom.local\scripts

the script is:


net use T: \\TYLERSERVER\TBS /yes
net use W: \\Tylerserver\Snap4 /yes
net use X: \\Tylerserver\Snap3 /yes
net use y: \\Tylerserver\Snap2 /yes
net use z: \\Tylerserver\Snap1 /yes
rem \\TYLERSERVER\sysvol\TYLERdom.local\scripts\SBS_LOGIN_SCRIPT.bat
rhinoceros

You are still able to access Z drive (Tylerserver\Snap1) on this particular xp pro machine ?
* (Not directly access shared path)

Some of GPO will DISABLE the users directly access network resources.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
datatechdc

ASKER
I can access the Z drive after i reboot. but then i lose connection after being logged off for a few hours...in order to get back on, i have to reboot.

What should i check in GPO?
ASKER CERTIFIED SOLUTION
rhinoceros

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
datatechdc

ASKER
the fixit didnt work, i will try rejoining it to the domain
datatechdc

ASKER
rejoining to the domain also did not work.

is there something else i can try?
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.