speckytecky Posted March 4, 2010 Posted March 4, 2010 We have a server running SIMS in a workgroup and have currently one PC from the curriculum network which connects to it - works fine when set up. I have physically mapped the drive and also set the map up as a BAT file for startup but after a reboot the mapped drive fails to show and has to be physically reset again - what am I missing:(
kmount Posted March 4, 2010 Posted March 4, 2010 What is in the batch file? How are you launching it on start up?
rh91uk Posted March 4, 2010 Posted March 4, 2010 Try net use S: /delete at the beginning of the batch file. Let me know how you get on, could you post a copy of the batch file?
speckytecky Posted March 4, 2010 Author Posted March 4, 2010 (edited) Thanks folks. My current mapdrive.bat reads: @echo off cls net use t: /d /y net use t: \\****\simsdata /<***** >:<*****> exit Edited March 4, 2010 by speckytecky
kmount Posted March 4, 2010 Posted March 4, 2010 Shove a ping -n 5 name-of-sims-server in in front of that and log the whole lot out to a text file so you can see whether it's running before the network connection is established or whatnot. 1
timzim Posted March 4, 2010 Posted March 4, 2010 Also check the error logs to see why the map failed.
glennda Posted March 4, 2010 Posted March 4, 2010 are they able to login using cached logins? if so enable wait for network at startup via gpo - you may find that they are logging in using cached settings it cannot map the drive due to the network card not being ready
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now