Hi,
It looks like a wrongly registered SPN issue. I am posing the resolution found from Microsoft reference as below:
To resolve this issue, the service principal name must be searched for and removed from the alternative account, and then it must be added to the correct account in Active Directory. To do that, follow these steps:
- At an elevated command prompt and using Enterprise Administrator credentials, run the command
setspn -Q <SPN>
. This will return a computer name. SetSPN.exe is installed with the Active Directory Directory Services role or with RSAT. - Remove the incorrectly registered SPN by going to the command prompt and running the command
setspn -D <SPN> <computername>
. - Add the SPN to the correct account at the command prompt by running the command
setspn -A <SPN> <computername of computer which had the System event 4>
.