Error -: The user failed to get authenticated to VSYADS001, which may be caused by error KRB_ERROR_KDC_S_PRICIPAL_UNKNOWN.
For the error, it may be caused by SPN (service principal name) unknown,
which may happen when SPN was registered wrongly or wasn’t registered.
To fix the issue, please follow the below steps.
- Logon XXXADS001 and run
the command to check whether SPN krbtgt/NT Authority has been registered.
setspn -q HOST/SADS001
- If SPN krbtgt/NT Authority has not been
registered, please run the following command
setspn -s krbtgt/NT Authority SYADS001
- If SPN krbtgt/NT Authority has been registered
wrongly, please run the following command to delete and reset
setspn -d wrongname SYADS001
setspn -s krbtgt/NT Authority SYADS001