• Is the SPN (Service Principal Name) registered correctly

    To create an SPN for the NetBIOS name of the SQL Server use the following command: setspn –A MSSQLSvc/<SQL Server computer name>:port# <Domain\Account>

    To create an SPN for the FQDN of the SQL Server use the following command: setspn -A MSSQLSvc/<SQL Server FQDN>:port# <Domain\Account>

    To check for the registered SPN type this in an elevated command prompt

    setspn –L <domain\SQL Service Account>

    _________________________________________________________________

    "The problem with internet quotes is that you cant always depend on their accuracy" -Abraham Lincoln, 1864