No Sqljdbc Auth In Java.library.path Mac

I've read this which is very similar - closest I could find but it didn't help: java.lang.UnsatisfiedLinkError: no sqljdbcauth in java.library.path I don't think the issue is that it cannot find the class, it is that it doesn't know what library.path means. Copy sqljdbcauth.dll from C: sqljdbc3.0 enu auth x86 folder to your jdk/bin directory. Alternatively, if you are using 64 bit JVM, copy it from x64 folder. It worked for me.

Hi to all

I have the following problem with sqlserver authentication.

No Sqljdbc_auth In Java.library.path Mac

I am using ElasticSearch with SQLServer using the mixed authentication; I
define my indexing on the river plugin as something like:

No sqljdbc_auth in java.library.path mac

No Sqljdbc_auth In Java.library.path Mac

No Sqljdbc Auth In Java.library.path Mac

curl -XPUT 'http://localhost:9200/_river/itra_jdbc_river/_meta' -d'
{
'type': 'jdbc',
'jdbc': {
'driver': 'com.microsoft.sqlserver.jdbc.SQLServerDriver',
'url':
'jdbc:sqlserver://MY_SERVER;integratedSecurity=true;databaseName=MY_DB',
'user': 'INTRANETMY_USER',
'password': 'MY_PWD',
'sql': 'SELECT * FROM A_TABLE',
'versioning': false
},
'index': {
'index': 'test',
'type': 'values'
}
}'

and I started ES with -Djava.library.path='mssqlauthx64' option, where
'mssql' folder is under the jdbc-river plugin folder.

Sqljdbc

However, I still obtain the 'no sqljdbc_auth in java.ibrary.path' error, so
the dll seems to be not correctly referenced. I also notice that the jar
for sqlserver must be instead on the jdbc-river folder itself.

Any suggestions?

No sqljdbc auth in java.library.path mac download

No Sqljdbc Auth In Java.library.path Macbook

thanks in advance,
Alfredo

No Sqljdbc_auth In Java.library.path Mac Dbeaver

--
You received this message because you are subscribed to the Google Groups 'elasticsearch' group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/000230a4-2f06-4fc8-b1f1-56ec69ada894%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Comments are closed.