Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Tizita
Starting Member
12 Posts |
Posted - 2008-07-10 : 06:38:21
|
Event Type: InformationEvent Source: MSSQLSERVEREvent Category: (2)Event ID: 26037Date: 07/07/2008Time: 07:37:40User: N/AComputer: Computer nameDescription:The SQL Network Interface library could not register the Service Principal Name(SPN) for the SQL Server service. Error: 0x2098, state: 15. Failure to registeran SPN may cause integrated authentication to fall back to NTLM instead ofKerberos. This is an informational message. Further action is only required ifKerberos authentication is required by authentication policies. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-07-10 : 21:45:18
|
quote: This is an informational message. Further action is only required ifKerberos authentication is required by authentication policies.
Well does that situation apply to your environment?Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/Subscribe to my blog |
 |
|
Tizita
Starting Member
12 Posts |
Posted - 2008-07-11 : 07:49:03
|
Yes because in order for users to connect to SQL Server they would need the Kerberos authentication. |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-07-11 : 22:49:28
|
Take look at this one:http://blogs.msdn.com/sql_protocols/archive/2005/10/12/479871.aspx |
 |
|
gedwards
Starting Member
19 Posts |
Posted - 2008-07-15 : 15:39:50
|
I've found that ADSI Edit.msc is much friendlier to use when registering an SPN than SETSPN.exeFormat of the SPN varies slightly between services and versions of software.Have you set up Kerberos before? This requires a Domain admin to setup the SPN'sGreg EGreg E |
 |
|
|
|
|