egiroux
Posts: 178
Score: 4 Joined: 4/4/2006 From: Portland, Maine Status: offline
|
I've done some more testing and narrowed this down a little futher. By watching exactly when the errors start popping up, it looks like it's happening during the AutoAdminLogon process after every reboot in my task sequence, starting with the first AutoAdminLogon after XP installs. I believe when the wizard is trying to re-connect to the deployment share it's causing the problem. Here's an excerpt from my LiteTouch.log: DeploymentMethod = UNC Validating connection to \\SERVER\Distribution$ FindFile: The file OSDConnectToUNC.exe could not be found in any standard locations. Mapped Network UNC Path Z: = \\SERVER\Distribution$ Successfully established connection using supplied credentials. Validating connection to \\SERVER\Distribution$ Already connected to server SERVER I believe on the 2nd line where it's testing the connection, it's doing so with the credentals of the current user %COMPUTERNAME%\administrator and not just once, but many times. It then appears to map the drive using the credentials entered early on in the wizard. Going through the event log on the server, it tries the administrator account with the local account password 4 times, then the account locks out, then it tries and fails to authenticate exactly 20 more times. I then see 1 second later in the security log where my domain ID successfully authenticates to the server. This happens every time there is a reboot in the task sequence and the machine starts up and logs back on. There is no indication of a problem on the new build, just the account getting locked out on the server. One thing I should point out is that when I run the Lite Touch wizard, I'm giving it my own domain ID and password which has administrative rights to the server and access to a separate LAN share that applications get loaded from later in the task sequence. I'm also logged on with my ID from another workstation and connected to the build server watching the logs. Should I be using a separate ID for the lite touch wizard to use to authenticate to the build server?
|