Tableau Hyper, send to tableau server

Hi,
An update from my side after a christmas break. I got it to work after a few iterations:

  1. The old path for the Tableau API that was used in KNIME 3.6 was still in my PATH variable. Removing this, helped on the old TDE version.
  2. Certificates were imported using the following steps and commands(in the windows command prompt)
  • Open the server webpage in google chrome and export the certificates to files
  • Open the command prompt and change path the the KNIME JRE and bin folder
    C:\Program Files\KNIME\plugins\org.knime.binary.jre.win32.x86_64_1.8.0.152-01\jre\bin
  • Run command for each certificate file (default password is changeit):
    keytool -import -alias myprivateroot -keystore …\lib\security\cacerts -file c:\temp\TableauServer.cer
6 Likes