I am looking for advice, How to connect the MS SQL database using Microsoft windows service account from KNIME analytics plat form using ( DB Connector or Microsoft SQL Server Connector)
I tried using “DB Connector” and Microsoft SQL Server Connector node and configured the connection setting but it returns an error saying
ERROR Microsoft SQL Server Connector 3:553 Execute failed: Login failed for user '<username> Background:
I was installed official MS SQL driver also verified windows service account created in MS Sql Database
If you want to automatically log into the database using the Windows login of the user that runs KNIME Analytics Platform you need to follow the steps native authentication.
If you want to use a username and password do not add the integratedSecurity parameter in the JDBC Parameter tab and only select the credential with the username and password in the Authentication section.