Hi all,
this is a hint for running TDE API for Java on Windows Server. The TDE API requirements and installation documentation is lacking that this installation is needed on the server:
Visual C++ Redistributable Packages für Visual Studio 2013 (vcredist_x86.exe for 32bit or vcredist_x64.exe for 64bit)
If this is not installed you will get a Java exception:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library 'TableauExtract': The specified module could not be found.
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:194)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:283)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:244)
at com.sun.jna.Native.register(Native.java:1065)
at com.tableausoftware.extract.Extract.<clinit>(Unknown Source)
at bi.irregular.jdbc2tde.ExtractData.run(Unknown Source)
at bi.irregular.jdbc2tde.ExtractData.main(Unknown Source)
Best regards,
Ralf Becher
Hey Ralf,
I moved this post over to the JavaScript API portion of our Forums. Thanks for sharing, hopefully this info can help others avoid the same issue :-)
Become a Viz Whiz on the Forums! Support the Community and master Tableau.