TS does not add Windows XP to domain, works fine with Windows 7
This has been driving me crazy for almost a month and any advice would be much appreciated. I am running through a task sequence that applies a "gold" Win XP SP3 image and adds it to our domain using a service account in the Apply Network Settings step. During mini-setup, I can see it tries to add the machine, but it fails every time and defaults to WORKGROUP. Our Windows 7 task sequence uses the same service account and works perfectly, so I don't believe it is an issue with account permissions. We have double and triple-checked the password in the XP sequence, still nothing. I've tried using a custom sysprep.inf file, no dice. I've even duplicated the working Win7 sequence, replaced the image in Apply OS with our WinXP image, and it still fails. It appears that network drivers are being applied because after mini-setup the task sequence resumes with a proper IP address and continues downloading and installing packages. Here are the results of my netsetup.log: 05/11 16:03:40 ----------------------------------------------------------------- 05/11 16:03:40 NetpValidateName: checking to see if 'WORKGROUP' is valid as type 2 name 05/11 16:03:40 NetpCheckNetBiosNameNotInUse: for 'WORKGROUP' returned: 0x858 05/11 16:03:40 NetpCheckNetBiosNameNotInUse for 'WORKGROUP' [ Workgroup as MACHINE] returned 0x858 05/11 16:03:40 NetpValidateName: name 'WORKGROUP' is valid for type 2 05/11 16:03:40 ----------------------------------------------------------------- 05/11 16:03:40 NetpValidateName: checking to see if 'WORKGROUP' is valid as type 2 name 05/11 16:03:40 NetpCheckNetBiosNameNotInUse: for 'WORKGROUP' returned: 0x858 05/11 16:03:40 NetpCheckNetBiosNameNotInUse for 'WORKGROUP' [ Workgroup as MACHINE] returned 0x858 05/11 16:03:40 NetpValidateName: name 'WORKGROUP' is valid for type 2 05/11 16:03:40 ----------------------------------------------------------------- 05/11 16:03:40 NetpValidateName: checking to see if 'WORKGROUP' is valid as type 2 name 05/11 16:03:40 NetpCheckNetBiosNameNotInUse: for 'WORKGROUP' returned: 0x858 05/11 16:03:40 NetpCheckNetBiosNameNotInUse for 'WORKGROUP' [ Workgroup as MACHINE] returned 0x858 05/11 16:03:40 NetpValidateName: name 'WORKGROUP' is valid for type 2 05/11 16:03:40 ----------------------------------------------------------------- 05/11 16:03:40 NetpDoDomainJoin 05/11 16:03:40 NetpMachineValidToJoin: 'MININT-LO57HKU' 05/11 16:03:40 NetpGetLsaPrimaryDomain: status: 0x0 05/11 16:03:40 NetpMachineValidToJoin: status: 0x0 05/11 16:03:40 NetpJoinWorkgroup: joining computer 'MININT-LO57HKU' to workgroup 'WORKGROUP' 05/11 16:03:40 NetpValidateName: checking to see if 'WORKGROUP' is valid as type 2 name 05/11 16:03:40 NetpCheckNetBiosNameNotInUse: for 'WORKGROUP' returned: 0x858 05/11 16:03:40 NetpCheckNetBiosNameNotInUse for 'WORKGROUP' [ Workgroup as MACHINE] returned 0x858 05/11 16:03:40 NetpValidateName: name 'WORKGROUP' is valid for type 2 05/11 16:03:40 NetpSetLsaPrimaryDomain: for 'WORKGROUP' status: 0x0 05/11 16:03:40 NetpControlServices: open service 'NETLOGON' failed: 0x424 05/11 16:03:40 NetpJoinWorkgroup: status: 0x0 05/11 16:03:40 NetpDoDomainJoin: status: 0x0 05/11 16:03:49 ----------------------------------------------------------------- 05/11 16:03:49 NetpValidateName: checking to see if 'MININT-LO57HKU' is valid as type 1 name 05/11 16:03:49 NetpCheckNetBiosNameNotInUse for 'MININT-LO57HKU' [MACHINE] returned 0x0 05/11 16:03:49 NetpValidateName: name 'MININT-LO57HKU' is valid for type 1 05/11 16:03:49 ----------------------------------------------------------------- 05/11 16:03:49 NetpValidateName: checking to see if 'workgroup' is valid as type 2 name 05/11 16:03:49 NetpCheckNetBiosNameNotInUse for 'WORKGROUP' [ Workgroup as MACHINE] returned 0x0 05/11 16:03:49 NetpValidateName: name 'WORKGROUP' is valid for type 2 05/11 16:03:49 ----------------------------------------------------------------- 05/11 16:03:49 NetpValidateName: checking to see if 'workgroup' is valid as type 2 name 05/11 16:03:49 NetpCheckNetBiosNameNotInUse for 'WORKGROUP' [ Workgroup as MACHINE] returned 0x0 05/11 16:03:49 NetpValidateName: name 'WORKGROUP' is valid for type 2 05/11 16:03:49 ----------------------------------------------------------------- 05/11 16:03:49 NetpValidateName: checking to see if 'workgroup' is valid as type 2 name 05/11 16:03:49 NetpCheckNetBiosNameNotInUse for 'WORKGROUP' [ Workgroup as MACHINE] returned 0x0 05/11 16:03:49 NetpValidateName: name 'WORKGROUP' is valid for type 2 05/11 16:03:49 ----------------------------------------------------------------- 05/11 16:03:49 NetpDoDomainJoin 05/11 16:03:49 NetpMachineValidToJoin: 'MININT-LO57HKU' 05/11 16:03:49 NetpGetLsaPrimaryDomain: status: 0x0 05/11 16:03:49 NetpMachineValidToJoin: status: 0x0 05/11 16:03:49 NetpJoinWorkgroup: joining computer 'MININT-LO57HKU' to workgroup 'workgroup' 05/11 16:03:49 NetpValidateName: checking to see if 'workgroup' is valid as type 2 name 05/11 16:03:49 NetpCheckNetBiosNameNotInUse for 'WORKGROUP' [ Workgroup as MACHINE] returned 0x0 05/11 16:03:49 NetpValidateName: name 'WORKGROUP' is valid for type 2 05/11 16:03:49 NetpSetLsaPrimaryDomain: for 'WORKGROUP' status: 0x0 05/11 16:03:49 NetpJoinWorkgroup: status: 0x0 05/11 16:03:49 NetpDoDomainJoin: status: 0x0 06/29 16:43:59 ----------------------------------------------------------------- 06/29 16:43:59 NetpValidateName: checking to see if 'WORKGROUP' is valid as type 2 name 06/29 16:43:59 NetpCheckNetBiosNameNotInUse for 'WORKGROUP' [ Workgroup as MACHINE] returned 0x0 06/29 16:43:59 NetpValidateName: name 'WORKGROUP' is valid for type 2 06/29 16:43:59 ----------------------------------------------------------------- 06/29 16:43:59 NetpValidateName: checking to see if 'WORKGROUP' is valid as type 2 name 06/29 16:43:59 NetpCheckNetBiosNameNotInUse for 'WORKGROUP' [ Workgroup as MACHINE] returned 0x0 06/29 16:43:59 NetpValidateName: name 'WORKGROUP' is valid for type 2 06/29 16:43:59 ----------------------------------------------------------------- 06/29 16:43:59 NetpValidateName: checking to see if 'WORKGROUP' is valid as type 2 name 06/29 16:43:59 NetpCheckNetBiosNameNotInUse for 'WORKGROUP' [ Workgroup as MACHINE] returned 0x0 06/29 16:43:59 NetpValidateName: name 'WORKGROUP' is valid for type 2 06/29 16:43:59 ----------------------------------------------------------------- 06/29 16:43:59 NetpDoDomainJoin 06/29 16:43:59 NetpMachineValidToJoin: 'HR-NEWBEN-L' 06/29 16:43:59 NetpGetLsaPrimaryDomain: status: 0x0 06/29 16:43:59 NetpMachineValidToJoin: status: 0x0 06/29 16:43:59 NetpJoinWorkgroup: joining computer 'HR-NEWBEN-L' to workgroup 'WORKGROUP' 06/29 16:43:59 NetpValidateName: checking to see if 'WORKGROUP' is valid as type 2 name 06/29 16:43:59 NetpCheckNetBiosNameNotInUse for 'WORKGROUP' [ Workgroup as MACHINE] returned 0x0 06/29 16:43:59 NetpValidateName: name 'WORKGROUP' is valid for type 2 06/29 16:43:59 NetpSetLsaPrimaryDomain: for 'WORKGROUP' status: 0x0 06/29 16:43:59 NetpJoinWorkgroup: status: 0x0 06/29 16:43:59 NetpDoDomainJoin: status: 0x0 06/29 16:44:12 ----------------------------------------------------------------- 06/29 16:44:12 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:12 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:12 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:12 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:12 ----------------------------------------------------------------- 06/29 16:44:12 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:12 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:13 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:13 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:13 ----------------------------------------------------------------- 06/29 16:44:13 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:13 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:13 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:13 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:13 ----------------------------------------------------------------- 06/29 16:44:13 NetpDoDomainJoin 06/29 16:44:13 NetpMachineValidToJoin: 'HR-NEWBEN-L' 06/29 16:44:13 NetpGetLsaPrimaryDomain: status: 0x0 06/29 16:44:13 NetpMachineValidToJoin: status: 0x0 06/29 16:44:13 NetpJoinDomain 06/29 16:44:13 Machine: HR-NEWBEN-L 06/29 16:44:13 Domain: <domain.com> 06/29 16:44:13 MachineAccountOU: <OU=Staging,DC=domain,DC=com> 06/29 16:44:13 Account: <domain\user> 06/29 16:44:13 Options: 0x40001 06/29 16:44:13 OS Version: 5.1 06/29 16:44:13 Build number: 2600 06/29 16:44:13 ServicePack: Service Pack 3 06/29 16:44:13 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:13 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:13 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:13 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:13 NetpDsGetDcName: trying to find DC in domain '<domain.com>', flags: 0x1020 06/29 16:44:13 NetpDsGetDcName: found DC '\\PGH-DCW-01.<domain.com>' in the specified domain 06/29 16:44:13 NetUseAdd to \\PGH-DCW-01.<domain.com>\IPC$ returned 1326 06/29 16:44:13 Trying add to \\PGH-DCW-01.<domain.com>\IPC$ using NULL Session 06/29 16:44:13 NetpJoinDomain: status of connecting to dc '\\PGH-DCW-01.<domain.com>': 0x0 06/29 16:44:13 NetpGetLsaPrimaryDomain: status: 0x0 06/29 16:44:13 NetpGetDnsHostName: Read NV Hostname: HR-NEWBEN-L 06/29 16:44:13 NetpGetDnsHostName: PrimaryDnsSuffix defaulted to DNS domain name: <domain.com> 06/29 16:44:13 NetpLsaOpenSecret: status: 0xc0000034 06/29 16:44:13 SamConnect to \\PGH-DCW-01.<domain.com> failed with 0xc0000022 06/29 16:44:13 NetpJoinDomain: status of setting machine password: 0x5 06/29 16:44:13 NetpJoinDomain: initiaing a rollback due to earlier errors 06/29 16:44:13 NetpLsaOpenSecret: status: 0x0 06/29 16:44:13 NetpJoinDomain: rollback: status of deleting secret: 0x0 06/29 16:44:13 NetpJoinDomain: status of disconnecting from '\\PGH-DCW-01.<domain.com>': 0x0 06/29 16:44:13 NetpDoDomainJoin: status: 0x5 06/29 16:44:23 ----------------------------------------------------------------- 06/29 16:44:23 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:23 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:23 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:23 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:23 ----------------------------------------------------------------- 06/29 16:44:23 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:23 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:23 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:23 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:23 ----------------------------------------------------------------- 06/29 16:44:23 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:23 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:23 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:23 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:23 ----------------------------------------------------------------- 06/29 16:44:23 NetpDoDomainJoin 06/29 16:44:23 NetpMachineValidToJoin: 'HR-NEWBEN-L' 06/29 16:44:23 NetpGetLsaPrimaryDomain: status: 0x0 06/29 16:44:23 NetpMachineValidToJoin: status: 0x0 06/29 16:44:23 NetpJoinDomain 06/29 16:44:23 Machine: HR-NEWBEN-L 06/29 16:44:23 Domain: <domain.com> 06/29 16:44:23 MachineAccountOU: <OU=Staging,DC=domain,DC=com> 06/29 16:44:23 Account: <domain\user> 06/29 16:44:23 Options: 0x40001 06/29 16:44:23 OS Version: 5.1 06/29 16:44:23 Build number: 2600 06/29 16:44:23 ServicePack: Service Pack 3 06/29 16:44:23 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:23 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:24 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:24 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:24 NetpDsGetDcName: trying to find DC in domain '<domain.com>', flags: 0x1020 06/29 16:44:24 NetpDsGetDcName: found DC '\\PGH-DCW-01.<domain.com>' in the specified domain 06/29 16:44:24 NetUseAdd to \\PGH-DCW-01.<domain.com>\IPC$ returned 1326 06/29 16:44:24 Trying add to \\PGH-DCW-01.<domain.com>\IPC$ using NULL Session 06/29 16:44:24 NetpJoinDomain: status of connecting to dc '\\PGH-DCW-01.<domain.com>': 0x0 06/29 16:44:24 NetpGetLsaPrimaryDomain: status: 0x0 06/29 16:44:24 NetpGetDnsHostName: Read NV Hostname: HR-NEWBEN-L 06/29 16:44:24 NetpGetDnsHostName: PrimaryDnsSuffix defaulted to DNS domain name: <domain.com> 06/29 16:44:24 NetpLsaOpenSecret: status: 0xc0000034 06/29 16:44:24 SamConnect to \\PGH-DCW-01.<domain.com> failed with 0xc0000022 06/29 16:44:24 NetpJoinDomain: status of setting machine password: 0x5 06/29 16:44:24 NetpJoinDomain: initiaing a rollback due to earlier errors 06/29 16:44:24 NetpLsaOpenSecret: status: 0x0 06/29 16:44:24 NetpJoinDomain: rollback: status of deleting secret: 0x0 06/29 16:44:24 NetpJoinDomain: status of disconnecting from '\\PGH-DCW-01.<domain.com>': 0x0 06/29 16:44:24 NetpDoDomainJoin: status: 0x5 06/29 16:44:34 ----------------------------------------------------------------- 06/29 16:44:34 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:34 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:34 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:34 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:34 ----------------------------------------------------------------- 06/29 16:44:34 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:34 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:34 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:34 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:34 ----------------------------------------------------------------- 06/29 16:44:34 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:34 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:34 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:34 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:34 ----------------------------------------------------------------- 06/29 16:44:34 NetpDoDomainJoin 06/29 16:44:34 NetpMachineValidToJoin: 'HR-NEWBEN-L' 06/29 16:44:34 NetpGetLsaPrimaryDomain: status: 0x0 06/29 16:44:34 NetpMachineValidToJoin: status: 0x0 06/29 16:44:34 NetpJoinDomain 06/29 16:44:34 Machine: HR-NEWBEN-L 06/29 16:44:34 Domain: <domain.com> 06/29 16:44:34 MachineAccountOU: <OU=Staging,DC=domain,DC=com> 06/29 16:44:34 Account: <domain\user> 06/29 16:44:34 Options: 0x40001 06/29 16:44:34 OS Version: 5.1 06/29 16:44:34 Build number: 2600 06/29 16:44:34 ServicePack: Service Pack 3 06/29 16:44:34 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:34 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:34 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:34 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:34 NetpDsGetDcName: trying to find DC in domain '<domain.com>', flags: 0x1020 06/29 16:44:34 NetpDsGetDcName: found DC '\\PGH-DCW-04.<domain.com>' in the specified domain 06/29 16:44:34 NetUseAdd to \\PGH-DCW-04.<domain.com>\IPC$ returned 1326 06/29 16:44:34 Trying add to \\PGH-DCW-04.<domain.com>\IPC$ using NULL Session 06/29 16:44:34 NetpJoinDomain: status of connecting to dc '\\PGH-DCW-04.<domain.com>': 0x0 06/29 16:44:34 NetpGetLsaPrimaryDomain: status: 0x0 06/29 16:44:34 NetpGetDnsHostName: Read NV Hostname: HR-NEWBEN-L 06/29 16:44:34 NetpGetDnsHostName: PrimaryDnsSuffix defaulted to DNS domain name: <domain.com> 06/29 16:44:34 NetpLsaOpenSecret: status: 0xc0000034 06/29 16:44:34 SamConnect to \\PGH-DCW-04.<domain.com> failed with 0xc0000022 06/29 16:44:34 NetpJoinDomain: status of setting machine password: 0x5 06/29 16:44:34 NetpJoinDomain: initiaing a rollback due to earlier errors 06/29 16:44:34 NetpLsaOpenSecret: status: 0x0 06/29 16:44:34 NetpJoinDomain: rollback: status of deleting secret: 0x0 06/29 16:44:34 NetpJoinDomain: status of disconnecting from '\\PGH-DCW-04.<domain.com>': 0x0 06/29 16:44:34 NetpDoDomainJoin: status: 0x5 06/29 16:44:44 ----------------------------------------------------------------- 06/29 16:44:44 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:44 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:44 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:44 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:44 ----------------------------------------------------------------- 06/29 16:44:44 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:44 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:45 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:45 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:45 ----------------------------------------------------------------- 06/29 16:44:45 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:45 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:45 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:45 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:45 ----------------------------------------------------------------- 06/29 16:44:45 NetpDoDomainJoin 06/29 16:44:45 NetpMachineValidToJoin: 'HR-NEWBEN-L' 06/29 16:44:45 NetpGetLsaPrimaryDomain: status: 0x0 06/29 16:44:45 NetpMachineValidToJoin: status: 0x0 06/29 16:44:45 NetpJoinDomain 06/29 16:44:45 Machine: HR-NEWBEN-L 06/29 16:44:45 Domain: <domain.com> 06/29 16:44:45 MachineAccountOU: <OU=Staging,DC=domain,DC=com> 06/29 16:44:45 Account: <domain\user> 06/29 16:44:45 Options: 0x40003 06/29 16:44:45 OS Version: 5.1 06/29 16:44:45 Build number: 2600 06/29 16:44:45 ServicePack: Service Pack 3 06/29 16:44:45 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:45 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:45 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:45 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:45 NetpDsGetDcName: trying to find DC in domain '<domain.com>', flags: 0x1020 06/29 16:44:45 NetpDsGetDcName: found DC '\\PGH-DCW-01.<domain.com>' in the specified domain 06/29 16:44:45 NetUseAdd to \\PGH-DCW-01.<domain.com>\IPC$ returned 1326 06/29 16:44:45 NetpJoinDomain: status of connecting to dc '\\PGH-DCW-01.<domain.com>': 0x52e 06/29 16:44:45 NetpDoDomainJoin: status: 0x52e 06/29 16:44:55 ----------------------------------------------------------------- 06/29 16:44:55 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:55 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:55 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:55 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:55 ----------------------------------------------------------------- 06/29 16:44:55 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:55 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:55 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:55 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:55 ----------------------------------------------------------------- 06/29 16:44:55 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:55 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:55 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:55 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:55 ----------------------------------------------------------------- 06/29 16:44:55 NetpDoDomainJoin 06/29 16:44:55 NetpMachineValidToJoin: 'HR-NEWBEN-L' 06/29 16:44:55 NetpGetLsaPrimaryDomain: status: 0x0 06/29 16:44:55 NetpMachineValidToJoin: status: 0x0 06/29 16:44:55 NetpJoinDomain 06/29 16:44:55 Machine: HR-NEWBEN-L 06/29 16:44:55 Domain: <domain.com> 06/29 16:44:55 MachineAccountOU: <OU=Staging,DC=domain,DC=com> 06/29 16:44:55 Account: <domain\user> 06/29 16:44:55 Options: 0x40003 06/29 16:44:55 OS Version: 5.1 06/29 16:44:55 Build number: 2600 06/29 16:44:55 ServicePack: Service Pack 3 06/29 16:44:55 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:44:55 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:44:55 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:44:55 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:44:55 NetpDsGetDcName: trying to find DC in domain '<domain.com>', flags: 0x1020 06/29 16:44:55 NetpDsGetDcName: found DC '\\PGH-DCW-04.<domain.com>' in the specified domain 06/29 16:44:55 NetUseAdd to \\PGH-DCW-04.<domain.com>\IPC$ returned 1326 06/29 16:44:55 NetpJoinDomain: status of connecting to dc '\\PGH-DCW-04.<domain.com>': 0x52e 06/29 16:44:55 NetpDoDomainJoin: status: 0x52e 06/29 16:45:05 ----------------------------------------------------------------- 06/29 16:45:05 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:45:05 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:45:06 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:45:06 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:45:06 ----------------------------------------------------------------- 06/29 16:45:06 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:45:06 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:45:06 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:45:06 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:45:06 ----------------------------------------------------------------- 06/29 16:45:06 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:45:06 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:45:06 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:45:06 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:45:06 ----------------------------------------------------------------- 06/29 16:45:06 NetpDoDomainJoin 06/29 16:45:06 NetpMachineValidToJoin: 'HR-NEWBEN-L' 06/29 16:45:06 NetpGetLsaPrimaryDomain: status: 0x0 06/29 16:45:06 NetpMachineValidToJoin: status: 0x0 06/29 16:45:06 NetpJoinDomain 06/29 16:45:06 Machine: HR-NEWBEN-L 06/29 16:45:06 Domain: <domain.com> 06/29 16:45:06 MachineAccountOU: <OU=Staging,DC=domain,DC=com> 06/29 16:45:06 Account: <domain\user> 06/29 16:45:06 Options: 0x40003 06/29 16:45:06 OS Version: 5.1 06/29 16:45:06 Build number: 2600 06/29 16:45:06 ServicePack: Service Pack 3 06/29 16:45:06 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:45:06 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:45:06 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:45:06 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:45:06 NetpDsGetDcName: trying to find DC in domain '<domain.com>', flags: 0x1020 06/29 16:45:06 NetpDsGetDcName: found DC '\\PGH-DCW-03.<domain.com>' in the specified domain 06/29 16:45:06 NetUseAdd to \\PGH-DCW-03.<domain.com>\IPC$ returned 1326 06/29 16:45:06 NetpJoinDomain: status of connecting to dc '\\PGH-DCW-03.<domain.com>': 0x52e 06/29 16:45:06 NetpDoDomainJoin: status: 0x52e 06/29 16:45:16 ----------------------------------------------------------------- 06/29 16:45:16 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:45:16 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:45:16 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:45:16 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:45:16 ----------------------------------------------------------------- 06/29 16:45:16 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:45:16 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:45:16 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:45:16 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:45:16 ----------------------------------------------------------------- 06/29 16:45:16 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:45:16 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:45:16 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:45:16 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:45:16 ----------------------------------------------------------------- 06/29 16:45:16 NetpDoDomainJoin 06/29 16:45:16 NetpMachineValidToJoin: 'HR-NEWBEN-L' 06/29 16:45:16 NetpGetLsaPrimaryDomain: status: 0x0 06/29 16:45:16 NetpMachineValidToJoin: status: 0x0 06/29 16:45:16 NetpJoinDomain 06/29 16:45:16 Machine: HR-NEWBEN-L 06/29 16:45:16 Domain: <domain.com> 06/29 16:45:16 MachineAccountOU: <OU=Staging,DC=domain,DC=com> 06/29 16:45:16 Account: <domain\user> 06/29 16:45:16 Options: 0x40003 06/29 16:45:16 OS Version: 5.1 06/29 16:45:16 Build number: 2600 06/29 16:45:16 ServicePack: Service Pack 3 06/29 16:45:16 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:45:16 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:45:16 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:45:16 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:45:16 NetpDsGetDcName: trying to find DC in domain '<domain.com>', flags: 0x1020 06/29 16:45:16 NetpDsGetDcName: found DC '\\PGH-DCW-04.<domain.com>' in the specified domain 06/29 16:45:16 NetUseAdd to \\PGH-DCW-04.<domain.com>\IPC$ returned 1326 06/29 16:45:16 NetpJoinDomain: status of connecting to dc '\\PGH-DCW-04.<domain.com>': 0x52e 06/29 16:45:16 NetpDoDomainJoin: status: 0x52e 06/29 16:45:26 ----------------------------------------------------------------- 06/29 16:45:26 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:45:26 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:45:27 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:45:27 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:45:27 ----------------------------------------------------------------- 06/29 16:45:27 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:45:27 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:45:27 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:45:27 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:45:27 ----------------------------------------------------------------- 06/29 16:45:27 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:45:27 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:45:27 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:45:27 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:45:27 ----------------------------------------------------------------- 06/29 16:45:27 NetpDoDomainJoin 06/29 16:45:27 NetpMachineValidToJoin: 'HR-NEWBEN-L' 06/29 16:45:27 NetpGetLsaPrimaryDomain: status: 0x0 06/29 16:45:27 NetpMachineValidToJoin: status: 0x0 06/29 16:45:27 NetpJoinDomain 06/29 16:45:27 Machine: HR-NEWBEN-L 06/29 16:45:27 Domain: <domain.com> 06/29 16:45:27 MachineAccountOU: <OU=Staging,DC=domain,DC=com> 06/29 16:45:27 Account: <domain\user> 06/29 16:45:27 Options: 0x40003 06/29 16:45:27 OS Version: 5.1 06/29 16:45:27 Build number: 2600 06/29 16:45:27 ServicePack: Service Pack 3 06/29 16:45:27 NetpValidateName: checking to see if '<domain.com>' is valid as type 3 name 06/29 16:45:27 NetpValidateName: '<domain.com>' is not a valid NetBIOS domain name: 0x7b 06/29 16:45:27 NetpCheckDomainNameIsValid [ Exists ] for '<domain.com>' returned 0x0 06/29 16:45:27 NetpValidateName: name '<domain.com>' is valid for type 3 06/29 16:45:27 NetpDsGetDcName: trying to find DC in domain '<domain.com>', flags: 0x1020 06/29 16:45:27 NetpDsGetDcName: found DC '\\PGH-DCW-01.<domain.com>' in the specified domain 06/29 16:45:27 NetUseAdd to \\PGH-DCW-01.<domain.com>\IPC$ returned 1326 06/29 16:45:27 NetpJoinDomain: status of connecting to dc '\\PGH-DCW-01.<domain.com>': 0x52e 06/29 16:45:27 NetpDoDomainJoin: status: 0x52e Any idas? Thanks.
June 29th, 2011 1:05pm

