# /opt/likewise/bin/domainjoin-cli queryError: LW_ERROR_ACCESS_DENIED [code 0x00009cde]
Incorrect access attempt
he node didn't join any Active DirectoryVMware vCenter Server 7.0.x
VMware vCenter Server 8.0.x
The AD domain account used to join AD domain is disabled.
/opt/likewise/bin/domainjoin-cli --loglevel verbose --logfile /var/log/domain.log join <domain> <ad-domain-user>
It has the below similar output:
Joining to AD Domain: <domain>With Computer DNS Name: <dc-fqdn><ad-domain-user>'s password:Error: LW_ERROR_ACCOUNT_DISABLED [code 0x00009c78]The user account is disabled
If the domain user account is enabled in Active Directory (AD) but the domain join operation still fails with the error:
"ERROR_ACCESS_DENIED" [Code: 0x00000005],
Then it is recommended to verify the object-level permissions for the user account in AD.
Open Active Directory Users and Computers.
Locate the object (user, group, computer, or OU) for which you want to modify permissions.
Right-click the object and select Properties.
Go to the Security tab. (If the Security tab is missing, enable "Advanced Features" in the ADUC View menu.)
Click user or group to whom you wish to assign permissions.
Select the user/group in the list, then check the desired permissions (e.g., Read, Write, Full Control) for that object.
If the required permissions are missing, assign them accordingly. After correcting the permissions, re-attempt the domain join.