SSPI HAndshake failed - Windows Applicaion log error
Random Lengths
Posts: 43 Bronze 2
Windows XP SP2
SQL Server 2005 9.00.3042
SQL Prompt 3.9.0.43
The Application Log on the Windows 2003 SQL Server box is getting the following error:
SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: 75.150.34.117]
Which is immediately followed by:
Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: 75.150.34.117]
What is really strange is that I have no problems using SQL Prompt, which is the application that is clearly generating the errors (lots of single event testing). Caching works fine (SQL Server Login credentials). Prompting works fine, cache refreshing works fine. These error messages keep showing up in the log, which is causing our IT dept to panic.
Whats going on? Why is SQL Prompt trying to login with '' username?
Dan
SQL Server 2005 9.00.3042
SQL Prompt 3.9.0.43
The Application Log on the Windows 2003 SQL Server box is getting the following error:
SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: 75.150.34.117]
Which is immediately followed by:
Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: 75.150.34.117]
What is really strange is that I have no problems using SQL Prompt, which is the application that is clearly generating the errors (lots of single event testing). Caching works fine (SQL Server Login credentials). Prompting works fine, cache refreshing works fine. These error messages keep showing up in the log, which is causing our IT dept to panic.
Whats going on? Why is SQL Prompt trying to login with '' username?
Dan
Comments
We are all ready using SQL Server Authentication, so none of these suggestions actually apply, and clearly, they are not the solution.