The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
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.