Hi, According to your log file: NetUseAdd to \\PGH-DCW-01.<domain.com>\IPC$ returned 1326 As far as I recall "1326" means: "Logon failure: unknown user name or bad password".
Free Windows Admin Tool Kit Click here and download it now
June 29th, 2011 2:02pm

Hi, According to your log file: NetUseAdd to \\PGH-DCW-01.<domain.com>\IPC$ returned 1326 As far as I recall "1326" means: "Logon failure: unknown user name or bad password". I forgot to mention that I looked up error 1326 as well, so I tried to rule out an incorrect password. If it works fine for Windows 7, why would it fail on a duplicated task sequence?
June 29th, 2011 2:45pm

Does the machine already have an account in the domain at the time of deployment? Do you still get the same issue on a bare metal install for XP? 1326 is definitely a "Logon failure: unknown user name or bad password.". Have you tried another Domain Admin account just to see if it works?
Free Windows Admin Tool Kit Click here and download it now
June 30th, 2011 9:27am

Hi, I concur with Jeff. Error code 1326 means “Logon failure: unknown user name or bad password.” If you see error 1326 in netsetup.log then this authentication failed issue could be wrong password or user specified for adding machine to domain. Or the machine account already exist in AD. Please verify that the password specified in Task Sequence for adding machine in domain was right. Also please check if there is already one machine in DC with that name. If so, please delete the old computer account from domain and run the task sequence again . Regards, Sabrina This posting is provided "AS IS" with no warranties or guarantees, and confers no rights. |Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
July 4th, 2011 5:25am

Hi there, I know this was almost a year ago but I wondered if / how you ever resolved this. I've got exactly the same issue. W7 joins the domain fine but XP with the same service account fails. Checked all passwords etc. The netsetup.log shows the correct account is being used and that the OU is valid. The only other difference I'm seeing is mine dies with 06/21 10:37:53 NetUseAdd to \\abc123.abc.com\IPC$ returned 1909 06/21 10:37:53 NetpJoinDomain: status of connecting to dc '\\abc123.abc.com': 0x775 06/21 10:37:53 NetpDoDomainJoin: status: 0x775 Cheers Simon
Free Windows Admin Tool Kit Click here and download it now
June 26th, 2012 5:21pm

Hi Simon, I think the problem was that the domain join account password contained some invalid/escape characters that Windows XP minisetup had trouble passing, which caused the domain join to fail. We stripped out some of the suspect characters from the password and this fixed the problem.
June 26th, 2012 5:39pm

Hi Nick I think that was my problem aswell. Used a different account with a less complex password and it seems to be fine. Cheers Simon
Free Windows Admin Tool Kit Click here and download it now
June 27th, 2012 5:10pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics