Setup - 2 servers each with one instance of SQL Server 2012 standard edition database. The sql service on both server are running with gMSA service account. Added SPN manually for this service for this account. No duplicate SPNs.
Create linked server on server A to Server B. But when testing connection on linked server, it fails with below error
"Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. (Microsoft SQL Server, Error: 18456)"
But the same setup work if I change the service account to regular user account.
Thanks
Shom
Shom