Error when using database connector

I am trying to use the dataabse connector but getting the error:

ERROR Database Connector (legacy) 0:28 Execute failed: Could not create connection to database: no sqljdbc_auth in java.library.path

I registered the JDBC driver in the database(legacy) menu under preferences and copied the sqljdbc_auth to the KNIME folder on my system.

What else can I do?

Hello gnime,
sounds like you are using native authentication (NTLM) for Microsoft SQL Server. For this you need to add the sqljdbc_auth to KNIMEs class path. Please have a look at this post on how to do it.
Bye
Tobias

2 Likes

Worked!

Thanks @tobias.koetter!

1 Like

Do we still need to do this manually? Could driver installation place it automatically to the folder?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.