Data Sources and Drivers Connection Error - sqljdbc_auth.dll
I found out PyCharm does database diagrams so I thought I would take a look at them. However, I cannot connect to my local SQLExpress database. I get the following error. Seems like something is wrong with my SQL Server driver. Can someone help with my configuration?
Connection to SQL Server - Sandbox@local\sqlexpress failed: Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: File /x86/sqljdbc_auth.dll was not found inside JAR.
Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true
Connection to SQL Server - Sandbox@local\sqlexpress failed: Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: File /x86/sqljdbc_auth.dll was not found inside JAR.
at com.intellij.execution.rmi.RemoteServer.setupDomainAuth(RemoteServer.java:131)…
at com.intellij.execution.rmi.RemoteServer.setupDomainAuth(RemoteServer.java:131)
at com.intellij.execution.rmi.RemoteServer.start(RemoteServer.java:55)
at com.intellij.database.remote.RemoteJdbcServer.main(RemoteJdbcServer.java:15)
Caused by: java.io.FileNotFoundException: File /x86/sqljdbc_auth.dll was not found inside JAR.
at com.intellij.execution.rmi.RemoteServer.extractLibraryFromJar(RemoteServer.java:171)
at com.intellij.execution.rmi.RemoteServer.setupDomainAuth(RemoteServer.java:127)
... 2 more
Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true
1 comment
Sort by
Date
Votes
I am having the same issue but with 0xDBE. How do I resolve it?
Please sign in to leave a comment.