Skip to content

Commit bb19d39

Browse files
authored
update
1 parent a3b9c0d commit bb19d39

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

support/windows-server/active-directory/status-code-0x32-cannot-join-domain.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ You fail to join a domain and receive one of the following error messages:
2525
When 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

4343
Here's more information about the error code:

0 commit comments

Comments
 (0)