Error Message: Login incorrect or Not associated with a trusted SQL Server connection

These errors are typically received when trying to connect to Microsoft SQL Server.

"Login incorrect" indicates a general authentication failure. Verify that the username and password you used to connect are appropriate to the database name you provided in your DSN configuration.

"Not associated with a trusted SQL Server connection" indicates that Windows Domain Authentication is in use, and provided credentials were not valid for the target database.

Options toward resolution


Evidence