question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error resolving driver dependencies mssql-jdbc_auth

See original GitHub issue

Hello, 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:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

16reactions
serge-ridercommented, Mar 24, 2020

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.

3reactions
uslsscommented, Mar 24, 2020

@flocoolb just choose the same version manually for both files when you download drivers image

Read more comments on GitHub >

github_iconTop Results From Across the Web

DBeaver error resolving maven dependencies - Stack Overflow
In my case I had to add the Maven index site url in DBeaver as follows: Go to DbBeaver "Preferences" menu; Locate "Connections"...
Read more >
Release notes - JDBC Driver for SQL Server - Microsoft Learn
This article lists the releases of the Microsoft JDBC Driver for SQL Server. ... an optional dependency; Fixed a query cancellation bug that ......
Read more >
Hi everyone in getting this Maven error while deploying a ...
[WARNING] The POM for com.microsoft.sqlserver:mssql-jdbc:jar:4.0.jre8 is missing, no dependency information available.
Read more >
How to Fix java.lang.ClassNotFoundException: com.mysql ...
Driver error while connecting to MySQL database from Java Program. ... You can add MySQL JDBC connector driver by adding as dependencies in...
Read more >
Improve application availability with the AWS JDBC Driver for ...
This is partially due to the time required for the DNS of the new primary DB instance to be fully resolved in order...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found