September 14, 2007 at 8:46 am
When we try to connect to the database engine of one of our database backup servers through Windows Authentication using server name (Server has been designed for Mixed Authentication), we are receiving the following error message.
“Login failed for user “. The user is not associated with a trusted SQL server connection. (Microsoft SQL server, error: 18452)”
“SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: 66.77.26.23]
For more information, see Help and
Note: we are successfully able to connect to the database engine through SQL authentication.
September 14, 2007 at 9:54 am
something probably related to Server Principal Name registration. Normally comes up with Delegation, when you are trying to use your Windows account to connect through the second server to the third server.
But you say that when you use a dot . then you connect fine. Dot is a Local Server which is not a Delegation case.
Please specify where is the client, where is the server and what domains the account and the server belong to.
Regards,Yelena Varsha
September 14, 2007 at 9:55 am
Right click at sql server registration --> go to Properties , In the Security tab (Choose Sql Server and Windows authentication mode) it will ask to restart sql server serivice. do it.
Or else check sql installation instance name (servername\instance) -- register it accordingly.
September 14, 2007 at 10:10 am
As far as connection is concerned, we are remote connecting to the server thru mstsc. when we login to the server and try to connect to the database engine thru EM, we are recieving the error.
'sql server and windows authentication' is already chosen when we right click the server and go to properties.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply