The error is being reported while running Vastool Status or Host checking from MCU.
This occurs when expected servicePrincipalName entries do not exist on the computer object in AD.
The entries are typically in this format.
servicePrincipalName: host/HOSTNAME
servicePrincipalName: host/hostname.domain
If they are missing it is usually a result of the account that was used to conduct the original join had insufficient permissions to write to the servicePrincipalName attributes. This should be corrected.
If the entries are missing they will either need to be added manually in AD, remotely from a QAS enabled host or by rejoining.
Resolution # 1 Manually in AD.
This could be done using ADSI Edit or Attribute Editor on the object properties.
Resolution # 2 This can be done using 'vastool' commands. An example is below
/opt/quest/bin/vastool -u administrator setattrs -m hostname$ serviceprincipalname host/HOSTNAME host/hostname.domain
Resolution # 3 Rejoin using an account that has sufficient permissions to write to the servicePrincipalName attribute.
Example:
/opt/quest/bin/vastool -u administrator join -f domainname
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center