Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Error with tTableauExtractIOutput

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

Labels (3)
1 Reply
Anonymous
Not applicable
Author

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)