Hi all, I hope someone can shed some light on this for me. At logon my users's run the following login script
@ECHO OFF
NET TIME \\SERVERNAME /yes /set
NET USE F: \\SERVERNAME\DATA
NET USE X: \\SERVERNAME\APPS
The problem is that sporadically, they will receive an "Error 53" message when running the script. It can happen at any one of the commands. The currently all run DHPC, and I've checked all the settings on the DHCP server for correct entries, especially the WINS servers IPs and the node type.
Any ideas as to what might be causing this?
@ECHO OFF
NET TIME \\SERVERNAME /yes /set
NET USE F: \\SERVERNAME\DATA
NET USE X: \\SERVERNAME\APPS
The problem is that sporadically, they will receive an "Error 53" message when running the script. It can happen at any one of the commands. The currently all run DHPC, and I've checked all the settings on the DHCP server for correct entries, especially the WINS servers IPs and the node type.
Any ideas as to what might be causing this?