March 13, 2012 at 5:11 am
a new instance of SQL Server 2008 was installed and it would only allow you enter with Windows authentication. When you try sa logon it fails. Please what's the issue? I saw this error in the Event viewer log, thought it might be connected:
SSPI handshake failed with error code 0x8009030c, state 14 while establishing a connection with integrated security; the connection has been closed. Reason: AcceptSecurityContext failed. The Windows error code indicates the cause of failure. [CLIENT: 192.168.43.69].
Any solutions?
Charles.
March 13, 2012 at 5:20 am
have u had a look at this
http://www.secretgeek.net/boring_sql_one.asp
Have u tried connecting to the server any other way?
March 13, 2012 at 11:05 am
Hi
Jayanth_Kurup,
I discovered I could connect via Widows Authentication, but when I changed the password it still didn't work.
So I checked the error log and found that the installation was not configured to accept mixed mode authentication.
So I got in again via Windows Auth and changed the settings.
http://msdn.microsoft.com/en-us/library/ms188670.aspx.
It's Okay now. Thanks.
June 24, 2013 at 10:04 pm
Hi Jaynath,
I am a newbie. Now I found answer for this problem. How do I find out user name. Since the logs just gives me [Client: 00.000.00.00]. And I work from a remote location. So If you could guide me that would be great help.
Thanks in advance
August 25, 2015 at 9:44 am
I am experiencing the same issue... Did you figure out how to find the user\account?
August 26, 2015 at 8:12 pm
Hi Arc211, yes I found solution on how to find user by IP address.
In cmd prompt type ping -a youripaadress
This will let you know user machine.
Sorry didn't check this mail earlier. Hope this can still help.
September 2, 2015 at 8:41 am
I was actually talking about the SQL SERVER Login.... I can see the computer that is trying to make the connection but not the account.
November 5, 2015 at 1:25 pm
I'm experiencing the same issue again, but I still don't know how to determine which user account is the culprit.... Can anyone help?
December 3, 2015 at 3:41 am
I've faced the same issue, but i solved.
Issue:
SSPI handshake failed with error code 0x8009030c, state 14 while establishing a connection with integrated security; the connection has been closed. Reason: AcceptSecurityContext failed. The Windows error code indicates the cause of failure. The logon attempt failed [CLIENT: xxx.xxx.xx.xx]
Solution
Domain controller not behave correctly , multiple gateway some time dis-join or redundancy on single network. change and correct DNS address.
Run -- > type --> ncpa.cpl --> click Ethernet--> properties --> IP V4--> Check primary / Secondary DNS IP address.
connect SQL through window authentication, it will work.
Regards
Mubashir
October 6, 2017 at 9:42 am
This was removed by the editor as SPAM
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply