@@ -25,19 +25,19 @@ You fail to join a domain and receive one of the following error messages:
2525When you check the ** NetSetup.log** file, you see the following entries:
2626
2727``` output
28- mm/dd/yyyy hh:mm:ss:ms NetpDsGetDcName: failed to find a DC having account 'CLIENT101$': 0x525, last error is 0x0
29- mm/dd/yyyy hh:mm:ss:ms NetpDsGetDcName: status of verifying DNS A record name resolution for 'AdatumDC2.adatum.com': 0x0
30- mm/dd/yyyy hh:mm:ss:ms NetpDsGetDcName: found DC '\\AdatumDC2.adatum.com' in the specified domain
31- mm/dd/yyyy hh:mm:ss:ms NetpJoinDomainOnDs: NetpDsGetDcName returned: 0x0
32- mm/dd/yyyy hh:mm:ss:ms NetpDisableIDNEncoding: using FQDN adatum.com from dcinfo
33- mm/dd/yyyy hh:mm:ss:ms NetpDisableIDNEncoding: DnsDisableIdnEncoding(UNTILREBOOT) on 'adatum.com' succeeded
34- mm/dd/yyyy hh:mm:ss:ms NetpJoinDomainOnDs: NetpDisableIDNEncoding returned: 0x0
35- mm/dd/yyyy hh:mm:ss:ms NetUseAdd to \\AdatumDC2.adatum.com\IPC$ returned 50
36- mm/dd/yyyy hh:mm:ss:ms NetpJoinDomainOnDs: status of connecting to dc '\\AdatumDC2.adatum.com': 0x32
37- mm/dd/yyyy hh:mm:ss:ms NetpJoinDomainOnDs: Function exits with status of: 0x32
38- mm/dd/yyyy hh:mm:ss:ms NetpResetIDNEncoding: DnsDisableIdnEncoding(RESETALL) on 'adatum.com' returned 0x0
39- mm/dd/yyyy hh:mm:ss:ms NetpJoinDomainOnDs: NetpResetIDNEncoding on 'adatum.com': 0x0
40- mm/dd/yyyy hh:mm:ss:ms NetpDoDomainJoin: status: 0x32
28+ NetpDsGetDcName: failed to find a DC having account 'CLIENT101$': 0x525, last error is 0x0
29+ NetpDsGetDcName: status of verifying DNS A record name resolution for 'AdatumDC2.adatum.com': 0x0
30+ NetpDsGetDcName: found DC '\\AdatumDC2.adatum.com' in the specified domain
31+ NetpJoinDomainOnDs: NetpDsGetDcName returned: 0x0
32+ NetpDisableIDNEncoding: using FQDN adatum.com from dcinfo
33+ NetpDisableIDNEncoding: DnsDisableIdnEncoding(UNTILREBOOT) on 'adatum.com' succeeded
34+ NetpJoinDomainOnDs: NetpDisableIDNEncoding returned: 0x0
35+ NetUseAdd to \\AdatumDC2.adatum.com\IPC$ returned 50
36+ NetpJoinDomainOnDs: status of connecting to dc '\\AdatumDC2.adatum.com': 0x32
37+ NetpJoinDomainOnDs: Function exits with status of: 0x32
38+ NetpResetIDNEncoding: DnsDisableIdnEncoding(RESETALL) on 'adatum.com' returned 0x0
39+ NetpJoinDomainOnDs: NetpResetIDNEncoding on 'adatum.com': 0x0
40+ NetpDoDomainJoin: status: 0x32
4141```
4242
4343Here's more information about the error code:
0 commit comments