Error resolving driver dependencies mssql-jdbc_auth
See original GitHub issueHello, after 7.0.1 update ( from 6.* release) mssql auth library is missing and it was not possible to connect to mssql db anymore .
Error:
Error resolving dependencies Maven artifact 'maven:/com.microsoft.sqlserver:mssql-jdbc_auth:RELEASE' not found Maven artifact 'maven:/com.microsoft.sqlserver:mssql-jdbc_auth:RELEASE' not found
This issue probably it’s linked to https://github.com/dbeaver/dbeaver/issues/8054
under %appdata%\DBeaverData\drivers\drivers\mssql\auth\x64 I’ve an old sqljdbc_auth.dll that worked well before 7.* release.
I’ve manually downloaded the new dll: https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc_auth/8.2.1.x64 and added it to driver to libraries files and with this workaround it works. but everytime that I try to connect to a mssql db I get the error of missing dependencies.
I’m using home dsl , no proxy authentication , no VPN enabled. OS: windows 7 Dbeaver version: 7.0.1
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:11 (5 by maintainers)
Top GitHub Comments
Try to reset driver settings. From connection settings dialog click Edit Driver Settings -> Reset to Defaults (at the bottom). Then dbeaver should ask for driver jars/dlls re-download.
@flocoolb just choose the same version manually for both files when you download drivers