Hi All,
We are getting below log in our events log the message is "Login failed for user 'Domain\User'. Reason:Could not find a login matching the name provided. [Client:IP address]"
The interesting thing is that this is not a user account. This is a computer/server name which is having AOS role.
Can anybody guide me how can i find root cause of this log?
*This post is locked for comments
I have the same question (0)This is really a SQL Server authentication question, so this is probably not the proper forum.
If a service runs as System, Local Service, or Network Service, then any attempt to access a resource over the network is done as the computer account on the domain, i.e. DOMAIN\COMPUTER$. If that is not the intended account for authentication, you can assign a proper domain user to the AOS service account, which is a best practice anyway.
Usually this is all taken care of by the AOS installer. Did you change the AOS service account after installation? How did you arrive at this problem?