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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Talend to Tableau Data Extract

Hi, I need help regarding a new component/palette creation,
I already made the palette for Tableau BI, but after running it, it gave me a connection or link error.
What may have cause the problem? And what should I do?
Please see the below image for your reference of the error occurred.

Thanks in advance! 0683p000009MACn.png

Lester
0683p000009MEDv.jpg 0683p000009ME9W.jpg
Labels (3)
35 Replies
Anonymous
Not applicable
Author

Strange, I will have a look on this. Can you send also the generated java code from the job?
Anonymous
Not applicable
Author

Sent you an email 0683p000009MACn.png
Anonymous
Not applicable
Author

Topic resolved. Thanks guys! 0683p000009MACJ.png
Anonymous
Not applicable
Author

Hi everybody.
May I ask you, tFoldi:
I have developed a Job using tTableauExtractOutput and I want to export this job in order to run it on a device where Talend is not installed.
However, I think it does not work because the Job requires the Tableau Extract API.
So my question is, to which location should I paste which files of the TDE-API on a device without a Talend installation in order to execute a job developed in Talend that consists the tTableauExtractOutput component.
Thanks in advance for your support.
Best, Sikario
Anonymous
Not applicable
Author

Hi, Guys help... i need a help regarding of executing the filedelimited to ttableauextractoutput.
this is the output.
--Exception in component tTableauExtractOutput_1
com.tableausoftware.TableauException: duplicate table name
at com.tableausoftware.DataExtract.Extract.addTable(Unknown Source)
at sampler.nope_0_1.nope.tFileInputDelimited_1Process(nope.java:1229)
at sampler.nope_0_1.nope.runJobInTOS(nope.java:2132)
at sampler.nope_0_1.nope.main(nope.java:1984)
disconnected
disconnected
Thanks,
Anonymous
Not applicable
Author

Strange, I will have a look on this. Can you send also the generated java code from the job?

There is one more error.
connecting to socket on port 3965
connected
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library 'DataExtract': 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.DataExtract.Extract.<clinit>(Unknown Source)
    at scp_logfile.readlogfile_0_1.readLogFile.tFileInputRegex_1Process(readLogFile.java:2298)
    at scp_logfile.readlogfile_0_1.readLogFile.runJobInTOS(readLogFile.java:4767)
    at scp_logfile.readlogfile_0_1.readLogFile.main(readLogFile.java:4626)
disconnected

For more details you can visit ""
_AnonymousUser
Specialist III
Specialist III

Hi, Guys help... i need a help regarding of executing the filedelimited to ttableauextractoutput.
this is the output.
--Exception in component tTableauExtractOutput_1
com.tableausoftware.TableauException: duplicate table name
at com.tableausoftware.DataExtract.Extract.addTable(Unknown Source)
at sampler.nope_0_1.nope.tFileInputDelimited_1Process(nope.java:1229)
at sampler.nope_0_1.nope.runJobInTOS(nope.java:2132)
at sampler.nope_0_1.nope.main(nope.java:1984)
disconnected
disconnected


@Mike
Try to rename the output name of the extract. I had the same issue, when I ran the job 2 times, and it would generate the extract with the same name into the same library (it cant overwrite it).
Anonymous
Not applicable
Author

Good morning
I am having the same problem that  .
I ve followed the next steps:
- Extract the contents of the tableau extract API libraries \bin directory into Talend's root folder C:\TOS\TOS_DI-Win32-r99271-V5.2.2\ (so put dataextract.dll, tdeserver.exe etc. in the same directory where your TOS_DI-win-x86_64.exe is located).Done
Then copy Java\dataextract.jar Java\jna.jar files into C:\TOS\TOS_DI-Win32-r99271-V5.2.2\lib\java. In my case i dont find this directory and i copy them into C:\TOS\TOS_BD-20150702_1326-V6.0.0\WORKSPACE\.Java\lib
-And into  C:\TOS\TOS_DI-Win32-r99271-V5.2.2\plugins\org.talend.designer.components.localprovider_5.2.2.r99271\components\tTableauExtractOutput. I do not find this directory so I copy them in the file I created to put the component tTableauExtractOutput --> C\component_Talend\tTableauExtractOutput.
After running, the errors are the following:

Could you please help me with that?
Thanks
Anonymous
Not applicable
Author

Sorry. The image is:
Anonymous
Not applicable
Author

i want to load a tableau extract (.tde)  into a database ;is there any way to do it using talend??