
Re: Cannot generate SSPI context - error message
Jasper --
In reading some of your other postings on this topic, I see:
"We tend to find they cause more trouble than they're worth and I'd actually
advise you delete any SPN's for the server/service account unless you
specifically need to be able to delegate.
SPI errors are generally SPN or DNS related."
Deleting sounds good to me (I don't know what "delegate" means)
Running setspn to get a list of the registered SPNs, each of these:
Setspn -L SLMEHL
Setspn -L LOCALHOST
Setspn -L LOCAL
resulted in
"Cannot find account ..."
Can you tell me how to find what accounts I have, so that I can use
Setspn -D ... ?
Thanks for any further help.
Larry
"Jasper Smith" <jasper_smith9@hotmail.com> wrote in message
news:uuzUWFPqFHA.324@TK2MSFTNGP10.phx.gbl...
> I'm not sure why it's trying to use TCP/IP to connect to your local
instance
> (generally it would use Shared Memory which shouldn't cause an SSPI error)
> but it's most likely a DNS issue caused by you being online. To workaround
> this, set up a client alias to you local instance using Named Pipes as
this[vbcol=seagreen]
> is not affected by this error. Goto Start>Run and type cliconfg and hit
> enter. This will bring up the client network utility. Select the Alias tab
> and click Add. Make sure Named Pipes is selected in the Network libraries
> radio button list on the left and then type the name of your PC into the
> Server Alias textbox and click OK and then Apply.
>
> --
> HTH
>
> Jasper Smith (SQL Server MVP)
> http://www.sqldbatips.com
> I support PASS - the definitive, global
> community for SQL Server professionals -
> http://www.sqlpass.org
>
> "L Mehl" <mehlSCRATCHTHIS@cyvest.com> wrote in message
> news:430CA739.9010801@cyvest.com...
connecting[vbcol=seagreen]
once
>
>