SuperSocket info: (SpnRegister) : Error 8344.

  • I run the setspn for sql server service account, no error.
    I checked if an spn was created for the service account using setspn -L <service account> and there is one, but I am still getting the warning message  - error 8344.
    Any idea?
  • Try the following:

    - stop and then start the SQL Server service

    - When you list the SPNs, make sure the parameters are in lowercase and the service account name is entered without a domain qualifier.

    Setspn -l SQLServerName
  • I got the proper result in my opinion.

    mssqlsvc/<server name - full qualified>:1433

    I even reboot the server, but still get the message.

     

  • You may find some useful information about ERROR 8344 on the following article:

    http://support.microsoft.com/default.aspx?scid=kb;en-us;811889

    Regards

  • I read that article several times, didn't find anything to point me to the cause.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply