SQL Server 2005 and SSPI Context on XP

Hello,

I have an XP box with SQL 2k working without any problems.  I am trying to install SQL 2005 CTP April on the same machine. Installation goes fine, but when I try to connect, I am getting an error "Can not Create SSPI Context".   Why am getting this error   DOes the machine needs to be on a domain to get connected If yes, is there a work around Can I use mixed mode Where\How do I specify  password for sa


Any help is highly appreciated.
Thanks
_GJK
 
 
 



Answer this question

SQL Server 2005 and SSPI Context on XP

  • Eddie Garcia

    Could you please copy paste and send us the error number and the error text Can you also check the server log and also send us the last error logged there

    Thanks
    Laurentiu

  • mdf

    My laptop is disconnected from domain and SQL Server was looking to authenticate the user under which SQL server is run against the domain. This failed generating the SSPI context error.  To resolve the issue, I created a local user with admin privialges and run the SQL server under this account. Then I logged in to the box with this account, got sqlserver running.

    Thanks for the reply.
    _GJK


  • SQL Server 2005 and SSPI Context on XP