Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Tableau Extract
domi_wiese
Member Posts: 28 Contributor II
in Help
Dear Community
when I'm trying to write an Tableau Extract as a "tde"-file with the "Write Tableau Extract" Operator, I'm always receiving the same error "Could not load Tableau Extract API Library". I have Tableau version 2019.4
FYI, I have installed and configured the following:
Thank you very much in advance.
Dominic
when I'm trying to write an Tableau Extract as a "tde"-file with the "Write Tableau Extract" Operator, I'm always receiving the same error "Could not load Tableau Extract API Library". I have Tableau version 2019.4
FYI, I have installed and configured the following:
- From this site - https://help.tableau.com/current/api/sdk/en-us/SDK/tableau_sdk_installing.htm - I have installed the "Visual C++ Redistributable Packages for Visual Studio 2013", also known as the "Visual C++ runtime library"
- From the same site I have downloaded this ZIP-file "Tableau SDK for C/C++/Java (64-bit)", in order to have the SDK folder (not the new API) and therefore eventually the possibility to create the extract with the "tde"-format.
- Afterwards, I have extracted the ZIP-file from point 2 and placed it under the the same folder and same name, as in the description from RM documentation. "C:\Program Files\Tableau Data Extract API"
- In the next step, I have searched for the Environment Variables. There I have found under system variables the name "path". Under this "path" I have added the following - ;C:\Program Files\Tableau Data Extract API\bin - as the second entry.
- The last step, was to create under each system variables and user variables two complete new entries, so four new entries. All of them received the same location - C:\Users\Dominic\Documents -. While two of the new entries received the following name - TAB_SDK_TMPDIR - and the other two received - TAB_SDK_LOGDIR -.
Thank you very much in advance.
Dominic
Tagged:
1
Answers
There was nothing written, that under system variables and user variables a new entry under "path" should be appended. Now I've added it, but it's still not working.
Now I've found the following site from Tableau - https://help.tableau.com/current/api/hyper_api/en-us/docs/hyper_api_installing.html#install-the-hyper-api-for-python-36-and-37 - which is explaining how to somehow create this Hyper API connection. Are you suggesting that I should be following these instructions for one of the possibilites, like python/c++/java..., or am I wrong with installing the things from this site?
Best wishes, Dominic
Best wishes
Dominic
I just hope that @M_Martin will be able to somehow figure this problem out internally, since he was facing the same issue.