Hi all, I have the following problem. I created an SQL account user 'Test' and granted system admin rights to it on a cluster environment. when I try to login using this account, I get error message saying 'login failed for user 'test' the user is not associated with a trusted SQL server connection (microsoft error 18452) does anyone know why it is acting like that. help is appreciated
Did you check whether SA login is disabled? LOGIN sa ENABLE GO ALTER LOGIN sa WITH PASSWORD = '<password>' GO Also see KBA http://support.microsoft.com/kb/555332 fyi.
Hi Satya, thanks for your reply. The sa was disabled. I enabled it, changed its password, and did try login using sa, but still having same error message as above for the sa.
Hi, Did you check the link Satya has posted above, ensure that you are using Mixed Authentication mode!!
Please post the complete error text, I'm guessing the event ID & number problem here. Also specify the kind of authentication you are using.
Hi Satya, here is the error message 'login failed for user 'test' the user is not associated with a trusted SQL server connection (microsoft error 18452) Event ID: 18452 thanks
Ok, it looks like the network is having DNS problems, also check event viewer log if there is an entry for SSPI handshale error 17806. Get yoru network expert to see if DNS errors are reported, there are other tweaks which I don't recommend as it si a production server.
Thanks Satya, there is exactly SSPI handshale error 17806. how could DNS affect the cluster? ** Update: when I isolated nodeB from the cluster, logins seem to work normally. I created test SQL user and I was able to login using this ID. this is weird?
No direct threat from DNS issues to cluster but you may see "SQL Server cannot log on to the network after it migrates to another node" & "The Network Name is offline and you cannot connect to SQL Server using TCP/IP" related issues. Also you need to do is download the setspn utility http://www.microsoft.com/downloads/details.aspx?familyid=5fd831fd-ab77-46a3-9cfe-ff01d29e5c46&displaylang=en to return required information. Further I will recommend to talk to network experts to see if they can reboot the DOMAIN controller to fix any DNS issues.