Our setup: Server1: running Sharepoint Server2: running SQL Server
Our Sharepoint 2010 worked perfectly, and then suddenly the website crashed, and when I tried to access Central Admin, I found the following error in the error log:
System.Data.SqlClient.SqlException: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.
I read on the Internet that this happens when the server loses trust in the domain, so I removed the Sharepoint server from the domain and then added it back. Result: The same. There is no decision.
I also tried other methods when people asked to update the host file, but that didn't work either.
To check whether the connection works or not ... I checked the UDL file, where I created the networkcheck.udl file on the computer with the Sharepoint server (Server1), and tried to authenticate with Windows and tried to establish a connection with the Database Server (Server2).
Result: successful connection.
Can anyone explain this. I do not know why Sharepoint will not connect even after successful udl testing.
sharepoint sharepoint-2010
Nitin srivastava
source share