|
Well first off, I am running 4.22. The workstations that are crashing are XP SP1 machines (No I do not have SP2 installed on them).
For login Scripts I have "Run Login Scripts Synchronusly" set as a group policy so that the login script runs before any other software.
When my machines are all crashing at the same place on an individual basis. For instance one of my machines ALWAYS crashes at one printer instance
Either
IF INGROUP("LaserJET 4000") IF ADDPRINTERCONNECTION ("\\"+$srvr4+"\4000")=0 AT (21, $startline) "40." $startline = $startline + 1 ENDIF ENDIF
Or
IF DELPRINTERCONNECTION ("\\"+$srvr4+"\4000")=0 AT (20,$startline) "OF." $startline=$startline + 3 ENDIF
I have no problems with the exact same login script for any other users when it comes to my hp4000 printer. But that one user on that one machine will constantly reboot when it comes to that printer. If I remove that part of the login script that one user logs in fine. But if I log into that machine it works perfectly fine when it comes to that printer.
I understand that this has to be a conflict somewhere, but I just can't figure it out. All of my users are using roaming profiles. All of my users get their printers mapped from the login script. This is happening with three of my users right now.
If I surround the code with
IF @userid <> "effecteduser" ENDIF
that user can log in fine.
After looking at msconfig to see what's loading, the only things that I can see are the scanner driver and PalmOne.
If anyone has any ideas about this please feel free...
-Al
|