<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>“Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx</link><description>The “Cannot generate SSPI context” issue is described by http://support.microsoft.com/?id=811889 in general. In this post I will discuss one daunting case of “Cannot generate SSPI context” error message when failing to connect to SQL server. In most related</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#489336</link><pubDate>Sat, 05 Nov 2005 06:40:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:489336</guid><dc:creator>Greg</dc:creator><description>Just wanted to say thank you for this info...&lt;br&gt;&lt;br&gt;It just helped me solve my SSPI problems.&lt;br&gt;&lt;br&gt;You rock. </description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#508750</link><pubDate>Tue, 03 Jan 2006 16:36:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:508750</guid><dc:creator>Naim</dc:creator><description>Interesting issue, and definitely not something I've run into before. But, now that I have I'm glad I've found this article. Thanks for posting this.</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#511372</link><pubDate>Wed, 11 Jan 2006 01:05:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:511372</guid><dc:creator>GG</dc:creator><description>Blessings, You saved me another 3 hours after the 5 I already spent on the issue...</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#518029</link><pubDate>Fri, 27 Jan 2006 00:32:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:518029</guid><dc:creator>TW</dc:creator><description>Thank you very much for this article.  I've just spent an hour trying all sorts of fixes, only to find changing my server setting to 127.0.0.1 from 'localhost' solves the issue.&lt;br&gt;&lt;br&gt;I agree the situation of a machine joined to a domain but separated from it and running SQL locally is quite common.</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#524186</link><pubDate>Fri, 03 Feb 2006 20:16:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:524186</guid><dc:creator>Foxjazz</dc:creator><description>&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;What I think is happening is that the connection string we use with scope is the computer name and NOT (local) so it uses named pipes to make a connections.&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;If a connection is already been made to sql server, then a security context is established, and when connecting the mechanism first checks to see if a context exists before establishing a new one. Since running sync establishes a connection with the Built/in admin security context, it finds one it can use when running scope. &lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;Running osql and using sa is not establishing a builtin/admin security context.&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;When Scope is run after a reboot, and (named pipes) is not enabled, when it can’t find the security context and tries to establish one with named pipes, and can’t do it.&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;The sql-DMO error however is completely different and we are bypassing this error by not waiting for sqlserver to startup if the error occurs and try and connect to sqlserver directly.&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;When Gary is finished with his tooling around, I will get him to change the connectionstring to use (local) so it will establish the connection without going through Named Pipes. &lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;Another symptom of the problem that is related:…&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;On the machines here with the development version of SqlServer and the SAC is set to local only, we can’t login using ADO with the connection string (local) but we can login using the computername “Data source = “mycomputername”.&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;With Sqlclient .NET it logs in clean all the time every time.&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;I think there is something seriously wrong with the ADO connection because of the behavior I am seeing.&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;&lt;br/&gt;--------------------------------------------------------------------------------&lt;br/&gt;&lt;br/&gt;From: Ben Hoelting [mailto:BHoelting@coloradotc.com] &lt;br/&gt;Sent: Wednesday, February 01, 2006 11:18 PM&lt;br/&gt;To: Joe Hickman&lt;br/&gt;Cc: Joe Dickinson&lt;br/&gt;Subject: Invalid Handle&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;Hey Joe,&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;I got your phone msg and I’m afraid I have bad news.  The invalid handle msg is due to SQLDMO not being able to connect to SQL Server.  I never did figure out how to fix this other than a re-install of SQL server.  And not just any re-install, the one where we run through the registry and blow away any key that has SQLDMO.  Is this happening on all the machines or just a few?  The only thing I can think of is SQLDMO is getting corrupted when we install the new SQL.  I’m sure we never saw this on any of the test machines.  So, I would try just a straight re-install of SQL 2005.  If that does not work uninstall, manually clean the registry and re-install SQL.  If that does not work you might have to modify the SCOPE code and remove SQLDMO.&lt;br/&gt;&lt;br/&gt;</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#524190</link><pubDate>Fri, 03 Feb 2006 20:18:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:524190</guid><dc:creator>foxjazz</dc:creator><description>The error message:&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;****************************************************************************************&lt;br/&gt;&lt;br/&gt;Before Connect String in Initialize= Provider=SQLOLEDB.1;Trusted_Connection=Yes;Data Source=33BF451THOMAS;Initial Catalog=NAPAScope&lt;br/&gt;&lt;br/&gt;Msg occurred at 2:03:20 PM&lt;br/&gt;&lt;br/&gt;****************************************************************************************&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;****************************************************************************************&lt;br/&gt;&lt;br/&gt;State = 0&lt;br/&gt;&lt;br/&gt;Msg occurred at 2:03:20 PM&lt;br/&gt;&lt;br/&gt;****************************************************************************************&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;****************************************************************************************&lt;br/&gt;&lt;br/&gt;-2147467259 Microsoft OLE DB Provider for SQL Server - ScopeDataEngine = Cannot generate SSPI context&lt;br/&gt;&lt;br/&gt;Msg occurred at 2:03:20 PM&lt;br/&gt;&lt;br/&gt;****************************************************************************************&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;Informatin:  All of this on a laptop.&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;We installed sql express with remote connections enabled and tcp/ip enabled.&lt;br/&gt;&lt;br/&gt;When we login to the network via vpn, we are able to login ok.&lt;br/&gt;&lt;br/&gt;When we reboot, and login to the local system, we get the error you see above in the email ….  “Cannot Gen SSPI context”&lt;br/&gt;&lt;br/&gt;We then set the Configuration to Local ONLY using the SAC and the ole DB connection connects perfectly to the database.&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;The connection string has a data source of (Local) when it fails as well as the one above.&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;One solution we can live with is an automated way to set the SAC to Local Only using commands with some batch file.&lt;br/&gt;&lt;br/&gt;Another solution is to find a fix for the OLE DB Connection either the string, or the actually driver that connects to SQL Express.&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;All of that said, we tried connecting using a program with .NET SqlClient. Using the same connection string, we were able to connect with SqlClient .NET provider in EVERY case. However since our main software uses OLE DB, we are stuck with the possible suggested solutions.&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#524369</link><pubDate>Fri, 03 Feb 2006 23:57:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:524369</guid><dc:creator>SQL Protocols</dc:creator><description>One of the following should fix your problem:&lt;br/&gt;&lt;br/&gt;(1) Use the new SQL Native Client provider instead of SQLOLEDB by specifying &amp;quot;Provider=SQLNCLI&amp;quot;.  This assumes that SQL Native Client is installed on the machine, which is the case if SQL Express is installed.  &lt;br/&gt;&lt;br/&gt;OR&lt;br/&gt;&lt;br/&gt;(2) Specify the use of the Named Pipes protocol in the connection string by adding &amp;quot;;Network Library=dbnmpntw&amp;quot; to the connection string.  That will avoid the use of Kerberos authentication protocol.  &lt;br/&gt;</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#534575</link><pubDate>Sat, 18 Feb 2006 06:15:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:534575</guid><dc:creator>Manoj</dc:creator><description>I am getting the above error for one of the client machine - I have tried creating alias using named pipe protocol also and it gives the same error.</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#535800</link><pubDate>Tue, 21 Feb 2006 04:16:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:535800</guid><dc:creator>Nan Tu</dc:creator><description>Manoj,&lt;br&gt; &amp;nbsp;Is it a local or remote connection? Is your client machine in domain or out of domain? If it is local connection, does connection using tcp:127.0.0.1 work for you when the server TCP protocol is turned on?</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#554632</link><pubDate>Sun, 19 Mar 2006 04:09:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:554632</guid><dc:creator>sshah</dc:creator><description>Thanks for info. I use local server for devel purpose in my laptop and was unable to connect while using home network. After disconnecting home network, it worked...Then re-enabled local connection.&lt;br&gt;&lt;br&gt;Thank You.</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#585840</link><pubDate>Fri, 28 Apr 2006 10:12:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:585840</guid><dc:creator>Andrey</dc:creator><description>Yes, it was enough to disable TCP/IP, in my case and it works.</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#592582</link><pubDate>Mon, 08 May 2006 21:53:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:592582</guid><dc:creator>Henrik F</dc:creator><description>I also get this error on client machines, (W2003) using a standalone SQL Server 2000 running W2003AS. “System.Data.SqlClient.SqlException: Cannot generate SSPI context”&lt;br&gt;&lt;br&gt;The weird thing is that this only happens occasionally, about 20 times per day. &lt;br&gt;&lt;br&gt;Windows 2003 Advanced Server SP1 &lt;br&gt;SQL Server 2000 SP4 &lt;br&gt;Not much load on the system &lt;br&gt;Application layer: 8 web servers Net 1.1. and two Biztalk 2002 servers &lt;br&gt;We use TCP/IP as a connection provider &lt;br&gt;The clock on the servers are in sync &lt;br&gt;&lt;br&gt;Any ideas?</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#592635</link><pubDate>Mon, 08 May 2006 23:06:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:592635</guid><dc:creator>Nan Tu</dc:creator><description>Henrik,&lt;br&gt; &lt;br&gt; &amp;nbsp;In your case, we need to know what is the connection string, &amp;quot;what is the machine account that your server is running under&amp;quot;, &amp;quot;do you change account often&amp;quot;, &amp;quot;Are client and server unning under different domain&amp;quot; and etc. &amp;nbsp;Please post your question with more specific info such as connection string on &lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=87&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=87&amp;amp;SiteID=1&lt;/a&gt;,&lt;br&gt;&lt;br&gt;There is a general guideline on the forum w.r.t to how to post a question.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#593468</link><pubDate>Tue, 09 May 2006 11:43:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:593468</guid><dc:creator>Henrik F</dc:creator><description>Thanks for your reply.&lt;br&gt;&lt;br&gt;[1] Client side:&lt;br&gt;&lt;br&gt; &amp;nbsp; 1. What is the connection string in you app or DSN? (please specify)&lt;br&gt; &amp;nbsp; &amp;quot;server=mydbserver; database=mydatabase; uid=; pwd=; trusted_connection=yes; Max Pool Size=10; Connection Timeout=60; Packet Size=4096; ;&amp;quot;&lt;br&gt;&lt;br&gt; &amp;nbsp; &lt;br&gt; &amp;nbsp; 2. If client fails to connect, what is the client error messages? (please specify)&lt;br&gt; &amp;nbsp; Category: 300&lt;br&gt; &amp;nbsp; Computer Name: KATTEFOT&lt;br&gt; &amp;nbsp; Event Code: 0&lt;br&gt; &amp;nbsp; Record Number: 54&lt;br&gt; &amp;nbsp; Source Name: AltInn.eGA&lt;br&gt; &amp;nbsp; Event Type: Error&lt;br&gt; &amp;nbsp; User: &lt;br&gt; &amp;nbsp; Time Written: 20060508160522.000000+120&lt;br&gt; &amp;nbsp; &amp;lt;ACALog&amp;gt;&amp;lt;LogCategory&amp;gt;UnknownException&amp;lt;/LogCategory&amp;gt;&amp;lt;Header&amp;gt;Unknown Exception&amp;lt;/Header&amp;gt;&amp;lt;EventID&amp;gt;0&amp;lt;/EventID&amp;gt;&amp;lt;Body&amp;gt;&amp;lt;ExceptionType&amp;gt;SqlException&amp;lt;/ExceptionType&amp;gt;&lt;br&gt; &amp;nbsp; &amp;lt;UserId&amp;gt;08057833557&amp;lt;/UserId&amp;gt;&lt;br&gt; &amp;nbsp; System.Data.SqlClient.SqlException: Cannot generate SSPI context.&lt;br&gt;&lt;br&gt; &amp;nbsp; &lt;br&gt; &amp;nbsp; 3. Is the client remote or local to the SQL server machine? &lt;br&gt; &amp;nbsp; It is remote.&lt;br&gt; &amp;nbsp; &lt;br&gt; &amp;nbsp; 4. Can you ping your server? &lt;br&gt; &amp;nbsp; Yes.&lt;br&gt;&lt;br&gt;&lt;br&gt; &amp;nbsp; 5. Can you telnet to your SQL Server?&lt;br&gt; &amp;nbsp; Yes&lt;br&gt; &amp;nbsp; &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt; &amp;nbsp; 6. What is your client database provider? &lt;br&gt; &amp;nbsp; Client app is .Net SqlClient Data Provider. It uses MDAC 2.82.1830.0 on both client and server machine.&lt;br&gt;&lt;br&gt; &amp;nbsp; &lt;br&gt; &amp;nbsp; 7. Is your client computer in the same domain as the Server computer? &lt;br&gt; &amp;nbsp; Same domain&lt;br&gt; &amp;nbsp; &lt;br&gt; &amp;nbsp; 8. What protocol the client enabled? [Shared Memory | TCPIP | Named Pipes].&lt;br&gt; &amp;nbsp; Can you configure this on the client? We're using the &amp;quot;SQL Server .NET Data Provider&amp;quot; and I belive this protocol uses the&lt;br&gt; &amp;nbsp; the default protocol of the server, which is 1) TCP/IP and 2) Named pipes.&lt;br&gt; &amp;nbsp; &lt;br&gt; &amp;nbsp; 9. Do you have aliases configured that match the server name portion of your connection string? &lt;br&gt; &amp;nbsp; The clients are always using the IP adress of the db-server&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;[2] Server side:&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt; &amp;nbsp; 1. What is the MS SQL version? &lt;br&gt; &amp;nbsp; SQL Server 2005&lt;br&gt; &amp;nbsp; 2. What is the SKU of MS SQL? &lt;br&gt; &amp;nbsp; Enterprise&lt;br&gt; &amp;nbsp; 3. What is the SQL Server Protocol enabled? [&lt;br&gt; &amp;nbsp; TCPIP and Named Pipes&lt;br&gt; &amp;nbsp; 4. Does the server start successfully?&lt;br&gt; &amp;nbsp; Yes&lt;br&gt; &amp;nbsp; &lt;br&gt; &amp;nbsp; 6. What is the account that the SQL Server is running under?&lt;br&gt; &amp;nbsp; Domain Account&lt;br&gt; &amp;nbsp; 7. Do you make firewall exception for your SQL server TCP port if you want connect remotely through TCP provider?&lt;br&gt; &amp;nbsp; YES&lt;br&gt; &amp;nbsp; 8. Do you make firewall exception for SQL Browser UDP port 1434?&lt;br&gt; &amp;nbsp; YES&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;[3] Platform:&lt;br&gt;&lt;br&gt; &amp;nbsp; 1. What is the OS version? &lt;br&gt; &amp;nbsp; Windows 2003 Enterprise edition&lt;br&gt; &amp;nbsp; 2. Do you have third party antivirus, anti-spareware software installed? &lt;br&gt; &amp;nbsp; No.&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt; &amp;nbsp; </description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#614501</link><pubDate>Fri, 02 Jun 2006 21:32:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:614501</guid><dc:creator>Richard</dc:creator><description>I could login to SQL Express this morning, from a disconnected laptop. &amp;nbsp;Later, with a web connection, but no domain connection, I got the SSPI error&lt;br&gt;&lt;br&gt;logging on as 127.0.0.1\sqlexpress solved the problem&lt;br&gt;&lt;br&gt;How do I upsize from Access to SQL Express?&lt;br&gt;&lt;br&gt;Thanks.</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#684789</link><pubDate>Tue, 01 Aug 2006 06:17:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:684789</guid><dc:creator>Tushar</dc:creator><description>Yes, Connecting as localhost\sqlexpress solved the problem. Thanks a ton.</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#703659</link><pubDate>Thu, 17 Aug 2006 11:57:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:703659</guid><dc:creator>Himanshu N</dc:creator><description>Hi, &lt;br&gt;I am having the same problem, and the issue here is that the user is using the Win XP and the SQL serve is Hosted on Win 2000. The user is in a seperate doamin and the server is as well. The rights have been given to the user within the SQL server for access. When the user tries to access one server he is able to without any problems, but when he tries to connect to other server in same donain he gets this SSPI error.&lt;br&gt;&lt;br&gt;Hopy you can help me on that.&lt;br&gt;&lt;br&gt;Regards, &lt;br&gt;Himanshu Nirmal</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#772631</link><pubDate>Tue, 26 Sep 2006 21:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:772631</guid><dc:creator>Mahesh</dc:creator><description>Hi,&lt;br&gt;I am facing this problem over VPN, I am not able to connect my SQL Server hosted at Different Domain. While connecting with SQL Server Client, it is giving me same error &amp;quot;Cannot generate SSPI context&amp;quot;. Please update me. What is the actual process has to be follow to get resolve this issue.</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#774748</link><pubDate>Thu, 28 Sep 2006 05:10:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:774748</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, Mahesh&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;It seems &lt;br&gt;your client box is in a seperate domain, normall, you need configure the two domains ( one your client box in and the other your server box in)mutual-trusted, and you need to make sure the account that running under your client app is same as the service account that your SQL Server is running and both of them have administrator permission either in the domain(if it is a domain account) or in the local box( if it is a computer account).&lt;br&gt;&lt;br&gt;Good Luck!&lt;br&gt;Ming.&lt;br&gt;</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#780922</link><pubDate>Mon, 02 Oct 2006 18:59:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:780922</guid><dc:creator>rogge</dc:creator><description>&lt;p&gt;I checked the system log and was told the SPS server could not connect to a timing/clock computer...&lt;/p&gt;
&lt;p&gt;I ran the net time command to sync the SPS server time with our domain server and that eliminated the problem.&lt;/p&gt;
&lt;p&gt;net time \\&amp;lt;ip or computer name&amp;gt; /SET /Y&lt;/p&gt;
</description></item><item><title>"Cannot Generate SSPI Context" error message, Poisoned DNS</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#1400082</link><pubDate>Tue, 02 Jan 2007 23:08:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1400082</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Incorrect DNS can lead to various network connectivity issues. In this post, I explain how it affects&lt;/p&gt;
</description></item><item><title>SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#1550244</link><pubDate>Mon, 29 Jan 2007 09:43:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1550244</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;This post provides some tips to troubleshoot Sql Server connection problems based on various displayed&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#1556502</link><pubDate>Tue, 30 Jan 2007 14:21:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1556502</guid><dc:creator>anand</dc:creator><description>&lt;p&gt;“Cannot generate SSPI context” error message, when connect to local SQL Server outside domain&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#2076902</link><pubDate>Tue, 10 Apr 2007 23:11:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2076902</guid><dc:creator>Dove</dc:creator><description>&lt;p&gt;This happens to me, and anything you say does nothin, neither syncronizing time nor doing the other things.&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#2078568</link><pubDate>Wed, 11 Apr 2007 02:07:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2078568</guid><dc:creator>Nan Tu</dc:creator><description>&lt;p&gt;Dove,&lt;/p&gt;
&lt;p&gt; &amp;nbsp;Can you describe what is your configuraiton, including machine, account, connection string, sql server and etc. and when it connect, when it dosn't. There could be ton of reasons. Without your input, we don't have clue to help you out.&lt;/p&gt;
&lt;p&gt;Nan Tu&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#2238480</link><pubDate>Mon, 23 Apr 2007 03:19:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2238480</guid><dc:creator>Cal</dc:creator><description>&lt;p&gt;Excellent! &amp;nbsp;Using 127.0.0.1 as my server instead of my computer name solved my issue.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#3549085</link><pubDate>Tue, 26 Jun 2007 20:48:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3549085</guid><dc:creator>Leo</dc:creator><description>&lt;p&gt;I'm having this error in a different situation:&lt;/p&gt;
&lt;p&gt;If I'm trying to run:&lt;/p&gt;
&lt;p&gt; osql -S 127.0.0.1 ... then I get the error but if I run:&lt;/p&gt;
&lt;p&gt; osql -S &amp;lt;name&amp;gt; ... then I don't&lt;/p&gt;
&lt;p&gt;The machine is a domain controler Win2K with SQL 2K on it - all latest patches applied.&lt;/p&gt;
&lt;p&gt;Any clue?&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#3549546</link><pubDate>Tue, 26 Jun 2007 21:27:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3549546</guid><dc:creator>Kitty</dc:creator><description>&lt;p&gt;Thank you!!! &amp;nbsp;This worked (and now I understand why) on an ODBC connection for a Crystal Report. &amp;nbsp; &lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#4469040</link><pubDate>Mon, 20 Aug 2007 00:11:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4469040</guid><dc:creator>Brian Travis</dc:creator><description>&lt;p&gt;Changing the database name to 127.0.0.1 (using the default SQL instance) fixed it! Thanks for the excellent post; it saved my life while I was disconnected from the mother ship.&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#4749851</link><pubDate>Wed, 05 Sep 2007 01:17:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4749851</guid><dc:creator>Moon</dc:creator><description>&lt;p&gt;I want to give you a big hug!!! &amp;nbsp;I've been fighting this thing all day and its was making me crazy... now it's fixed!&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#5156064</link><pubDate>Thu, 27 Sep 2007 03:56:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5156064</guid><dc:creator>David Annabell</dc:creator><description>&lt;p&gt;You champion. Thanks for this article.&lt;/p&gt;
</description></item><item><title>“Cannot generate SSPI context” error message, when connect to SQL Server in same domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#5284166</link><pubDate>Fri, 05 Oct 2007 07:31:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5284166</guid><dc:creator>Sameer</dc:creator><description>&lt;p&gt;From ssms of one system iam able to register other system having ssms. But when i do the same from SQL enterprise manager of one system to ssms of another,i get &amp;quot;Cannot generate SSPI context&amp;quot; message.&lt;/p&gt;
&lt;p&gt;Both the system are in same domain.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#6555445</link><pubDate>Tue, 27 Nov 2007 20:25:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6555445</guid><dc:creator>Genious</dc:creator><description>&lt;p&gt;Very nice &amp;amp; Informtive Article.&lt;/p&gt;
&lt;p&gt;helped a lot to understand things.&lt;/p&gt;
&lt;p&gt;thans,&lt;/p&gt;
</description></item><item><title>Movies &amp;raquo; SQL Protocols : Cannot generate SSPI context error message when &amp;#8230;</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#6940928</link><pubDate>Tue, 01 Jan 2008 22:22:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6940928</guid><dc:creator>Movies » SQL Protocols : Cannot generate SSPI context error message when …</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://movies.247blogging.info/?p=3422"&gt;http://movies.247blogging.info/?p=3422&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#7044889</link><pubDate>Wed, 09 Jan 2008 22:47:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7044889</guid><dc:creator>RobJ</dc:creator><description>&lt;p&gt;Another cause of this problem is DNS configuration problems. &amp;nbsp;I know this sounds simple, but...&lt;/p&gt;
&lt;p&gt;As a developer working from home, i have a domain and a router/firewall. &amp;nbsp;The firewall is configured to hand out dhcp, the workstations use the firewall and my ad/dns server for dns (isp first, domain second).&lt;/p&gt;
&lt;p&gt;This worked for a very long time, and then all the sudden things got very flaky. &amp;nbsp;Authentication failures, SSPI Context problems, file transfers started out slow, failed and then worked fine.. etc..&lt;/p&gt;
&lt;p&gt;It seems my cable company no longer returns a DNS Domain Not Found error, EVER. &amp;nbsp; They return the IP address of their web redirect servers to 'help' people find what they were looking for. &amp;nbsp;Because of this, the windows client does not fail on the first request for the myaddomain.int lookup; and subsequently never queries the internal AD domain controller for the proper addresses of the authentication servers. &lt;/p&gt;
&lt;p&gt;It gets an ip address, and proceeds to try and &lt;/p&gt;
&lt;p&gt;lookup the location of the LDAP server for the internal network; which fails because we're querying a web server at the ISP for this information, thus resulting in a failure. &amp;nbsp;The windows client eventually seems to fail over to the secondary dns server or it get's the names of the domain and servers via NetBIOS broadcast, not sure which. After an indeterminate period of time it would start working.&lt;/p&gt;
&lt;p&gt;After much time and effor the solution was to only use my internal domain controller for DNS resolution and have it relay the external DNS requests out to the ISP's domain.&lt;/p&gt;
&lt;p&gt;This will be less likely in corporate environments where the DNS configuration should be well planned. In home office networking configurations, it will likely be more common.&lt;/p&gt;
&lt;p&gt;Hope This Helps Someone.&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#8374346</link><pubDate>Thu, 10 Apr 2008 11:54:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8374346</guid><dc:creator>halo</dc:creator><description>&lt;p&gt;check DNS server in your ip setting&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#8400020</link><pubDate>Thu, 17 Apr 2008 03:26:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8400020</guid><dc:creator>Praveen</dc:creator><description>&lt;p&gt;Here is my scenario:&lt;/p&gt;
&lt;p&gt;SQL server 2005 is on Windows 2008 box, I have a Windows 2003 VPC and trying to connect the to the SQL server throw SQL Server Management Studio.&lt;/p&gt;
&lt;p&gt;I disabled the fire wall on Windows 2008(so that i &amp;nbsp;dont have to worry about the ports. &amp;nbsp;my VPC is registered to a domain mananged by Windows 2008. &amp;nbsp;I have logged into the vpc as the admin of the domain. I have another box (windows 2008), i can connect to the SQL server from that box. &lt;/p&gt;
&lt;p&gt;Can you let me know what do i do to access the SQL Server 2005 from my VPC.&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#8506370</link><pubDate>Thu, 15 May 2008 07:37:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8506370</guid><dc:creator>Der</dc:creator><description>&lt;p&gt;Pocket PC connect SQL Server is Error &amp;quot;Cannot generate SSPI context&amp;quot; &amp;nbsp;Becuase ?. How do ?. &amp;nbsp;To connect sql server on PC with Connect Active syncronize.&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
</description></item><item><title>cannot generate sspi context</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#8523012</link><pubDate>Tue, 20 May 2008 16:34:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8523012</guid><dc:creator>cannot generate sspi context</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://kimora.freemusiconlineindia.info/cannotgeneratesspicontext.html"&gt;http://kimora.freemusiconlineindia.info/cannotgeneratesspicontext.html&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>cannot connect to sql server second instance</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#8719918</link><pubDate>Fri, 11 Jul 2008 06:46:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8719918</guid><dc:creator>cannot connect to sql server second instance</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://damian.mediacentermovie.info/cannotconnecttosqlserversecondinstance.html"&gt;http://damian.mediacentermovie.info/cannotconnecttosqlserversecondinstance.html&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#8732216</link><pubDate>Tue, 15 Jul 2008 00:22:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8732216</guid><dc:creator>Eric Rausin</dc:creator><description>&lt;p&gt;Does this error occur on Vista as well? &amp;nbsp;What about 2008 Server?&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#8894912</link><pubDate>Mon, 25 Aug 2008 22:54:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8894912</guid><dc:creator>kmb</dc:creator><description>&lt;p&gt;I'm sure there are many complex causes for this SSPI context error. However, the simplest case isn't covered here or in the MS KB. If you change the service account password but do not change it in the SQL service credentials and leave the SQL instance running, you will get this error trying to connect with Windows authentication. Put the correct new password in the service credentials and it's fixed. &lt;/p&gt;
</description></item><item><title>CesarDiaz.es </title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#8919658</link><pubDate>Tue, 02 Sep 2008 12:37:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8919658</guid><dc:creator>CesarDiaz.es </dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://cesardiaz.es/wordpress/?p=9"&gt;http://cesardiaz.es/wordpress/?p=9&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>MS SQL Server - Dreaded "Cannot generate SSPI context" error</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#9018946</link><pubDate>Mon, 27 Oct 2008 23:12:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9018946</guid><dc:creator>Harish Mohanbabu | Dynamics AX</dc:creator><description>&lt;p&gt;A bit of back ground - for the last so many years I am used to running local Ax installation in my laptop&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#9065535</link><pubDate>Thu, 13 Nov 2008 09:42:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9065535</guid><dc:creator>zuraiki</dc:creator><description>&lt;p&gt;Im using BizTalk server and SQL server, i faced the same Error .. the DATE was not the same on BizTalk server and SQL server !!! one of the guys did change the date. after changing the date and make it the same on the 2 servers everything ran fine!!! &lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#9320713</link><pubDate>Thu, 15 Jan 2009 15:36:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9320713</guid><dc:creator>basel</dc:creator><description>&lt;p&gt;iam using the Win XP and the SQL serve is Hosted on Win 2000...i keep getting disconnected from SQL D.B every hour and SSPI context error shows up...i log off the pc then log in again and then i can log in to the D.B again...how can i stop it plz?&lt;/p&gt;
</description></item><item><title>contesto sspi | hilpers</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#9337861</link><pubDate>Sun, 18 Jan 2009 16:04:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9337861</guid><dc:creator>contesto sspi | hilpers</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.hilpers.it/2538994-contesto-sspi"&gt;http://www.hilpers.it/2538994-contesto-sspi&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>VPN &amp;amp; Cannot generate SSPI context. | keyongtech</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#9338439</link><pubDate>Sun, 18 Jan 2009 20:37:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9338439</guid><dc:creator>VPN &amp;amp; Cannot generate SSPI context. | keyongtech</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.keyongtech.com/2862529-vpn-and-cannot-generate-sspi"&gt;http://www.keyongtech.com/2862529-vpn-and-cannot-generate-sspi&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Tagz | &amp;quot;SQL Protocols : ???Cannot generate SSPI context??? error message, when connect to local SQL Server outside domain&amp;quot; | Comments</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#9623324</link><pubDate>Sat, 16 May 2009 20:12:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9623324</guid><dc:creator> Tagz | &amp;quot;SQL Protocols : ???Cannot generate SSPI context??? error message, when connect to local SQL Server outside domain&amp;quot; | Comments</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://tagz.in/posts/4gl/comments/"&gt;http://tagz.in/posts/4gl/comments/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#9633881</link><pubDate>Thu, 21 May 2009 18:19:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9633881</guid><dc:creator>jim</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; &amp;nbsp;I installed SQL Express in Windows server and tried to connect with it, getting this error...but it connects with the SQL authentication...when I tried to connect it with Windows authentication. I'm getting this error.....plz help me &lt;/p&gt;
</description></item><item><title> SQL Protocols Cannot generate SSPI context error message when | Wood TV Stand</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#9672270</link><pubDate>Mon, 01 Jun 2009 02:04:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9672270</guid><dc:creator> SQL Protocols Cannot generate SSPI context error message when | Wood TV Stand</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://woodtvstand.info/story.php?id=8365"&gt;http://woodtvstand.info/story.php?id=8365&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#9753759</link><pubDate>Mon, 15 Jun 2009 19:47:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9753759</guid><dc:creator>David Cobb</dc:creator><description>&lt;p&gt;I'd like to script this so I can ensure Named Pipes is enabled on the SQL 2008 server and the SQL 2008 client has named pipes enabled and the order is BEFORE tcp/ip. How can I script this? Not finding it in sp_configure..&lt;/p&gt;
&lt;p&gt;Please reply or email sql@davidcobb.net&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#9896833</link><pubDate>Fri, 18 Sep 2009 18:19:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9896833</guid><dc:creator>Reddy Umamaheshwar</dc:creator><description>&lt;p&gt;I disabled TCP/IP, enabled Shared Memory, and Named Pipes options from SQL Server Configuration Manager on my Microsoft SQL Server 2005, restarted the Server. I was able to get out of this error. Thanks a lot to this posting.&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#9920750</link><pubDate>Wed, 11 Nov 2009 12:07:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9920750</guid><dc:creator>Rahul</dc:creator><description>&lt;p&gt;Please help me out!! I have been trying to connect but getting this error msg &amp;quot;Cannot generate SSPI context&amp;quot;. I need a access a BAK file on server using SQL.&lt;/p&gt;
</description></item><item><title>re: “Cannot generate SSPI context” error message, when connect to local SQL Server outside domain</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx#9920967</link><pubDate>Wed, 11 Nov 2009 18:34:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9920967</guid><dc:creator>ravi</dc:creator><description>&lt;p&gt;i have ms access based application linked to ms sql server. when i try to connect this application through a client machine (winXP), i am getting unablae to generate SSPI context error. but in the same machine, when another user log in he is able to connect to server without problems?&lt;/p&gt;
&lt;p&gt;is there a possibility that this problem is linked to user account?&lt;/p&gt;
</description></item></channel></rss>