May 5, 2004 at 2:50 pm
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?
May 6, 2004 at 9:48 am
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
May 6, 2004 at 10:06 am
I got the proper result in my opinion.
mssqlsvc/<server name - full qualified>:1433
I even reboot the server, but still get the message.
May 8, 2004 at 9:48 am
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
May 10, 2004 at 10:11 am
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