Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mloweHi Adrian,
Helps, but I get back to the same error. It seems to be referencing a native (dll) that I need to include somewhere (I guess the questions should be where do I place the dll if this is indeed the solution to the problem). I'm referencing the following:
https://community.tableau.com/message/476683 tableau forum post that seems to resolve the problem in this instance for users configuring eclipse to use the tableau SDK.
Stack trace:
<![CDATA[java.lang.UnsatisfiedLinkError: Unable to load library 'TableauExtract': The specified module could not be found.
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrar y.java:194)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrar y.java:283)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrar y.java:244)
at com.sun.jna.Native.register(Native.java:1065)
at com.tableausoftware.extract.ExtractAPI.<clinit>(Un known Source)
at pkg56fcbf08591d3770.appendToTDE.setup(appendToTDE. java:55)
at com.lavastorm.brain.execution.java.node.NodeWrappe r.nodeSetup(NodeWrapper.java:522)
at com.lavastorm.brain.execution.java.node.NodeWrappe r.run(NodeWrapper.java:790)
at com.lavastorm.brain.execution.java.node.NodeWrappe r.main(NodeWrapper.java:1534)
java.lang.UnsatisfiedLinkError: Unable to load library 'TableauExtract': The specified module could not be found.
Cheers
Mike