Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to create tableau extract out of an excel file, but getting below error while executing the workflow:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library 'DataExtract': The specified module could not be found.
I have already placed TableauExtract.dll under Talend folder path -C:\Talend\6.3.1\studio , where Talend-Studio-win-x86_64.exe is located.
Do anyone have any idea on this?
Regards,
Pragya
Using 6.3.1 Talend Big data platform.
Below is the complete error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library 'DataExtract': The specified module could not be found.
[statistics] disconnected
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.DataExtract.Extract.<clinit>(Unknown Source)
at poc_pragya.tableauextract_0_1.tableauextract.tFileInputExcel_1Process(tableauextract.java:588)
at poc_pragya.tableauextract_0_1.tableauextract.runJobInTOS(tableauextract.java:1508)
at poc_pragya.tableauextract_0_1.tableauextract.main(tableauextract.java:1342)